From: Michał Górny Date: Wed, 11 Sep 2019 11:25:21 +0000 (+0200) Subject: dev-util/rebar: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de42cc375542f70eb2719da637a5d2d913e6964b;p=gentoo.git dev-util/rebar: Drop old Signed-off-by: Michał Górny --- diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest index d4308dd4f95e..5c88cb01b5e3 100644 --- a/dev-util/rebar/Manifest +++ b/dev-util/rebar/Manifest @@ -1,2 +1 @@ -DIST rebar-2.6.1.tar.gz 191063 BLAKE2B bf3407007957c2cb67f47c0c2a049d9b9f9e51e6bfe4a2b278e58828781217c203d2dfc9c39a19bdc3b9fc6bc7f4d9ca85b6d0019057a2841d8b394cc39bdd84 SHA512 0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85 DIST rebar-2.6.4.tar.gz 213158 BLAKE2B a71c525948697f9ba44a7faa9183f1aadce031b8b85857da87c5b2376f3b7511c78d02c183b115836605a6d3830e9b9ceac754ab64ec11d9d1bb66f37ea78665 SHA512 4e53d1ab7db296c60fb039443da7e3b31b63410fc614690c6faa7ec330d9e9393dbc1c8507aa4aea2c99397e1b443ff9d25e4d57ec57f616ee748aa97d055ffa diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild deleted file mode 100644 index ee7f7421d880..000000000000 --- a/dev-util/rebar/rebar-2.6.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 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="alpha 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} -}