diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r7.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 7a4eadbf603e..da763281742c 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2003/09/03 19:58:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.16 2003/09/17 18:29:44 avenj Exp $ + + 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> bash-2.05b-r7.ebuild : + Added ia64 keywords. 03 Sep 2003; Jason Wever <weeve@gentoo.org> bash-2.05b-r6.ebuild, bash-2.05b-r7.ebuild: diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 1e898fb7c7f6..e0fca2d2e909 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,16 +1,16 @@ -MD5 40d8772cf8beafb3b62f90b736cdef78 ChangeLog 5298 +MD5 0288743abbd5a20eb88f1d29f5731f97 ChangeLog 5391 MD5 7788484f5384e08b5a7fd93fd79bfc58 bash-2.05a-r3.ebuild 1903 MD5 7a604a7af0a8fa85c591aa394bf5d5df bash-2.05b-r3.ebuild 1743 MD5 e56d41ca654c42349b80a107aa2525f5 bash-2.05b-r4.ebuild 1851 MD5 77e35f69ed898e2b8c4981dc8f9feaad bash-2.05b-r5.ebuild 2033 MD5 1fe3ae8adb7ef006f5b507fa2639ca8f bash-2.05b-r6.ebuild 2028 -MD5 a64ccdd3717dabc4da9b63d9c8f5848c bash-2.05b-r7.ebuild 2122 +MD5 2068a25722b3c48cce9ea9ce270dd4d6 bash-2.05b-r7.ebuild 2127 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 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 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 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r5 296 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r6 461 MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804 diff --git a/app-shells/bash/bash-2.05b-r7.ebuild b/app-shells/bash/bash-2.05b-r7.ebuild index f042a60babde..7f4681115a1b 100644 --- a/app-shells/bash/bash-2.05b-r7.ebuild +++ b/app-shells/bash/bash-2.05b-r7.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-r7.ebuild,v 1.3 2003/09/03 19:58:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r7.ebuild,v 1.4 2003/09/17 18:29:44 avenj 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="~x86 ~alpha ~ppc ~sparc" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ia64" IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" |