diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-30 07:33:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-30 07:33:36 +0000 |
commit | a05eb1a3f52e2d2a339583ae64fc3242efd0a29a (patch) | |
tree | 48cd7f16b7bda6a1a12f8037625e76f73b03881b /app-shells | |
parent | Stable on ppc64 (diff) | |
download | historical-a05eb1a3f52e2d2a339583ae64fc3242efd0a29a.tar.gz historical-a05eb1a3f52e2d2a339583ae64fc3242efd0a29a.tar.bz2 historical-a05eb1a3f52e2d2a339583ae64fc3242efd0a29a.zip |
remove preexec from SRC_URI
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/Manifest | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0-r11.ebuild | 3 | ||||
-rw-r--r-- | app-shells/bash/files/digest-bash-3.0-r11 | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index ec05099957dc..93e93003798a 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -5,7 +5,7 @@ MD5 7f7feb247c305544c899366672599232 bash-3.0-r7.ebuild 4060 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 ded385d3c69da943b2f408c18b4c6c21 bash-3.0-r8.ebuild 3949 MD5 761160a21f9a69be631b044d0be387e5 bash-3.0-r9.ebuild 4267 -MD5 98888d6d4c8955013e7da087b1ed3f99 bash-3.0-r11.ebuild 4828 +MD5 426f6a04533a1d5d9e1e7a4885051bbe bash-3.0-r11.ebuild 4761 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 @@ -32,7 +32,7 @@ MD5 ccc195288edb06eb44f4d5e2a9c1da62 files/bash-3.0-crash.patch 1191 MD5 edac0c7e2accd7f60d64d6361913db6e files/bash-3.0-darwin-conn.patch 983 MD5 b3345c5274b7b08ce50dc5ec0aa11197 files/bash-3.0-read-e-segfault.patch 825 MD5 00cd6ee276de4810e2209dc426b133e4 files/bash-3.0-ulimit.patch 2659 -MD5 09faf4bbe7fd8abc594b7f7225199cf7 files/digest-bash-3.0-r11 1049 +MD5 13a88fae79fed8f76999ec8fdca2f085 files/digest-bash-3.0-r11 976 MD5 eea55a33e84dc42b1683592dc8113400 files/bash-3.0-afs.patch 428 MD5 46c2816ee5909e997477063cdc050620 files/bash-3.0-manpage.patch 533 MD5 4af330b479f27337b6e77fff11d6c468 files/bash_logout 132 diff --git a/app-shells/bash/bash-3.0-r11.ebuild b/app-shells/bash/bash-3.0-r11.ebuild index d690d25cea2b..9ee2a8ea7520 100644 --- a/app-shells/bash/bash-3.0-r11.ebuild +++ b/app-shells/bash/bash-3.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r11.ebuild,v 1.3 2005/04/30 07:00:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r11.ebuild,v 1.4 2005/04/30 07:33:36 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,7 +14,6 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" SRC_URI="mirror://gnu/bash/${P}.tar.gz ftp://ftp.cwru.edu/pub/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ftp://progn.org/pub/software/tools/bash-2.05b-preexec-0.3.diff.gz $(for ((i=1; i<=PLEVEL; i++)); do printf 'ftp://ftp.cwru.edu/pub/bash/bash-%s-patches/bash%s-%03d\n' \ ${PV} ${PV/\.} ${i} diff --git a/app-shells/bash/files/digest-bash-3.0-r11 b/app-shells/bash/files/digest-bash-3.0-r11 index 826f0877fd8c..3f6ecc696328 100644 --- a/app-shells/bash/files/digest-bash-3.0-r11 +++ b/app-shells/bash/files/digest-bash-3.0-r11 @@ -1,6 +1,5 @@ MD5 26c4d642e29b3533d8d754995bc277b3 bash-3.0.tar.gz 2418293 MD5 220cdd45dc060fd41c2bd7c46e8a9064 bash-3.0-gentoo.diff.bz2 2423 -MD5 8ed4ddcddc35ed518a79cd448fca8d93 bash-2.05b-preexec-0.3.diff.gz 1774 MD5 24a83f78a44a6029024371f02da174dd bash30-001 4999 MD5 6f4cf2aa975a1fcc0cb43a406bd47ca5 bash30-002 2119 MD5 c8bf41e78cda16d391b9099eeba01386 bash30-003 4669 |