diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | ee7fe75c6005a4285a662d383a0c5e577874e0cd (patch) | |
tree | 96b95cd2cc0a94169707b0ee0e063336bc5d2ffb /media-sound/id3v2/id3v2-0.1.7.ebuild | |
parent | added ppc keyword (diff) | |
download | gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.gz gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.bz2 gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.zip |
repoman'd
Diffstat (limited to 'media-sound/id3v2/id3v2-0.1.7.ebuild')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.7.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.7.ebuild b/media-sound/id3v2/id3v2-0.1.7.ebuild index 8997e87d57c5..a77986412064 100644 --- a/media-sound/id3v2/id3v2-0.1.7.ebuild +++ b/media-sound/id3v2/id3v2-0.1.7.ebuild @@ -1,14 +1,17 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.2 2002/05/22 20:26:30 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.3 2002/07/21 03:07:46 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="A command line editor for id3v2 tags." HOMEPAGE="http://id3v2.sourceforge.net/" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/id3v2/${P}.tar.gz" DEPEND="media-libs/id3lib" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/id3v2/${P}.tar.gz" -S=${WORKDIR}/${P} +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { |