summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-31 23:13:03 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-31 23:13:03 +0000
commitd4c2a5e36d0c4c1d9235c030a053d9cd84d2f99c (patch)
tree3c80e9c8d8f8e0e0dcf6b2527fc7339288565ebc /sys-libs/readline
parentalways use internal version of readline (diff)
downloadhistorical-d4c2a5e36d0c4c1d9235c030a053d9cd84d2f99c.tar.gz
historical-d4c2a5e36d0c4c1d9235c030a053d9cd84d2f99c.tar.bz2
historical-d4c2a5e36d0c4c1d9235c030a053d9cd84d2f99c.zip
depend on bash that link against internal readline
Diffstat (limited to 'sys-libs/readline')
-rw-r--r--sys-libs/readline/ChangeLog8
-rw-r--r--sys-libs/readline/files/digest-readline-4.3-r1 (renamed from sys-libs/readline/files/digest-readline-4.3)0
-rw-r--r--sys-libs/readline/readline-4.3-r1.ebuild (renamed from sys-libs/readline/readline-4.3.ebuild)8
3 files changed, 13 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog
index b3c2e70c4af9..4997999dce68 100644
--- a/sys-libs/readline/ChangeLog
+++ b/sys-libs/readline/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/readline
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.5 2002/08/30 16:08:41 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.6 2002/08/31 23:13:03 azarah Exp $
+
+*readline-4.3-r1 (1 Sep 2002)
+
+ 1 Sep 2002; Martin Schlemmer <azarah@gentoo.org> readline-4.3-r1.ebuild :
+ Depend on bash that always link against internal readline, else bash
+ may break on readline update.
*readline-4.3 (30 Aug 2002)
diff --git a/sys-libs/readline/files/digest-readline-4.3 b/sys-libs/readline/files/digest-readline-4.3-r1
index cf6a67a2379a..cf6a67a2379a 100644
--- a/sys-libs/readline/files/digest-readline-4.3
+++ b/sys-libs/readline/files/digest-readline-4.3-r1
diff --git a/sys-libs/readline/readline-4.3.ebuild b/sys-libs/readline/readline-4.3-r1.ebuild
index f851f1d8b1d9..a6f6a38eaf8b 100644
--- a/sys-libs/readline/readline-4.3.ebuild
+++ b/sys-libs/readline/readline-4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3.ebuild,v 1.2 2002/08/30 16:08:41 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r1.ebuild,v 1.1 2002/08/31 23:13:03 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Another cute console display library"
@@ -12,7 +12,10 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -ppc sparc sparc64"
-DEPEND=">=sys-libs/ncurses-5.2-r2"
+# We must be sertain that we have a bash that is linked
+# to its internal readline, else we may get problems.
+DEPEND=">=sys-apps/bash-2.05b-r2
+ >=sys-libs/ncurses-5.2-r2"
src_compile() {
@@ -48,3 +51,4 @@ src_install() {
dodoc doc/*.ps
dohtml -r doc
}
+