diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-04-17 20:24:41 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-04-17 20:24:41 +0000 |
commit | 8df74de89fd4611589c7411fc2254173f1b160bb (patch) | |
tree | 736269d287293d26ecb15dfaec18e51ea62c564e /sys-devel/autoconf | |
parent | add tcl85 patch. fixes bug #250354 (diff) | |
download | gentoo-2-8df74de89fd4611589c7411fc2254173f1b160bb.tar.gz gentoo-2-8df74de89fd4611589c7411fc2254173f1b160bb.tar.bz2 gentoo-2-8df74de89fd4611589c7411fc2254173f1b160bb.zip |
Fix SRC_URI for autoconf-2.63b since alpha/beta releases are not distributed on the usual mirrors.
(Portage version: 2.2_rc30_p13352/cvs/Linux i686)
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.63b.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index f270fb5a6531..9c2974fffaf7 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.130 2009/04/05 04:00:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.131 2009/04/17 20:24:41 zmedico Exp $ + + 17 Apr 2009; Zac Medico <zmedico@gentoo.org> autoconf-2.63b.ebuild: + Fix SRC_URI since alpha/beta releases are not distributed on the usual + mirrors. *autoconf-2.63-r1 (05 Apr 2009) diff --git a/sys-devel/autoconf/autoconf-2.63b.ebuild b/sys-devel/autoconf/autoconf-2.63b.ebuild index b59dfda7db38..a7f1bc1d93ab 100644 --- a/sys-devel/autoconf/autoconf-2.63b.ebuild +++ b/sys-devel/autoconf/autoconf-2.63b.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63b.ebuild,v 1.1 2009/04/01 16:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63b.ebuild,v 1.2 2009/04/17 20:24:41 zmedico Exp $ DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" +# Alpha/beta releases are not distributed on the usual mirrors. +#SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" +SRC_URI="ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2.5" |