diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-28 22:41:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-28 22:41:02 +0000 |
commit | d150f87ad73d5250bf6c02caa74f86facbd70c2e (patch) | |
tree | fe9dfb5d9ae9475b98896d6829169543a7b98435 /app-shells | |
parent | added jikes use flag, enabling it will configure tomcat to use jikes (diff) | |
download | historical-d150f87ad73d5250bf6c02caa74f86facbd70c2e.tar.gz historical-d150f87ad73d5250bf6c02caa74f86facbd70c2e.tar.bz2 historical-d150f87ad73d5250bf6c02caa74f86facbd70c2e.zip |
reorder SRC_URI
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/Manifest | 20 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0.ebuild | 12 |
2 files changed, 21 insertions, 11 deletions
diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 8b4f53602c70..cf5f82ef4474 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,14 +1,24 @@ -MD5 34485244e461175fd29dc3739cc86450 bash-3.0.ebuild 3165 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 59d22d8b43b008b4eefaa51c7a2693b8 ChangeLog 8125 -MD5 9b26b6899167a29ee4e9c1ad0d39b5a1 bash-2.05b-r9.ebuild 2909 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 6a2f5ace1a2dd30b1bee55eba1509027 bash-2.05b-r10.ebuild 3041 -MD5 30a9ff1b688e79f59376a47d882f3419 files/digest-bash-3.0 128 +MD5 58621a9b9d30b4492e2e4004a237ebc4 bash-3.0.ebuild 3131 +MD5 9b26b6899167a29ee4e9c1ad0d39b5a1 bash-2.05b-r9.ebuild 2909 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 MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 -MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r9 461 +MD5 4383b25cd54b24b9f459e338f06d096c files/bash-2.05b-parallel-build.patch 459 MD5 92f8f2d44177d92edd757366dbd261dc files/bashrc 761 +MD5 30a9ff1b688e79f59376a47d882f3419 files/digest-bash-3.0 128 +MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r9 461 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r10 461 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFBCCuKHTu7gpaalycRAimYAJ0YpFUIvOzqhiHymTHFArGb3GkGtgCg4jtC +1NfD/5D2yixk8202x4ZrNSM= +=fFLE +-----END PGP SIGNATURE----- diff --git a/app-shells/bash/bash-3.0.ebuild b/app-shells/bash/bash-3.0.ebuild index f1c01fcf61f0..860c5641e951 100644 --- a/app-shells/bash/bash-3.0.ebuild +++ b/app-shells/bash/bash-3.0.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0.ebuild,v 1.1 2004/07/28 13:49:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0.ebuild,v 1.2 2004/07/28 22:41:02 vapier Exp $ inherit eutils flag-o-matic gnuconfig # Official patches -#PLEVEL="x002 x003 x004 x005 x006 x007" +PLEVEL="" DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" -SRC_URI="mirror://gnu/bash/${P}.tar.gz - ftp://ftp.cwru.edu/pub/bash/${P}.tar.gz - mirror://gentoo/${P}-gentoo.diff.bz2" -# ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" +SRC_URI="ftp://ftp.cwru.edu/pub/bash/${P}.tar.gz + mirror://gnu/bash/${P}.tar.gz + mirror://gentoo/${P}-gentoo.diff.bz2 + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" LICENSE="GPL-2" SLOT="0" |