commit:     ee255b459f7e7f8de8bfc056474b14ca367e595e
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 21:10:16 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 21:10:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee255b45

dev-util/rebar: remove old versions

Package-Manager: portage-2.3.0

 dev-util/rebar/Manifest           |  2 --
 dev-util/rebar/rebar-2.5.1.ebuild | 29 -----------------------------
 dev-util/rebar/rebar-2.6.0.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index 52791e1..0f9dc7a 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -1,4 +1,2 @@
-DIST rebar-2.5.1.tar.gz 154486 SHA256 
86cb849a0d2b8275dcfdbc9a2b0a374d21c7eaa73312d74f0ab83cc0ab062bf9 SHA512 
4617397d415f222ad0245ae2b55619c5418f049851aa953908778e9a96a9f0dfc57803ba08ebb757cd62a6bddce064fe73b2a33df25a8cc44183188d73e4938a
 WHIRLPOOL 
403786ef632b69b991d5c3b52954e20bfd1adcecaa60627aaa2611a5f7c82b38ce898108afe9abba9e83eb21bd92d59dce08498af5e5fc3488d0a1bb990313e0
-DIST rebar-2.6.0.tar.gz 186357 SHA256 
9f30ea5ab9da8638273cb55b49780e58fed1f4aa8623b835bcdd983bb451f7a7 SHA512 
848a28a40215bc54bbbb1aeb101fb5c3578ce9668212f9f270be05ba268a63cf740ec6ed88e6df962da60a6f6e336c0e1b1e3cca3112c32e3bd8f5b3dd121c41
 WHIRLPOOL 
fa9b8d159db884408ad6c20d2e9d4e1b12ff1ab0aa227b365846892fb5820a7a50e9f014fdc5b7cda0eeb8e8608d607281274f9ff566091f66fc473ab87052bf
 DIST rebar-2.6.1.tar.gz 191063 SHA256 
aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60 SHA512 
0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85
 WHIRLPOOL 
85934f20d0da344376e9beff056275a994c5cd9373df056349217db5e67bd3727b185c6751738104a37ece25dc40063bb3197daeb00762a8f2bf2a2a1a788a1b
 DIST rebar-2.6.2.tar.gz 210775 SHA256 
ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400 SHA512 
410129defbf98af00f5040f9d3956299a70a0a1a21d28c42db32350b922e207f8af5830d8c322e9d3cfed8697ddcb228d5a98b983995414ed32662659a5c4c96
 WHIRLPOOL 
2c5dfcb1e7bc94c205d75594c76bf31b35a6e7621a665c4d0b41c251412c7db0dc6979892a40531a0e705bafb3fe9e21521799dd9617b578866affc6d2b504fd

diff --git a/dev-util/rebar/rebar-2.5.1.ebuild 
b/dev-util/rebar/rebar-2.5.1.ebuild
deleted file mode 100644
index 73a905b..00000000
--- a/dev-util/rebar/rebar-2.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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"
-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.0.ebuild 
b/dev-util/rebar/rebar-2.6.0.ebuild
deleted file mode 100644
index bd9cf0c..00000000
--- a/dev-util/rebar/rebar-2.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~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