From f7ea80b3c3018e11661c4a205a53bb0171842421 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Wed, 28 Aug 2002 00:21:40 +0000 Subject: Parse a local CDDB Database File --- dev-perl/CDDB-File/CDDB-File-1.03.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-perl/CDDB-File/CDDB-File-1.03.ebuild (limited to 'dev-perl/CDDB-File') 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" -- cgit v1.2.3-65-gdbad