diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 15:17:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 15:17:46 +0000 |
commit | 6cf81940bb454993746514a2621ae6d90cae5d29 (patch) | |
tree | 12a10a446f79e33b9751e528daa5633663611ec9 /sys-libs | |
parent | gnuconfig lovin (diff) | |
download | historical-6cf81940bb454993746514a2621ae6d90cae5d29.tar.gz historical-6cf81940bb454993746514a2621ae6d90cae5d29.tar.bz2 historical-6cf81940bb454993746514a2621ae6d90cae5d29.zip |
gnuconfig lovin
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/Manifest | 12 | ||||
-rw-r--r-- | sys-libs/readline/readline-4.3-r4.ebuild | 9 |
2 files changed, 16 insertions, 5 deletions
diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest index 3ecd6a6122ea..087ee802f97a 100644 --- a/sys-libs/readline/Manifest +++ b/sys-libs/readline/Manifest @@ -1,8 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 dee1c7380a127f890999befb7d14a4c8 ChangeLog 5625 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 f72f4f19fcbf7bf962ae885d077142e0 readline-4.1-r5.ebuild 1762 MD5 d3c4a60f05d3fdebd20bd21155c74fc8 readline-5.0.ebuild 2162 -MD5 b9d2162607bb3d3508798a68cadd2c34 readline-4.3-r4.ebuild 2354 +MD5 c45be70cfbe979355e83578914ee1d41 readline-4.3-r4.ebuild 2380 MD5 83dda0cb2f24ebf73ac0a8c92bc41661 readline-4.3-r5.ebuild 2640 MD5 92020b909df68acab79ef479f5fd8ce4 readline-4.3-r6.ebuild 2744 MD5 f9e8af7cdcf7ac973c77fc6a712af5de files/digest-readline-4.1-r5 64 @@ -12,3 +15,10 @@ MD5 cca21eb56279efff8356d028b1b39dd8 files/digest-readline-4.3-r5 348 MD5 d0d23a9f000344da88a00a248d0af60c files/readline4.3-mbutil.patch 1678 MD5 cca21eb56279efff8356d028b1b39dd8 files/digest-readline-4.3-r6 348 MD5 9905e333ead392447a670e0f2374651a files/macos.patch 504 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBPyKlHTu7gpaalycRArM/AJ4oCMODtzjA15OPHC00VnvJ4e2cXwCfV/0b +09ECa+gxpmQckrDywnIrle8= +=u8ZY +-----END PGP SIGNATURE----- diff --git a/sys-libs/readline/readline-4.3-r4.ebuild b/sys-libs/readline/readline-4.3-r4.ebuild index 800f732322c2..e1bbb7ee6207 100644 --- a/sys-libs/readline/readline-4.3-r4.ebuild +++ b/sys-libs/readline/readline-4.3-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r4.ebuild,v 1.22 2004/08/24 04:36:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r4.ebuild,v 1.23 2004/09/08 15:17:46 vapier Exp $ -inherit eutils +inherit eutils gnuconfig # Official patches PLEVEL="x001 x002" @@ -17,13 +17,12 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" IUSE="" -# We must be sertain that we have a bash that is linked +# We must be certain that we have a bash that is linked # to its internal readline, else we may get problems. DEPEND=">=app-shells/bash-2.05b-r2 >=sys-libs/ncurses-5.2-r2" src_unpack() { - unpack ${P}.tar.gz cd ${S} @@ -35,6 +34,8 @@ src_unpack() { # Fix segfaults in Python when using latin-1 chars in interactive mode # (bug #11762). epatch ${FILESDIR}/readline4.3-mbutil.patch + + gnuconfig_update } src_compile() { |