diff options
author | 2002-10-25 23:23:03 +0000 | |
---|---|---|
committer | 2002-10-25 23:23:03 +0000 | |
commit | c9f2c806f75d0c8aa78f8916d2f6814e90437e0c (patch) | |
tree | 75e13e6d1a778e1bce188afa587a64ffd03d9b3b /sys-devel/autoconf | |
parent | Marked unstable. This adds a symlink from libcrack.so.2 to (diff) | |
download | historical-c9f2c806f75d0c8aa78f8916d2f6814e90437e0c.tar.gz historical-c9f2c806f75d0c8aa78f8916d2f6814e90437e0c.tar.bz2 historical-c9f2c806f75d0c8aa78f8916d2f6814e90437e0c.zip |
fix SRC_URI
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.54.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index e92d0d896a75..8448c01f4acc 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.8 2002/10/20 08:29:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.9 2002/10/25 23:23:03 azarah Exp $ autoconf-2.54 (20 Oct 2002) + 25 Oct 2002; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild : + + Fix SRC_URI fir version 2.13 tarball. Close bug #9495. + 20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : Update version. diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild index 404264f9b934..6747e8f185ea 100644 --- a/sys-devel/autoconf/autoconf-2.54.ebuild +++ b/sys-devel/autoconf/autoconf-2.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.1 2002/10/20 08:29:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.2 2002/10/25 23:23:03 azarah Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} OLD_S=${WORKDIR}/${OLD_P} DESCRIPTION="Used to create autoconfiguration files" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.bz2 - ftp://alpha.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" + ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-2" |