commit:     0b6e26f991ea59a7c55ae9ab36b5c3ee3c73609a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 09:01:29 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 09:04:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6e26f9

dev-util/rebar: remove old versions

 dev-util/rebar/Manifest           |  4 +---
 dev-util/rebar/rebar-2.3.1.ebuild | 29 -----------------------------
 dev-util/rebar/rebar-2.4.0.ebuild | 29 -----------------------------
 dev-util/rebar/rebar-2.5.0.ebuild | 29 -----------------------------
 4 files changed, 1 insertion(+), 90 deletions(-)

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index af31faa..45673e9 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -1,5 +1,3 @@
-DIST rebar-2.3.1.tar.gz 147014 SHA256 
dddb3c13a3a875dd91c368e3294619ab377cfc88bcd53a3fb3d259eb27b7c102 SHA512 
464dfc30d03bc40bfe2400a83c90339a85005d3e96f57970d2ce5e0c605d841c8a95e07528633aeae684212d5a1ebab54f01ef4385df135cd0926ad8aa95e564
 WHIRLPOOL 
3e421473c0775193a8413833bc88b0424aff9c5e16e2b416bd54b113d5290f886bf62b97c61e227bc34cc7df467c0cae7701c137a43515143309f924acce94ad
-DIST rebar-2.4.0.tar.gz 152328 SHA256 
43ae0d9c1439d935086db349c5b6a8646707f5538720167b2bbcc1ad32516b6a SHA512 
dda9915d8b8b2408d65156f5af8387858ad19ed4b29b99d3e5d8f9131ea6b76a218b99520d4f9501c0b698b11216076e779ccebba16b6c1ccdae13d333b4dae7
 WHIRLPOOL 
b573a83b823ef451901fd334f54bf49f1ac6c87a647a012fc2540fc850324988427ed9f3dee0d7a7bc0927667d4f6928cd6c4feb6dfb82c9204a3c11fc42988e
-DIST rebar-2.5.0.tar.gz 152390 SHA256 
d585fa4c7f59c66017d2552764bb423abeed3a3c99503be91b41fb931245ccbe SHA512 
6fbb15d6c2bd3f4f7f83c35f4f8fa9d6dafc6bc9a739ac5e002a046d34d9da4216d64c5ea59b73a1b54cb11b9de32d0618f821912c26e63b8bbfdea9bd08f1fa
 WHIRLPOOL 
712be4b52959230217a1a25e3f618db983626a0e06d0260afed3fe2ab319affc111a2beedc401d844663132f097b9a65591c217109e0fd777caf0d22d333a410
 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

diff --git a/dev-util/rebar/rebar-2.3.1.ebuild 
b/dev-util/rebar/rebar-2.3.1.ebuild
deleted file mode 100644
index 2269100..0000000
--- a/dev-util/rebar/rebar-2.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 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.4.0.ebuild 
b/dev-util/rebar/rebar-2.4.0.ebuild
deleted file mode 100644
index 73a905b..0000000
--- a/dev-util/rebar/rebar-2.4.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=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.5.0.ebuild 
b/dev-util/rebar/rebar-2.5.0.ebuild
deleted file mode 100644
index 73a905b..0000000
--- a/dev-util/rebar/rebar-2.5.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=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}
-}

Reply via email to