summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2008-03-27 10:01:44 +0000
committerMarijn Schouten <hkbst@gentoo.org>2008-03-27 10:01:44 +0000
commit889ee1ddc041536efd0f9920a82ae21f6f05df5b (patch)
treee34f3ef835b341ed7c2f5d75a120cb69582f7f16 /app-misc/rlwrap
parentamd64 stable wrt #215024 (diff)
downloadgentoo-2-889ee1ddc041536efd0f9920a82ae21f6f05df5b.tar.gz
gentoo-2-889ee1ddc041536efd0f9920a82ae21f6f05df5b.tar.bz2
gentoo-2-889ee1ddc041536efd0f9920a82ae21f6f05df5b.zip
bump, bug 208347, remove some old stuff
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/ChangeLog11
-rw-r--r--app-misc/rlwrap/rlwrap-0.16.ebuild19
-rw-r--r--app-misc/rlwrap/rlwrap-0.18.ebuild19
-rw-r--r--app-misc/rlwrap/rlwrap-0.30.ebuild24
4 files changed, 34 insertions, 39 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog
index a1b7479abf7f..7066a5900806 100644
--- a/app-misc/rlwrap/ChangeLog
+++ b/app-misc/rlwrap/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-misc/rlwrap
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.16 2008/03/26 17:20:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.17 2008/03/27 10:01:44 hkbst Exp $
+
+ 27 Mar 2008; Marijn Schouten <hkBst@gentoo.org> -rlwrap-0.16.ebuild,
+ -rlwrap-0.18.ebuild, +rlwrap-0.30.ebuild:
+ remove some old stuff
+
+*rlwrap-0.30 (27 Mar 2008)
+
+ 27 Mar 2008; Marijn Schouten <hkBst@gentoo.org> +rlwrap-0.30.ebuild:
+ bump, bug 208347
26 Mar 2008; Raúl Porcel <armin76@gentoo.org> rlwrap-0.24.ebuild:
sparc/x86 stable
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild
deleted file mode 100644
index 7fafb81f3987..000000000000
--- a/app-misc/rlwrap/rlwrap-0.16.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.10 2005/01/01 15:22:02 eradicator Exp $
-
-DESCRIPTION="a 'readline wrapper' which uses the GNU readline lib to allow the editing of keyboard input for any command"
-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="x86 ~sparc ~mips"
-IUSE=""
-
-DEPEND="sys-libs/readline"
-
-src_install() {
- einstall || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README
-}
diff --git a/app-misc/rlwrap/rlwrap-0.18.ebuild b/app-misc/rlwrap/rlwrap-0.18.ebuild
deleted file mode 100644
index a108ae678aa5..000000000000
--- a/app-misc/rlwrap/rlwrap-0.18.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.18.ebuild,v 1.2 2005/01/01 15:22:02 eradicator Exp $
-
-DESCRIPTION="a 'readline wrapper' which uses the GNU readline lib to allow the editing of keyboard input for any command"
-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="x86 ~sparc ~mips"
-IUSE=""
-
-DEPEND="sys-libs/readline"
-
-src_install() {
- einstall || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README
-}
diff --git a/app-misc/rlwrap/rlwrap-0.30.ebuild b/app-misc/rlwrap/rlwrap-0.30.ebuild
new file mode 100644
index 000000000000..d326301ba752
--- /dev/null
+++ b/app-misc/rlwrap/rlwrap-0.30.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 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.1 2008/03/27 10:01:44 hkbst Exp $
+
+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 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="sys-libs/readline"
+
+src_compile() {
+ econf $(use_enable debug)
+ emake || die "emake failed."
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS ChangeLog NEWS README
+}