diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 16:44:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 16:44:51 +0000 |
commit | a96afab5447e67dd1d86352f525cb821526b6aca (patch) | |
tree | 5a653d64320161661e760137eaba59a2e077db79 /media-sound/audiotag | |
parent | Some Clean up (diff) | |
download | gentoo-2-a96afab5447e67dd1d86352f525cb821526b6aca.tar.gz gentoo-2-a96afab5447e67dd1d86352f525cb821526b6aca.tar.bz2 gentoo-2-a96afab5447e67dd1d86352f525cb821526b6aca.zip |
ppc64 stable wrt #346113
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.16.ebuild | 25 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.17.ebuild | 31 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.18.ebuild | 31 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.19.ebuild | 6 | ||||
-rw-r--r-- | media-sound/audiotag/files/audiotag-0.17-metaflac-parameters.patch | 14 |
6 files changed, 7 insertions, 105 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index 68f8d29d93c7..628bd06f70f7 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audiotag # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.27 2011/01/03 01:52:35 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.28 2011/01/06 16:44:51 ssuominen Exp $ + + 06 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> audiotag-0.19.ebuild: + ppc64 stable wrt #346113 03 Jan 2011; Michael Weber <xmw@gentoo.org> audiotag-0.19.ebuild: sparc stable (bug 346113) diff --git a/media-sound/audiotag/audiotag-0.16.ebuild b/media-sound/audiotag/audiotag-0.16.ebuild deleted file mode 100644 index be99f958e4fe..000000000000 --- a/media-sound/audiotag/audiotag-0.16.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.16.ebuild,v 1.9 2007/07/30 11:08:33 corsair Exp $ - -IUSE="aac flac vorbis mp3" - -DESCRIPTION="A command-line audio file meta-data tagger. Sets id3 and/or vorbis tags in mp3, ogg, and flac files." -HOMEPAGE="http://www.tempestgames.com/ryan/" -SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 sparc x86" - -DEPEND="dev-lang/perl" - -RDEPEND="flac? ( media-libs/flac ) - vorbis? ( media-sound/vorbis-tools ) - mp3? ( media-libs/id3lib ) - aac? ( media-video/atomicparsley )" - -src_install() { - dobin audiotag - dodoc README ChangeLog -} diff --git a/media-sound/audiotag/audiotag-0.17.ebuild b/media-sound/audiotag/audiotag-0.17.ebuild deleted file mode 100644 index eec1116b7d28..000000000000 --- a/media-sound/audiotag/audiotag-0.17.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.17.ebuild,v 1.1 2008/02/15 12:47:17 drac Exp $ - -inherit eutils - -DESCRIPTION="a command-line tool for mass tagging/renaming of audio files." -HOMEPAGE="http://www.tempestgames.com/ryan" -SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="aac flac mp3 vorbis" - -RDEPEND="flac? ( media-libs/flac ) - vorbis? ( media-sound/vorbis-tools ) - mp3? ( media-libs/id3lib ) - aac? ( media-video/atomicparsley )" -DEPEND="dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-metaflac-parameters.patch -} - -src_install() { - dobin ${PN} - dodoc ChangeLog README -} diff --git a/media-sound/audiotag/audiotag-0.18.ebuild b/media-sound/audiotag/audiotag-0.18.ebuild deleted file mode 100644 index 2cc636dc840b..000000000000 --- a/media-sound/audiotag/audiotag-0.18.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.18.ebuild,v 1.1 2008/08/08 19:10:15 yngwin Exp $ - -inherit eutils - -DESCRIPTION="A command-line tool for mass tagging/renaming of audio files." -HOMEPAGE="http://www.tempestgames.com/ryan" -SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="aac flac mp3 vorbis" - -RDEPEND="flac? ( media-libs/flac ) - vorbis? ( media-sound/vorbis-tools ) - mp3? ( media-libs/id3lib ) - aac? ( media-video/atomicparsley )" -DEPEND="dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.17-metaflac-parameters.patch -} - -src_install() { - dobin ${PN} - dodoc ChangeLog README -} diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild index 6f4f9d05d8a3..91f42ba08fa3 100644 --- a/media-sound/audiotag/audiotag-0.19.ebuild +++ b/media-sound/audiotag/audiotag-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.3 2011/01/03 01:52:35 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.4 2011/01/06 16:44:51 ssuominen Exp $ DESCRIPTION="A command-line tool for mass tagging/renaming of audio files." HOMEPAGE="http://github.com/Daenyth/audiotag" @@ -8,7 +8,7 @@ SRC_URI="http://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="aac flac mp3 vorbis" RDEPEND="dev-lang/perl @@ -19,6 +19,6 @@ RDEPEND="dev-lang/perl DEPEND="" src_install() { - dobin ${PN} + dobin ${PN} || die dodoc ChangeLog README } diff --git a/media-sound/audiotag/files/audiotag-0.17-metaflac-parameters.patch b/media-sound/audiotag/files/audiotag-0.17-metaflac-parameters.patch deleted file mode 100644 index 478e25b9b48a..000000000000 --- a/media-sound/audiotag/files/audiotag-0.17-metaflac-parameters.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur audiotag-0.17.orig/audiotag audiotag-0.17/audiotag ---- audiotag-0.17.orig/audiotag 2007-09-26 16:02:31.000000000 +0300 -+++ audiotag-0.17/audiotag 2008-02-15 14:43:44.000000000 +0200 -@@ -455,8 +455,8 @@ - foreach (sort { $a cmp $b } keys %$info) { - $plus_tags{$_} ||= "==="; - push @result, "$plus_tags{$_} $_: $info->{$_}"; -- push @cmd, "--remove-vc-field", $_; -- push @cmd, "--set-vc-field", "$_=$info->{$_}"; -+ push @cmd, "--remove-tag", $_; -+ push @cmd, "--set-tag", "$_=$info->{$_}"; - } - push @cmd, $file; - } |