commit:     cab5a495393c2e9f689df9540947c60c021061e0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 15:14:23 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 15:14:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab5a495

dev-util/rebar: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-util/rebar/Manifest           |  2 --
 dev-util/rebar/rebar-2.6.2.ebuild | 28 ----------------------------
 dev-util/rebar/rebar-2.6.3.ebuild | 28 ----------------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index bb2fe66a909..d4308dd4f95 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -1,4 +1,2 @@
 DIST rebar-2.6.1.tar.gz 191063 BLAKE2B 
bf3407007957c2cb67f47c0c2a049d9b9f9e51e6bfe4a2b278e58828781217c203d2dfc9c39a19bdc3b9fc6bc7f4d9ca85b6d0019057a2841d8b394cc39bdd84
 SHA512 
0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85
-DIST rebar-2.6.2.tar.gz 210775 BLAKE2B 
e06a6fb0c29397dfcfe83de60cdcfb8e89f4a8e4287a41e0102ff972a93c8632d760c7bb6cfe669d98d324bf3afa007198eec773fde9991daa9964a452b5613c
 SHA512 
410129defbf98af00f5040f9d3956299a70a0a1a21d28c42db32350b922e207f8af5830d8c322e9d3cfed8697ddcb228d5a98b983995414ed32662659a5c4c96
-DIST rebar-2.6.3.tar.gz 213146 BLAKE2B 
1e74281de629b7f007a718af3d9f5afe7bbef72562f07e7df8f4ee996593b428d84030c8ef50e0a8f6b694b104fac01783175b5f3c6a0c113e263d3de3d8852f
 SHA512 
451f18cec02f9b23ab1e522d4e9bc2a43cf5ace5fea6a7543874a76615cdb55e3d705ad2be94e7c28e6e1acfbc519eb3452588880f0846b928f8a28369623dde
 DIST rebar-2.6.4.tar.gz 213158 BLAKE2B 
a71c525948697f9ba44a7faa9183f1aadce031b8b85857da87c5b2376f3b7511c78d02c183b115836605a6d3830e9b9ceac754ab64ec11d9d1bb66f37ea78665
 SHA512 
4e53d1ab7db296c60fb039443da7e3b31b63410fc614690c6faa7ec330d9e9393dbc1c8507aa4aea2c99397e1b443ff9d25e4d57ec57f616ee748aa97d055ffa

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 3f512e87afd..00000000000
--- 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}
-}

diff --git a/dev-util/rebar/rebar-2.6.3.ebuild 
b/dev-util/rebar/rebar-2.6.3.ebuild
deleted file mode 100644
index 6e91c65845b..00000000000
--- a/dev-util/rebar/rebar-2.6.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 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}
-}

Reply via email to