diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-02 19:09:43 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-02 19:09:43 +0000 |
commit | 7bf17a3033ab27c8d76cfc3b2439b68fc3066485 (patch) | |
tree | 06d44a05bd7fea857b7a3fca8de477c2b0157734 /app-shells | |
parent | Now uses mirror://gnu. (diff) | |
download | gentoo-2-7bf17a3033ab27c8d76cfc3b2439b68fc3066485.tar.gz gentoo-2-7bf17a3033ab27c8d76cfc3b2439b68fc3066485.tar.bz2 gentoo-2-7bf17a3033ab27c8d76cfc3b2439b68fc3066485.zip |
Now uses mirror://gnu.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 14 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05a-r3.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r3.ebuild | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r4.ebuild | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r5.ebuild | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r6.ebuild | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r7.ebuild | 6 |
8 files changed, 30 insertions, 25 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index d125806ae965..48da277ca462 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,11 @@ # 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.13 2003/08/19 23:08:19 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.14 2003/09/02 19:05:18 mholzer Exp $ + + 02 Sep 2003; Martin Holzer <mholzer@gentoo.org> bash-2.05a-r3.ebuild, + bash-2.05b-r3.ebuild, bash-2.05b-r4.ebuild, bash-2.05b-r5.ebuild, + bash-2.05b-r6.ebuild, bash-2.05b-r7.ebuild: + Now uses mirror://gnu. *bash-2.05b-r7 (19 Aug 2003) diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 30a3c7ed7bf1..f0b6fd069f22 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,10 +1,10 @@ -MD5 937acfbbab89a3cd2251ac74001337c5 ChangeLog 4969 -MD5 ba1233983751e50700241a6495306378 bash-2.05a-r3.ebuild 1917 -MD5 31f9be8380509135728cb39c2c0fb8b4 bash-2.05b-r3.ebuild 1759 -MD5 425c712c6f00d85f11e25b3df5141bc3 bash-2.05b-r4.ebuild 1870 -MD5 b7ea47a95638397d995ccd6162d7f4b5 bash-2.05b-r5.ebuild 2052 -MD5 8f18509ab36adb048e359db032e2d87f bash-2.05b-r6.ebuild 2042 -MD5 11e5d5c1094e24f5fdb5a7379ab8a7db bash-2.05b-r7.ebuild 2133 +MD5 5e98605a155a9185fb94e3507c25e2c1 ChangeLog 5183 +MD5 de598cbc4af5d99dd19c03464ba9f786 bash-2.05a-r3.ebuild 1908 +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 165ca11c69744180a09735955b36f1ef bash-2.05b-r6.ebuild 2023 +MD5 89c45fce98c36352e0359980138d964c bash-2.05b-r7.ebuild 2117 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 diff --git a/app-shells/bash/bash-2.05a-r3.ebuild b/app-shells/bash/bash-2.05a-r3.ebuild index 1c84b6caacc9..814388ca72ef 100644 --- a/app-shells/bash/bash-2.05a-r3.ebuild +++ b/app-shells/bash/bash-2.05a-r3.ebuild @@ -1,11 +1,11 @@ # 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.05a-r3.ebuild,v 1.1 2003/03/11 20:50:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05a-r3.ebuild,v 1.2 2003/09/02 19:05:18 mholzer Exp $ inherit flag-o-matic gnuconfig DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz" +SRC_URI="mirror://gnu/bash/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" KEYWORDS="x86 ppc sparc alpha mips" diff --git a/app-shells/bash/bash-2.05b-r3.ebuild b/app-shells/bash/bash-2.05b-r3.ebuild index 775aa40a3ac3..107cece6f194 100644 --- a/app-shells/bash/bash-2.05b-r3.ebuild +++ b/app-shells/bash/bash-2.05b-r3.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-r3.ebuild,v 1.4 2003/03/27 11:24:47 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r3.ebuild,v 1.5 2003/09/02 19:05:18 mholzer Exp $ inherit eutils flag-o-matic @@ -8,9 +8,9 @@ inherit eutils flag-o-matic PLEVEL="x002 x003 x004" DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz +SRC_URI="mirror://gnu/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ${PLEVEL//x/ftp://ftp.gnu.org/gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" diff --git a/app-shells/bash/bash-2.05b-r4.ebuild b/app-shells/bash/bash-2.05b-r4.ebuild index 9838be3ccc5d..93e0cf6c443a 100644 --- a/app-shells/bash/bash-2.05b-r4.ebuild +++ b/app-shells/bash/bash-2.05b-r4.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-r4.ebuild,v 1.3 2003/07/16 13:27:30 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r4.ebuild,v 1.4 2003/09/02 19:05:18 mholzer Exp $ inherit eutils flag-o-matic @@ -8,9 +8,9 @@ inherit eutils flag-o-matic PLEVEL="x002 x003 x004" DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz +SRC_URI="mirror://gnu/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ${PLEVEL//x/ftp://ftp.gnu.org/gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" diff --git a/app-shells/bash/bash-2.05b-r5.ebuild b/app-shells/bash/bash-2.05b-r5.ebuild index 68e0369c71f4..4bbe65d0cdff 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.8 2003/07/16 13:27:30 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r5.ebuild,v 1.9 2003/09/02 19:05:18 mholzer Exp $ inherit eutils flag-o-matic @@ -8,9 +8,9 @@ inherit eutils flag-o-matic PLEVEL="x002 x003 x004" DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz +SRC_URI="mirror://gnu/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ${PLEVEL//x/ftp://ftp.gnu.org/gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" diff --git a/app-shells/bash/bash-2.05b-r6.ebuild b/app-shells/bash/bash-2.05b-r6.ebuild index fb2cbcf38b13..203d924d0413 100644 --- a/app-shells/bash/bash-2.05b-r6.ebuild +++ b/app-shells/bash/bash-2.05b-r6.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-r6.ebuild,v 1.2 2003/07/16 13:27:30 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r6.ebuild,v 1.3 2003/09/02 19:05:18 mholzer Exp $ inherit eutils flag-o-matic @@ -8,9 +8,9 @@ inherit eutils flag-o-matic PLEVEL="x002 x003 x004 x005 x006 x007" DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz +SRC_URI="mirror://gnu/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ${PLEVEL//x/ftp://ftp.gnu.org/gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" diff --git a/app-shells/bash/bash-2.05b-r7.ebuild b/app-shells/bash/bash-2.05b-r7.ebuild index 15f10b8a14e7..241fd8e82e26 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.1 2003/08/19 23:08:19 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r7.ebuild,v 1.2 2003/09/02 19:05:18 mholzer Exp $ inherit eutils flag-o-matic @@ -8,9 +8,9 @@ inherit eutils flag-o-matic PLEVEL="x002 x003 x004 x005 x006 x007" DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz +SRC_URI="mirror://gnu/bash/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 - ${PLEVEL//x/ftp://ftp.gnu.org/gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" + ${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" |