summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 16:14:23 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 16:14:23 +0100
commitcab5a495393c2e9f689df9540947c60c021061e0 (patch)
tree6a3bcb2fd48bdb5b77d218c5382f1b3ede1e3608 /dev-util/rebar/rebar-2.6.2.ebuild
parentdev-util/rebar: Rekeyword (not sure why it was dropped) (diff)
downloadgentoo-cab5a495393c2e9f689df9540947c60c021061e0.tar.gz
gentoo-cab5a495393c2e9f689df9540947c60c021061e0.tar.bz2
gentoo-cab5a495393c2e9f689df9540947c60c021061e0.zip
dev-util/rebar: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/rebar/rebar-2.6.2.ebuild')
-rw-r--r--dev-util/rebar/rebar-2.6.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/rebar/rebar-2.6.2.ebuild b/dev-util/rebar/rebar-2.6.2.ebuild
deleted file mode 100644
index 3f512e87afde..000000000000
--- a/dev-util/rebar/rebar-2.6.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
-HOMEPAGE="https://github.com/rebar/rebar"
-SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/erlang"
-DEPEND="${RDEPEND}"
-
-src_test() {
- emake xref
-}
-
-src_install() {
- dobin rebar
- dodoc rebar.config.sample THANKS
- dobashcomp priv/shell-completion/bash/${PN}
-}