diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:48:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:48:16 +0000 |
commit | c3011c708d5043ed420084b0142e00ad45887a1a (patch) | |
tree | 3e604e503f029695df245999e733224989cf0698 /media-sound/id3v2 | |
parent | Somehow forgot to add Changelog with last update. (Manifest recommit) (diff) | |
download | gentoo-2-c3011c708d5043ed420084b0142e00ad45887a1a.tar.gz gentoo-2-c3011c708d5043ed420084b0142e00ad45887a1a.tar.bz2 gentoo-2-c3011c708d5043ed420084b0142e00ad45887a1a.zip |
nomirror and stable on x86.
Diffstat (limited to 'media-sound/id3v2')
-rw-r--r-- | media-sound/id3v2/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.9-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/id3v2/ChangeLog b/media-sound/id3v2/ChangeLog index 994a9d0b127c..e4dd4bd23ebc 100644 --- a/media-sound/id3v2/ChangeLog +++ b/media-sound/id3v2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/id3v2 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.9 2004/03/01 04:25:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.10 2004/04/08 07:48:16 eradicator Exp $ + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + id3v2-0.1.9-r1.ebuild: + nomirror and stable on x86. 29 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> id3v2-0.1.9-r1.ebuild, id3v2-0.1.9.ebuild, metadata.xml: diff --git a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild b/media-sound/id3v2/id3v2-0.1.9-r1.ebuild index 0cd71cba2c79..19d952892810 100644 --- a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild +++ b/media-sound/id3v2/id3v2-0.1.9-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.9-r1.ebuild,v 1.5 2004/03/01 04:25:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.9-r1.ebuild,v 1.6 2004/04/08 07:48:16 eradicator Exp $ DESCRIPTION="A command line editor for id3v2 tags." HOMEPAGE="http://id3v2.sourceforge.net/" SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64" DEPEND="media-libs/id3lib" |