diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
commit | d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8 (patch) | |
tree | 6164f04315f796aa1dd9e15f53739d7784f9dc8d /dev-perl/MP3-Info | |
parent | mirror:// fixes (diff) | |
download | historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.gz historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.bz2 historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.zip |
repoman'd
Diffstat (limited to 'dev-perl/MP3-Info')
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.01.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/MP3-Info/files/digest-MP3-Info-1.01 | 1 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild index 1c2073dcbabc..8850e6b6817c 100644 --- a/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild +++ b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild @@ -1,12 +1,14 @@ # 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/MP3-Info/MP3-Info-1.01-r1.ebuild,v 1.5 2002/07/25 04:13:26 seemant Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild,v 1.6 2002/07/25 04:43:33 seemant Exp $ inherit perl-module S="${WORKDIR}/${P}" DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" SRC_URI="mirror://sourceforge/mp3-info/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://sourceforge.net/projects/mp3-info/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" diff --git a/dev-perl/MP3-Info/MP3-Info-1.01.ebuild b/dev-perl/MP3-Info/MP3-Info-1.01.ebuild deleted file mode 100644 index 159cd5002cfd..000000000000 --- a/dev-perl/MP3-Info/MP3-Info-1.01.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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/MP3-Info/MP3-Info-1.01.ebuild,v 1.5 2002/07/25 04:13:26 seemant Exp $ - - -S="${WORKDIR}/${P}" -DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" -SRC_URI="mirror://sourceforge/mp3-info/${P}.tar.gz" -SLOT="0" -HOMEPAGE="http://sourceforge.net/projects/mp3-info/" - -SLOT="0" -DEPEND="" -RSLOT="0" -DEPEND="sys-devel/perl" - - -src_compile() { - perl Makefile.PL && make || die -} - -src_install () { - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - install || die - # Install documentation. - dodoc README -} diff --git a/dev-perl/MP3-Info/files/digest-MP3-Info-1.01 b/dev-perl/MP3-Info/files/digest-MP3-Info-1.01 deleted file mode 100644 index 59eb638efb49..000000000000 --- a/dev-perl/MP3-Info/files/digest-MP3-Info-1.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 168abf312bc9fe52b6d9bd5af510fe7b MP3-Info-1.01.tar.gz 51394 |