summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/bash/ChangeLog7
-rw-r--r--app-shells/bash/Manifest14
-rw-r--r--app-shells/bash/bash-2.05a-r3.ebuild4
-rw-r--r--app-shells/bash/bash-2.05b-r3.ebuild6
-rw-r--r--app-shells/bash/bash-2.05b-r4.ebuild6
-rw-r--r--app-shells/bash/bash-2.05b-r5.ebuild6
-rw-r--r--app-shells/bash/bash-2.05b-r6.ebuild6
-rw-r--r--app-shells/bash/bash-2.05b-r7.ebuild6
-rw-r--r--sys-devel/bison/ChangeLog6
-rw-r--r--sys-devel/bison/Manifest8
-rw-r--r--sys-devel/bison/bison-1.34-r1.ebuild4
-rw-r--r--sys-devel/bison/bison-1.35.ebuild4
-rw-r--r--sys-devel/bison/bison-1.75.ebuild4
-rw-r--r--sys-devel/bison/files/digest-bison-1.34-r12
-rw-r--r--sys-devel/bison/files/digest-bison-1.352
-rw-r--r--sys-devel/bison/files/digest-bison-1.752
16 files changed, 48 insertions, 39 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"
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index e97755c48aaf..1b975ab2968f 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/bison
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.15 2003/02/19 21:46:47 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.16 2003/09/02 19:09:36 mholzer Exp $
+
+ 02 Sep 2003; Martin Holzer <mholzer@gentoo.org> bison-1.34-r1.ebuild,
+ bison-1.35.ebuild, bison-1.75.ebuild:
+ Now uses mirror://gnu.
18 Feb 2003; Zach Welch <zwelch@gentoo.org> bison-1.35.ebuild :
Added arm to keywords.
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 8fda2448b223..c07d4a6d87a0 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,7 +1,7 @@
-MD5 10ddb67f4bfaf0fc2d98caecd5122c43 ChangeLog 2504
-MD5 e23de8acf4e1b4a0de973d742d3b40cb bison-1.34-r1.ebuild 1218
-MD5 0cdd1b7bd60ebad50310577949f1889e bison-1.35.ebuild 1328
-MD5 64b3402b8f302c96bdd266af4f743c2a bison-1.75.ebuild 1153
+MD5 760f84c2423fa0b1f06ed3949ee1a8b1 ChangeLog 2643
+MD5 f62f6580d8834f75e34d281af0d3990d bison-1.34-r1.ebuild 1220
+MD5 a4b81fc2758bcb3ce75c4638afb4f951 bison-1.35.ebuild 1327
+MD5 ce608c6837b90707c697d27486e9e65b bison-1.75.ebuild 1152
MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63
MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63
MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63
diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild
index c9aa2730dbca..21da85f2f446 100644
--- a/sys-devel/bison/bison-1.34-r1.ebuild
+++ b/sys-devel/bison/bison-1.34-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.9 2003/02/13 16:28:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.10 2003/09/02 19:09:36 mholzer Exp $
IUSE="nls static build"
S=${WORKDIR}/${P}
DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz"
+SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild
index 01c2136d1583..049bb8f91f00 100644
--- a/sys-devel/bison/bison-1.35.ebuild
+++ b/sys-devel/bison/bison-1.35.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.14 2003/06/22 05:54:44 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.15 2003/09/02 19:09:36 mholzer Exp $
IUSE="nls static build" # icc"
S="${WORKDIR}/${P}"
DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz"
+SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
index aececd91b573..7a95a88afbcc 100644
--- a/sys-devel/bison/bison-1.75.ebuild
+++ b/sys-devel/bison/bison-1.75.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.8 2003/07/16 14:08:07 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.9 2003/09/02 19:09:36 mholzer Exp $
IUSE="nls static build" # icc"
S="${WORKDIR}/${P}"
DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz"
+SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
diff --git a/sys-devel/bison/files/digest-bison-1.34-r1 b/sys-devel/bison/files/digest-bison-1.34-r1
index f46fb398d41d..98fad6d827cd 100644
--- a/sys-devel/bison/files/digest-bison-1.34-r1
+++ b/sys-devel/bison/files/digest-bison-1.34-r1
@@ -1 +1 @@
-MD5 33ec6e34914a62ef5c4617efba9f3f30 bison-1.34.tar.gz 731400
+MD5 911b23850a31548ee8ffff1b7d4cc26e bison-1.34.tar.bz2 599252
diff --git a/sys-devel/bison/files/digest-bison-1.35 b/sys-devel/bison/files/digest-bison-1.35
index a6f3dce646a1..d4762ee29ea4 100644
--- a/sys-devel/bison/files/digest-bison-1.35
+++ b/sys-devel/bison/files/digest-bison-1.35
@@ -1 +1 @@
-MD5 e2c06b27f463c6ba19cafbe113d53b1e bison-1.35.tar.gz 770444
+MD5 87de58ab8f2aa07d18b6e77e3e665850 bison-1.35.tar.bz2 627723
diff --git a/sys-devel/bison/files/digest-bison-1.75 b/sys-devel/bison/files/digest-bison-1.75
index e49443e7af38..1aa577e26f05 100644
--- a/sys-devel/bison/files/digest-bison-1.75
+++ b/sys-devel/bison/files/digest-bison-1.75
@@ -1 +1 @@
-MD5 b1d4c7b1d2f73ec0ba624c07c0aba79c bison-1.75.tar.gz 976651
+MD5 dd88fe42e35d554c00af430a9342456a bison-1.75.tar.bz2 773106