commit:     e2c56d963f9c3565cdedb748892c79789b288505
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 21:41:42 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 21:42:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c56d96

app-misc/rlwrap: Drop old

 app-misc/rlwrap/Manifest           |  2 --
 app-misc/rlwrap/rlwrap-0.37.ebuild | 27 ---------------------------
 app-misc/rlwrap/rlwrap-0.41.ebuild | 27 ---------------------------
 app-misc/rlwrap/rlwrap-0.42.ebuild |  4 ++--
 4 files changed, 2 insertions(+), 58 deletions(-)

diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index 7613889..8fff413 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1,3 +1 @@
-DIST rlwrap-0.37.tar.gz 251438 SHA256 
8403a2c184a33ee293a30637afd1362e7dbe0ee642c33b54b2fca68162498bbd SHA512 
39edeaed5d36636ea3fa7993808a485ce5c6f303621c64f4a758b29b4fb0bb9ca0bfc60317bd8efa95c7e138db7ff0cb8fdb712a7d1582ea1c732e143efdd9c2
 WHIRLPOOL 
874950e10c990a3789f806aa0d9a48dc0b03d23da445c75248d1df319a080ae3bcd076a563121e4f5c3230cd6f66352552778d593e5545c84580ce6ae31c0268
-DIST rlwrap-0.41.tar.gz 259472 SHA256 
34497647b68df4ee031acf4ef80c09c79fe02b9027e8988a64e13f9ebc17c20a SHA512 
1a2949b5a1009da8bbc6bf4bb4a7a829fc0c2c37dacdb102ce4c102b636762a4dd5224f293e419159b691ef78419de1e322a42b41694cd4fbf384e21759e34d9
 WHIRLPOOL 
e5a7d201b775e8891396e3b025563554bf4c0b62d73008bdc23cc456e9a0fc770a8a713171a0e119ff1579815004b1e3ca1a4f42ec0cb0eb0d25e1be38d463f1
 DIST rlwrap-0.42.tar.gz 279608 SHA256 
5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44 SHA512 
991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df
 WHIRLPOOL 
a4ff4ac599f87695c15060dcacb2d10b5d8ff21512f38b7374e096ef71ae17f7e977ecb9e3004c231d8d8c5b37e2ddbab724fedb3439f507a5a483373f4af14b

diff --git a/app-misc/rlwrap/rlwrap-0.37.ebuild 
b/app-misc/rlwrap/rlwrap-0.37.ebuild
deleted file mode 100644
index ea180cc..0000000
--- a/app-misc/rlwrap/rlwrap-0.37.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/";
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf \
-               $(use_enable debug)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS BUGS ChangeLog NEWS README # PLEA TODO
-}

diff --git a/app-misc/rlwrap/rlwrap-0.41.ebuild 
b/app-misc/rlwrap/rlwrap-0.41.ebuild
deleted file mode 100644
index 61c9a2e..0000000
--- a/app-misc/rlwrap/rlwrap-0.41.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/";
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf \
-               $(use_enable debug)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS BUGS ChangeLog NEWS README # PLEA TODO
-}

diff --git a/app-misc/rlwrap/rlwrap-0.42.ebuild 
b/app-misc/rlwrap/rlwrap-0.42.ebuild
index a42f734..285b678 100644
--- a/app-misc/rlwrap/rlwrap-0.42.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.42.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="debug"
 
-RDEPEND="sys-libs/readline"
+RDEPEND="sys-libs/readline:0"
 DEPEND="${RDEPEND}"
 
 src_configure() {

Reply via email to