diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-20 09:18:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-20 09:18:38 +0000 |
commit | 40fd8fb0889ffdfff5ce386295b456a7ff01a3fc (patch) | |
tree | 527c54fe0f91b07372525b66a2dc348212504bbc /dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild | |
parent | new test release (diff) | |
download | historical-40fd8fb0889ffdfff5ce386295b456a7ff01a3fc.tar.gz historical-40fd8fb0889ffdfff5ce386295b456a7ff01a3fc.tar.bz2 historical-40fd8fb0889ffdfff5ce386295b456a7ff01a3fc.zip |
Bug 99044 one more time, this time with a working SRC_URI - thanks Julien :)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild')
-rw-r--r-- | dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild index 9d394ea6abe5..372bc5b8238f 100644 --- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild +++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild,v 1.12 2005/07/19 14:19:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05.ebuild,v 1.13 2005/07/20 09:18:38 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Audio-CD-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Perl Module needed for app-cdr/disc-cover" HOMEPAGE="http://homepages.inf.ed.ac.uk/jvanheme/disc-cover.html" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +SRC_URI="http://homepages.inf.ed.ac.uk/jvanheme/files/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" |