summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-12-27 23:11:21 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-12-27 23:11:21 +0000
commit2da62fa2c313bd84c5a1b95a4e38cf7c875b5c7a (patch)
tree033728b887e2c866846916ba50577c74b9da32cd /app-misc
parentStable for amd64 wrt bug #531424 (diff)
downloadgentoo-2-2da62fa2c313bd84c5a1b95a4e38cf7c875b5c7a.tar.gz
gentoo-2-2da62fa2c313bd84c5a1b95a4e38cf7c875b5c7a.tar.bz2
gentoo-2-2da62fa2c313bd84c5a1b95a4e38cf7c875b5c7a.zip
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rlwrap/ChangeLog5
-rw-r--r--app-misc/rlwrap/rlwrap-0.30.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog
index 3832521395e9..1d2678e597ed 100644
--- a/app-misc/rlwrap/ChangeLog
+++ b/app-misc/rlwrap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/rlwrap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.32 2014/12/27 23:09:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.33 2014/12/27 23:11:21 nimiux Exp $
+
+ 27 Dec 2014; Chema Alonso <nimiux@gentoo.org> -rlwrap-0.30.ebuild:
+ Drop old
27 Dec 2014; Chema Alonso <nimiux@gentoo.org> rlwrap-0.42.ebuild:
Stable for amd64 wrt bug #531424
diff --git a/app-misc/rlwrap/rlwrap-0.30.ebuild b/app-misc/rlwrap/rlwrap-0.30.ebuild
deleted file mode 100644
index 01dbb84cafa7..000000000000
--- a/app-misc/rlwrap/rlwrap-0.30.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.30.ebuild,v 1.6 2011/12/18 17:40:43 armin76 Exp $
-
-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"
-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
-}