diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-27 21:11:16 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-27 21:11:16 +0000 |
commit | 2590ab44392c08e37db613830377db96f492bc7b (patch) | |
tree | 6db0067329eed3ad6c9311fdecf57b9e9c13348a /sys-apps | |
parent | spacing (diff) | |
download | historical-2590ab44392c08e37db613830377db96f492bc7b.tar.gz historical-2590ab44392c08e37db613830377db96f492bc7b.tar.bz2 historical-2590ab44392c08e37db613830377db96f492bc7b.zip |
fix SRC_URI
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.2-r5.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3.ebuild | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 3e7c8e4feba9..3dfc56ca9529 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/texinfo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.11 2002/11/18 21:04:25 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.12 2002/11/27 21:11:16 azarah Exp $ + + 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org> : + Update SRC_URI to fix bug #11297. *texinfo-4.3 (18 Nov 2002) diff --git a/sys-apps/texinfo/texinfo-4.2-r5.ebuild b/sys-apps/texinfo/texinfo-4.2-r5.ebuild index 11fbbf0f34c2..bf407a29139f 100644 --- a/sys-apps/texinfo/texinfo-4.2-r5.ebuild +++ b/sys-apps/texinfo/texinfo-4.2-r5.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.2-r5.ebuild,v 1.8 2002/10/05 05:39:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.2-r5.ebuild,v 1.9 2002/11/27 21:11:16 azarah Exp $ IUSE="nls build" -S=${WORKDIR}/${P} +S="${WORKDIR}/${P}" DESCRIPTION="The GNU info program and utilities" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${P}.tar.gz - ftp://ftp.gnu.org/pub/gnu/texinfo/${P}.tar.gz" +SRC_URI="mirror://gnu/texinfo/${P}.tar.gz + mirror://gentoo/distfiles/texinfo/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/texinfo/" + KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/texinfo/texinfo-4.3.ebuild b/sys-apps/texinfo/texinfo-4.3.ebuild index ebf4abf37a0f..7a4217b03c0c 100644 --- a/sys-apps/texinfo/texinfo-4.3.ebuild +++ b/sys-apps/texinfo/texinfo-4.3.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3.ebuild,v 1.1 2002/11/18 21:04:25 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3.ebuild,v 1.2 2002/11/27 21:11:16 azarah Exp $ IUSE="nls build" -S=${WORKDIR}/${P} +S="${WORKDIR}/${P}" DESCRIPTION="The GNU info program and utilities" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${P}.tar.gz - ftp://alpha.gnu.org/pub/gnu/texinfo/${P}.tar.gz" +SRC_URI="mirror://gnu/texinfo/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/texinfo/" KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" |