diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-03-07 09:43:42 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-03-07 09:43:42 +0000 |
commit | 1bc5752baf68c4a1ba2231b2f743f70f114bc090 (patch) | |
tree | bea7eacb66e9af7ecceb065881fe71b0de4b314f /app-shells | |
parent | Marked stable on mips. (diff) | |
download | historical-1bc5752baf68c4a1ba2231b2f743f70f114bc090.tar.gz historical-1bc5752baf68c4a1ba2231b2f743f70f114bc090.tar.bz2 historical-1bc5752baf68c4a1ba2231b2f743f70f114bc090.zip |
Marked stable on mips.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 12 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 2bbf4824b0d9..527c429cdae4 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.32 2004/03/02 18:09:00 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.33 2004/03/07 09:43:42 kumba Exp $ + + 07 Mar 2004; Joshua Kinard <kumba@gentoo.org> bash-2.05b-r9.ebuild: + Marked stable on mips. 02 Mar 2004; Brian Jackson <iggy@gentoo.org> bash-2.05b-r9.ebuild: s390 keywords diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index c8203e22f0d3..6988a70cb3c6 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,15 +1,15 @@ +MD5 79f83b2ed4c5280bc156399f7e2a6e1b ChangeLog 7350 +MD5 6a39d24ef0ee7eda0d76d1ffae5d00c5 bash-2.05b-r5.ebuild 2030 MD5 5331683db8138806e1fa17598c86916d bash-2.05b-r7.ebuild 2150 -MD5 e7452d2950f95379e8464fd321963113 bash-2.05b-r9.ebuild 2748 MD5 d4719c5ea87f49c516992005305b4ac2 bash-2.05b-r8.ebuild 2300 -MD5 0325ea181cf5f4baad125ff5fd8524bc ChangeLog 7253 +MD5 c32e40ee860a7a40c2093e29ea8a1078 bash-2.05b-r9.ebuild 2748 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 6a39d24ef0ee7eda0d76d1ffae5d00c5 bash-2.05b-r5.ebuild 2030 +MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 +MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804 -MD5 4383b25cd54b24b9f459e338f06d096c files/bash-2.05b-parallel-build.patch 459 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r5 296 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r7 461 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r8 461 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r9 461 -MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 -MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 +MD5 4383b25cd54b24b9f459e338f06d096c files/bash-2.05b-parallel-build.patch 459 diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index e42fcf96014d..843b81430d6b 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.8 2004/03/02 18:09:00 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.9 2004/03/07 09:43:42 kumba Exp $ inherit eutils flag-o-matic gnuconfig @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha hppa ~mips ~amd64 ~ia64 ~ppc64 s390" +KEYWORDS="x86 ~ppc sparc ~alpha hppa mips ~amd64 ~ia64 ~ppc64 s390" IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" |