diff options
author | Peter Volkov <pva@gentoo.org> | 2010-09-15 09:07:29 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-09-15 09:07:29 +0000 |
commit | 293cb93d7a4d2e5663baf621e06144b8d9a39294 (patch) | |
tree | f59dac127653a38c116a304b2ec764d655b43a77 /www-misc | |
parent | Version bump. Add cpan remote-id (diff) | |
download | gentoo-2-293cb93d7a4d2e5663baf621e06144b8d9a39294.tar.gz gentoo-2-293cb93d7a4d2e5663baf621e06144b8d9a39294.tar.bz2 gentoo-2-293cb93d7a4d2e5663baf621e06144b8d9a39294.zip |
Use gentoo mirrors for sources as upstream link disappears with time.
(Portage version: 2.1.9.5/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 5 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index abd68bc37a3e..7bc1a71a4157 100644 --- a/www-misc/fcgiwrap/ChangeLog +++ b/www-misc/fcgiwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/fcgiwrap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.3 2010/09/15 07:12:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.4 2010/09/15 09:07:29 pva Exp $ + + 15 Sep 2010; Peter Volkov <pva@gentoo.org> fcgiwrap-1.0.3.ebuild: + Use gentoo mirrors for sources as upstream link disappears with time. *fcgiwrap-1.0.3 (15 Sep 2010) diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild index 5b2411c1c1d2..68fd7105aaac 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.1 2010/09/15 07:12:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.2 2010/09/15 09:07:29 pva Exp $ EAPI="3" @@ -20,7 +20,8 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else MY_REV="58ec209" - SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" + #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz" + SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/gnosek-${PN}-${MY_REV}" KEYWORDS="~amd64 ~x86" |