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 | bbb1bee5781712e3bb47a954c740421d6f76bd03 (patch) | |
tree | dc3e65ba47eab18bd959669866240bd0155a4aad /app-shells | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-bbb1bee5781712e3bb47a954c740421d6f76bd03.tar.gz gentoo-2-bbb1bee5781712e3bb47a954c740421d6f76bd03.tar.bz2 gentoo-2-bbb1bee5781712e3bb47a954c740421d6f76bd03.zip |
remove preexec from SRC_URI
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-shells')
-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 |
2 files changed, 1 insertions, 3 deletions
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 |