diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-24 14:50:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-24 14:50:00 +0000 |
commit | 3863a87aec8a92c3cbb1867b3ea83ada0793e0bc (patch) | |
tree | 5b1bb527821b7e0dc406bc0632fa266a8b8ee4dc /dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild | |
parent | fix patch (diff) | |
download | gentoo-2-3863a87aec8a92c3cbb1867b3ea83ada0793e0bc.tar.gz gentoo-2-3863a87aec8a92c3cbb1867b3ea83ada0793e0bc.tar.bz2 gentoo-2-3863a87aec8a92c3cbb1867b3ea83ada0793e0bc.zip |
cleaning; mirror syntax
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild')
-rw-r--r-- | dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild b/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild index 9781254e19ba..0db41719d85c 100644 --- a/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild +++ b/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild,v 1.7 2004/10/16 23:57:20 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild,v 1.8 2005/04/24 14:50:00 mcummings Exp $ inherit perl-module DESCRIPTION="Parse a CDDB/freedb data file" -SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" SLOT="0" -HOMEPAGE="http://search.cpan.org/author/TMTM/CDDB-File-${PV}/" +HOMEPAGE="http://search.cpan.org/~tmtm/${P}/" DEPEND="${DEPEND} dev-perl/Test-Simple" |