diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-28 12:51:14 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-28 13:37:14 -0500 |
commit | 163be5069528e2cd20dafa3c33f8cbb482bb31bb (patch) | |
tree | fb76f332d0001eb27efc0854fe12666aa923c99b /dev-util/rebar | |
parent | dev-util/peg: drop old (diff) | |
download | gentoo-163be5069528e2cd20dafa3c33f8cbb482bb31bb.tar.gz gentoo-163be5069528e2cd20dafa3c33f8cbb482bb31bb.tar.bz2 gentoo-163be5069528e2cd20dafa3c33f8cbb482bb31bb.zip |
dev-util/rebar: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/rebar')
-rw-r--r-- | dev-util/rebar/rebar-2.6.4.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild deleted file mode 100644 index 67ce5a03f8de..000000000000 --- a/dev-util/rebar/rebar-2.6.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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} -} |