diff options
author | Achim Gottinger <achim@gentoo.org> | 2002-08-28 00:21:40 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2002-08-28 00:21:40 +0000 |
commit | f7ea80b3c3018e11661c4a205a53bb0171842421 (patch) | |
tree | d9fe050dc962c2b7770f50007f25cfdfff4aae1a /dev-perl/CDDB-File | |
parent | fixed SRC_URI wrt distfiles stuff (diff) | |
download | historical-f7ea80b3c3018e11661c4a205a53bb0171842421.tar.gz historical-f7ea80b3c3018e11661c4a205a53bb0171842421.tar.bz2 historical-f7ea80b3c3018e11661c4a205a53bb0171842421.zip |
Parse a local CDDB Database File
Diffstat (limited to 'dev-perl/CDDB-File')
-rw-r--r-- | dev-perl/CDDB-File/CDDB-File-1.03.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/CDDB-File/CDDB-File-1.03.ebuild b/dev-perl/CDDB-File/CDDB-File-1.03.ebuild new file mode 100644 index 000000000000..16adc3044f3a --- /dev/null +++ b/dev-perl/CDDB-File/CDDB-File-1.03.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03.ebuild,v 1.1 2002/08/28 00:21:40 achim Exp $ + +inherit perl-module + +S="${WORKDIR}/${P}" +DESCRIPTION="Parse a CDDB/freedb data file" +SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz" +SLOT="0" +HOMEPAGE="" +DEPEND="${DEPEND} + dev-perl/Test-Simple" + +SLOT="2" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ppc" |