commit:     163be5069528e2cd20dafa3c33f8cbb482bb31bb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 17:51:14 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 18:37:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163be506

dev-util/rebar: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-util/rebar/rebar-2.6.4.ebuild | 28 ----------------------------
 1 file changed, 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 67ce5a03f8d..00000000000
--- 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}
-}

Reply via email to