diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-01 11:11:02 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-01 11:11:02 +0000 |
commit | 75a1e2aa034ed5c9a09f79582dc4e15d33e47714 (patch) | |
tree | 4eaaa78a776ca9ca42adb3d36e38a5850456f740 /media-sound/audiotag | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-75a1e2aa034ed5c9a09f79582dc4e15d33e47714.tar.gz gentoo-2-75a1e2aa034ed5c9a09f79582dc4e15d33e47714.tar.bz2 gentoo-2-75a1e2aa034ed5c9a09f79582dc4e15d33e47714.zip |
Stable on ppc64
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.12.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.13.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index a70bf4b95c31..2653e3430157 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audiotag -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.8 2004/12/19 05:35:40 eradicator Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.9 2005/01/01 11:09:31 corsair Exp $ + + 01 Jan 2005; Markus Rothe <corsair@gentoo.org> audiotag-0.13.ebuild: + Stable on ppc64 18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> audiotag-0.13.ebuild: diff --git a/media-sound/audiotag/audiotag-0.12.ebuild b/media-sound/audiotag/audiotag-0.12.ebuild index 8efe1adcc28e..b1133aefaacd 100644 --- a/media-sound/audiotag/audiotag-0.12.ebuild +++ b/media-sound/audiotag/audiotag-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.12.ebuild,v 1.3 2004/09/04 20:28:36 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.12.ebuild,v 1.4 2005/01/01 11:09:31 corsair Exp $ DESCRIPTION="A command-line audio file meta-data tagger. Sets id3 and/or vorbis tags in mp3, ogg, and flac files." HOMEPAGE="http://tempestgames.com/ryan/" diff --git a/media-sound/audiotag/audiotag-0.13.ebuild b/media-sound/audiotag/audiotag-0.13.ebuild index 9caf5049bd19..bde04cfa3afd 100644 --- a/media-sound/audiotag/audiotag-0.13.ebuild +++ b/media-sound/audiotag/audiotag-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.13.ebuild,v 1.6 2004/12/19 05:35:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.13.ebuild,v 1.7 2005/01/01 11:09:31 corsair Exp $ IUSE="flac oggvorbis" @@ -10,7 +10,7 @@ SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" DEPEND="dev-lang/perl" |