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 | fe2f1bb446bb826cea56281f8ec61bf6bcb04968 (patch) | |
tree | 37f594450eeb25f75438763518d4420762c7cdce /dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | |
parent | mirror:// fixes (diff) | |
download | gentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.tar.gz gentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.tar.bz2 gentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.zip |
repoman'd
Diffstat (limited to 'dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild')
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 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" |