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 /sys-devel/bison | |
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 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/bison/Manifest | 8 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.34-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/files/digest-bison-1.34-r1 | 2 | ||||
-rw-r--r-- | sys-devel/bison/files/digest-bison-1.35 | 2 | ||||
-rw-r--r-- | sys-devel/bison/files/digest-bison-1.75 | 2 |
8 files changed, 18 insertions, 14 deletions
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 |