aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-05 11:44:50 +0100
committerLoïc Hoguin <[email protected]>2015-12-05 11:44:50 +0100
commit6ba732c25f0f8bb702dd2c20da989f017ebcc07f (patch)
tree661946f8f3f8f4bafafcedc2435b3c0b57480168 /index
parentc5149482e6854aee924df9b1d4c76278b75c0241 (diff)
downloaderlang.mk-6ba732c25f0f8bb702dd2c20da989f017ebcc07f.tar.gz
erlang.mk-6ba732c25f0f8bb702dd2c20da989f017ebcc07f.tar.bz2
erlang.mk-6ba732c25f0f8bb702dd2c20da989f017ebcc07f.zip
Temporarily remove restc and oauth2c
The restc project has dependencies that require to be logged in to fetch them, and this breaks the packages test suite. The oauth2c project depends on restc. I sent a pull request at https://github.com/kivra/restclient/pull/8 The packages can be added back just fine after this pull request get merged. In the future it might be worth having a value marking packages as broken so they are skipped by the test suite.
Diffstat (limited to 'index')
-rw-r--r--index/oauth2c.mk7
-rw-r--r--index/restc.mk7
2 files changed, 0 insertions, 14 deletions
diff --git a/index/oauth2c.mk b/index/oauth2c.mk
deleted file mode 100644
index 101e45d..0000000
--- a/index/oauth2c.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += oauth2c
-pkg_oauth2c_name = oauth2c
-pkg_oauth2c_description = Erlang OAuth2 Client
-pkg_oauth2c_homepage = https://github.com/kivra/oauth2_client
-pkg_oauth2c_fetch = git
-pkg_oauth2c_repo = https://github.com/kivra/oauth2_client
-pkg_oauth2c_commit = master
diff --git a/index/restc.mk b/index/restc.mk
deleted file mode 100644
index 115ad8d..0000000
--- a/index/restc.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += restc
-pkg_restc_name = restc
-pkg_restc_description = Erlang Rest Client
-pkg_restc_homepage = https://github.com/kivra/restclient
-pkg_restc_fetch = git
-pkg_restc_repo = https://github.com/kivra/restclient
-pkg_restc_commit = master