summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-17 20:32:25 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-17 20:32:25 +0000
commit0bd6ecd9c5d8ada80dbb1e695ab46169266a2a92 (patch)
treed149dd6545b7c7a29c0264e938646cf4376a86ee /sys-devel/automake
parentFix SRC_URI for autoconf-2.63b since alpha/beta releases are not distributed ... (diff)
downloadgentoo-2-0bd6ecd9c5d8ada80dbb1e695ab46169266a2a92.tar.gz
gentoo-2-0bd6ecd9c5d8ada80dbb1e695ab46169266a2a92.tar.bz2
gentoo-2-0bd6ecd9c5d8ada80dbb1e695ab46169266a2a92.zip
Fix SRC_URI for automake-1.10b 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/automake')
-rw-r--r--sys-devel/automake/ChangeLog6
-rw-r--r--sys-devel/automake/automake-1.10b.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog
index 9ac112efe021..6b186a9783af 100644
--- a/sys-devel/automake/ChangeLog
+++ b/sys-devel/automake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/automake
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.134 2009/04/01 16:05:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.135 2009/04/17 20:32:25 zmedico Exp $
+
+ 17 Apr 2009; Zac Medico <zmedico@gentoo.org> automake-1.10b.ebuild:
+ Fix SRC_URI since alpha/beta releases are not distributed on the usual
+ mirrors.
*automake-1.10b (01 Apr 2009)
diff --git a/sys-devel/automake/automake-1.10b.ebuild b/sys-devel/automake/automake-1.10b.ebuild
index 5d29b955a594..945b53307d53 100644
--- a/sys-devel/automake/automake-1.10b.ebuild
+++ b/sys-devel/automake/automake-1.10b.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10b.ebuild,v 1.1 2009/04/01 16:05:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10b.ebuild,v 1.2 2009/04/17 20:32:25 zmedico Exp $
inherit eutils
DESCRIPTION="Used to generate Makefile.in from Makefile.am"
HOMEPAGE="http://sources.redhat.com/automake/"
-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="${PV:0:4}"