summaryrefslogtreecommitdiff
path: root/databases/erlang-couchbeam/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/erlang-couchbeam/files')
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config11
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config.script14
2 files changed, 0 insertions, 25 deletions
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config b/databases/erlang-couchbeam/files/patch-rebar.config
deleted file mode 100644
index aca1c26ec1af..000000000000
--- a/databases/erlang-couchbeam/files/patch-rebar.config
+++ /dev/null
@@ -1,11 +0,0 @@
---- rebar.config.orig 2016-12-22 20:31:28 UTC
-+++ rebar.config
-@@ -3,8 +3,6 @@
- {erl_opts, [debug_info]}.
-
- {deps, [
-- {jsx, "2.8.0"},
-- {hackney, "1.6.4"}
- ]}.
-
-
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config.script b/databases/erlang-couchbeam/files/patch-rebar.config.script
deleted file mode 100644
index 94c75b9cd7f5..000000000000
--- a/databases/erlang-couchbeam/files/patch-rebar.config.script
+++ /dev/null
@@ -1,14 +0,0 @@
---- rebar.config.script.orig 2016-12-22 20:31:28 UTC
-+++ rebar.config.script
-@@ -1,11 +1,6 @@
- IsRebar3 = erlang:function_exported(rebar3, main, 1),
-
- Rebar2Deps = [
-- {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
-- {tag,"2.8.0"}}},
--
-- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
-- {tag, "1.6.4"}}}
- ],
-
- case IsRebar3 of