diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-15 15:47:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-15 15:47:42 +0000 |
commit | 5df26da442a060dfa80b470cc1a5f7aa515424ec (patch) | |
tree | cd4bb9e42e430b96bf5f9faad7f6e8ef91899ae0 /www-client/fetch | |
parent | x86 stable wrt bug #370669 (diff) | |
download | gentoo-2-5df26da442a060dfa80b470cc1a5f7aa515424ec.tar.gz gentoo-2-5df26da442a060dfa80b470cc1a5f7aa515424ec.tar.bz2 gentoo-2-5df26da442a060dfa80b470cc1a5f7aa515424ec.zip |
Fix HOMEPAGE and SRC_URI by David (bug #371691).
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'www-client/fetch')
-rw-r--r-- | www-client/fetch/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/fetch/fetch-1.0-r1.ebuild | 8 | ||||
-rw-r--r-- | www-client/fetch/fetch-1.0.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/www-client/fetch/ChangeLog b/www-client/fetch/ChangeLog index d5010f3800cf..9e8eb674fd53 100644 --- a/www-client/fetch/ChangeLog +++ b/www-client/fetch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/fetch -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/ChangeLog,v 1.5 2010/01/03 06:52:15 vostorga Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/ChangeLog,v 1.6 2011/06/15 15:47:42 jer Exp $ + + 15 Jun 2011; Jeroen Roovers <jer@gentoo.org> fetch-1.0.ebuild, + fetch-1.0-r1.ebuild: + Fix HOMEPAGE and SRC_URI by David (bug #371691). *fetch-1.0-r1 (03 Jan 2010) diff --git a/www-client/fetch/fetch-1.0-r1.ebuild b/www-client/fetch/fetch-1.0-r1.ebuild index e98fd6b28c20..97d42fe83ba1 100644 --- a/www-client/fetch/fetch-1.0-r1.ebuild +++ b/www-client/fetch/fetch-1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/fetch-1.0-r1.ebuild,v 1.1 2010/01/03 06:52:15 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/fetch-1.0-r1.ebuild,v 1.2 2011/06/15 15:47:42 jer Exp $ DESCRIPTION="Fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library." -HOMEPAGE="http://cs.nmu.edu/~lhanson/fetch/" -SRC_URI="http://cs.nmu.edu/~lhanson/fetch/dls/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/fetch/" +SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/www-client/fetch/fetch-1.0.ebuild b/www-client/fetch/fetch-1.0.ebuild index ae0a783b34eb..15a25cfcf838 100644 --- a/www-client/fetch/fetch-1.0.ebuild +++ b/www-client/fetch/fetch-1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/fetch-1.0.ebuild,v 1.3 2007/04/24 07:46:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/fetch/fetch-1.0.ebuild,v 1.4 2011/06/15 15:47:42 jer Exp $ DESCRIPTION="Fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library." -HOMEPAGE="http://cs.nmu.edu/~lhanson/fetch/" -SRC_URI="http://cs.nmu.edu/~lhanson/fetch/dls/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/fetch/" +SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" |