diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-07-02 19:10:15 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-07-02 19:10:15 +0000 |
commit | 2859df9b07e68217d952bfd4bc701a2e911e5593 (patch) | |
tree | ba2b481b1ce3404c5e7b7bcdda95964460386944 /app-shells | |
parent | I forgot to ekeyword :) (diff) | |
download | gentoo-2-2859df9b07e68217d952bfd4bc701a2e911e5593.tar.gz gentoo-2-2859df9b07e68217d952bfd4bc701a2e911e5593.tar.bz2 gentoo-2-2859df9b07e68217d952bfd4bc701a2e911e5593.zip |
Marked stable on hppa.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 10 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r5.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index c633ad3840c2..e10a2bfcd551 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-shells/bash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.8 2003/07/01 15:08:57 todd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.9 2003/07/02 19:09:56 gmsoft Exp $ 01 Jul 2003; Todd Sunderlin <todd@gentoo.org> bash-2.05b-r5.ebuild: set stable on sparc @@ -11,6 +11,9 @@ *bash-2.05b-r5 (01 May 2003) + 02 Jul 2003; Guy Martin <gmsoft@gentoo.org> bash-2.05b-r5.ebuild : + Marked stable on hppa. + 01 May 2003; Tavis Ormandy <taviso@gentoo.org> bash-2.05b-r5.ebuild, files/bash-2.05b-empty-herestring.patch: Fixing segfault on empty herestring. diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 277de75884d7..3dd023e02a77 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,12 +1,12 @@ -MD5 b7e74c9649999a8465ce1ee31cb55a3b ChangeLog 4317 +MD5 763438d2233affe817924c11a0daad9c ChangeLog 4414 MD5 ba1233983751e50700241a6495306378 bash-2.05a-r3.ebuild 1917 MD5 31f9be8380509135728cb39c2c0fb8b4 bash-2.05b-r3.ebuild 1759 -MD5 07f6d15b69c9c92332ab6f0f2df6343c bash-2.05b-r4.ebuild 1870 -MD5 57553d8d2f1c745e0c9b1604d20ce64a bash-2.05b-r5.ebuild 2052 +MD5 93337728b7ccae58e9f17f611a2a03f6 bash-2.05b-r4.ebuild 1867 +MD5 aff61c11fa89d98bc5c1387c58f95486 bash-2.05b-r5.ebuild 2052 +MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 +MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 MD5 555c6b4000bd9d5557f5627530e13ec4 files/digest-bash-2.05a-r3 63 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r3 296 -MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r4 296 -MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 MD5 b9e9f988b28475ed5f633dc471296297 files/digest-bash-2.05b-r5 291 diff --git a/app-shells/bash/bash-2.05b-r5.ebuild b/app-shells/bash/bash-2.05b-r5.ebuild index 62388ce9419f..450bb78f6480 100644 --- a/app-shells/bash/bash-2.05b-r5.ebuild +++ b/app-shells/bash/bash-2.05b-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r5.ebuild,v 1.5 2003/07/02 12:47:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r5.ebuild,v 1.6 2003/07/02 19:09:56 gmsoft Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86 ~ppc sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="amd64 x86 ~ppc sparc ~alpha ~mips hppa ~arm" IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" |