diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 14:14:06 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 14:14:06 +0000 |
commit | d5e4b57cd7ef5cab678172863f670fcc287b8915 (patch) | |
tree | 6a139825638d4330ed41a774f25f347c6a09aa1d /net-www/curator | |
parent | Include shading patch submitted by David Reid in bug 31660 (diff) | |
download | historical-d5e4b57cd7ef5cab678172863f670fcc287b8915.tar.gz historical-d5e4b57cd7ef5cab678172863f670fcc287b8915.tar.bz2 historical-d5e4b57cd7ef5cab678172863f670fcc287b8915.zip |
Switch to mirror:// in SRC_URI
Diffstat (limited to 'net-www/curator')
-rw-r--r-- | net-www/curator/Manifest | 2 | ||||
-rw-r--r-- | net-www/curator/curator-2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/curator/Manifest b/net-www/curator/Manifest index 0f3bf269927b..3b8061b9effd 100644 --- a/net-www/curator/Manifest +++ b/net-www/curator/Manifest @@ -1,3 +1,3 @@ +MD5 af03a1a4e3bd37f0eb4c009fd439df1d curator-2.0.ebuild 633 MD5 d21a8eabb7e12a62c605155670adca3c ChangeLog 338 -MD5 94c53ae084a585e84d01cd0cd0e363eb curator-2.0.ebuild 664 MD5 c238a1f3d057b653febb27ec81e375ef files/digest-curator-2.0 62 diff --git a/net-www/curator/curator-2.0.ebuild b/net-www/curator/curator-2.0.ebuild index 33db852a0e88..ba19fa721ae8 100644 --- a/net-www/curator/curator-2.0.ebuild +++ b/net-www/curator/curator-2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/curator/curator-2.0.ebuild,v 1.6 2003/09/06 02:05:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/curator/curator-2.0.ebuild,v 1.7 2003/10/27 14:14:01 aliz Exp $ MY_P=curator-2.0 S=${WORKDIR}/curator SLOT="0" DESCRIPTION="Webpage thumbnail creator" -SRC_URI="http://twtelecom.dl.sourceforge.net/sourceforge/curator/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/curator/${MY_P}.tar.gz" HOMEPAGE="http://curator.sourceforge.net/" KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips" LICENSE="GPL-2" |