diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
commit | f4d5d0243c318bdda81c53e0944663cb9caa2ec5 (patch) | |
tree | 218c1fc2f417916f22dfa2e63b9e9500b8909064 /dev-perl/MP3-Info | |
parent | ppc fix for standalone mkisofs (diff) | |
download | gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.gz gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.bz2 gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.zip |
More conversions to eclasses
Diffstat (limited to 'dev-perl/MP3-Info')
-rw-r--r-- | dev-perl/MP3-Info/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-0.91.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-perl/MP3-Info/files/digest-MP3-Info-0.91 | 1 | ||||
-rw-r--r-- | dev-perl/MP3-Info/files/digest-MP3-Info-1.01-r1 | 1 |
5 files changed, 21 insertions, 30 deletions
diff --git a/dev-perl/MP3-Info/ChangeLog b/dev-perl/MP3-Info/ChangeLog index 9471d1ad42a9..08902b7dc3fa 100644 --- a/dev-perl/MP3-Info/ChangeLog +++ b/dev-perl/MP3-Info/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/MP3-Info # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.1 2002/04/08 03:30:27 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.2 2002/05/05 18:47:51 seemant Exp $ + +*MP3-Info-1.01-r1 (5 May 2002) + + 5 May 2002; Seemant Kulleen <seemant@gentoo.org> MP3-Info-1.01-r1.ebuild + files/digest-MP3-Info-1.01-r1 : + + Conversion to eclasses. *MP3-Info-0.91, 1.01 (1 Feb 2002) diff --git a/dev-perl/MP3-Info/MP3-Info-0.91.ebuild b/dev-perl/MP3-Info/MP3-Info-0.91.ebuild deleted file mode 100644 index ade1ee5df4f9..000000000000 --- a/dev-perl/MP3-Info/MP3-Info-0.91.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: George Shapovalov <georges@its.caltech.edu> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-0.91.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ - - -S="${WORKDIR}/${P}" -DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" -SRC_URI="http://prdownloads.sourceforge.net/mp3-info/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/mp3-info/" - -DEPEND="" -RDEPEND="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/MP3-Info-1.01-r1.ebuild b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild new file mode 100644 index 000000000000..ec2727dff395 --- /dev/null +++ b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: George Shapovalov <georges@its.caltech.edu> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild,v 1.1 2002/05/05 18:47:51 seemant Exp $ + +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +S="${WORKDIR}/${P}" +DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" +SRC_URI="http://prdownloads.sourceforge.net/mp3-info/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/mp3-info/" diff --git a/dev-perl/MP3-Info/files/digest-MP3-Info-0.91 b/dev-perl/MP3-Info/files/digest-MP3-Info-0.91 deleted file mode 100644 index a65e7dde62f4..000000000000 --- a/dev-perl/MP3-Info/files/digest-MP3-Info-0.91 +++ /dev/null @@ -1 +0,0 @@ -MD5 985e9be5234ffa0018d0fc42139b958d MP3-Info-0.91.tar.gz 50987 diff --git a/dev-perl/MP3-Info/files/digest-MP3-Info-1.01-r1 b/dev-perl/MP3-Info/files/digest-MP3-Info-1.01-r1 new file mode 100644 index 000000000000..59eb638efb49 --- /dev/null +++ b/dev-perl/MP3-Info/files/digest-MP3-Info-1.01-r1 @@ -0,0 +1 @@ +MD5 168abf312bc9fe52b6d9bd5af510fe7b MP3-Info-1.01.tar.gz 51394 |