aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-10 09:44:30 +0200
committerLoïc Hoguin <[email protected]>2023-05-10 09:44:30 +0200
commit52492e67440e4cf7c00ff0dd892cd911b366ce2f (patch)
tree0c58189108f4bdfcdd77df9ec9b97d33b40807fe
parent77e5acb2dd60912422ebcbf7838b1253df8dfb4b (diff)
downloaderlang.mk-52492e67440e4cf7c00ff0dd892cd911b366ce2f.tar.gz
erlang.mk-52492e67440e4cf7c00ff0dd892cd911b366ce2f.tar.bz2
erlang.mk-52492e67440e4cf7c00ff0dd892cd911b366ce2f.zip
Remove packages that use the apps/ structure
They cannot be used as dependencies directly.
-rw-r--r--index/antidote.mk7
-rw-r--r--index/rebar.mk7
2 files changed, 0 insertions, 14 deletions
diff --git a/index/antidote.mk b/index/antidote.mk
deleted file mode 100644
index ea590b2..0000000
--- a/index/antidote.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += antidote
-pkg_antidote_name = antidote
-pkg_antidote_description = Large-scale computation without synchronisation
-pkg_antidote_homepage = https://syncfree.lip6.fr/
-pkg_antidote_fetch = git
-pkg_antidote_repo = https://github.com/SyncFree/antidote
-pkg_antidote_commit = master
diff --git a/index/rebar.mk b/index/rebar.mk
deleted file mode 100644
index 7638219..0000000
--- a/index/rebar.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += rebar
-pkg_rebar_name = rebar
-pkg_rebar_description = Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
-pkg_rebar_homepage = http://www.rebar3.org
-pkg_rebar_fetch = git
-pkg_rebar_repo = https://github.com/erlang/rebar3
-pkg_rebar_commit = main