summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-06-25 17:47:22 +0000
committerChristoph Mende <angelos@gentoo.org>2011-06-25 17:47:22 +0000
commit8b4e41db0a0ec3afe7f79cffa07b2a58bef007a0 (patch)
tree24e630c12ddbfca3c9988804134cdfc80d146f74 /media-sound/mpd
parentMigrate to git-2 eclass (diff)
downloadgentoo-2-8b4e41db0a0ec3afe7f79cffa07b2a58bef007a0.tar.gz
gentoo-2-8b4e41db0a0ec3afe7f79cffa07b2a58bef007a0.tar.bz2
gentoo-2-8b4e41db0a0ec3afe7f79cffa07b2a58bef007a0.zip
Rename USE=id3 to id3tag (bug #372997)
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/ChangeLog7
-rw-r--r--media-sound/mpd/metadata.xml2
-rw-r--r--media-sound/mpd/mpd-0.15.15.ebuild8
-rw-r--r--media-sound/mpd/mpd-0.15.16.ebuild8
-rw-r--r--media-sound/mpd/mpd-0.15.8.ebuild8
-rw-r--r--media-sound/mpd/mpd-0.16.2.ebuild8
-rw-r--r--media-sound/mpd/mpd-0.16.3.ebuild8
7 files changed, 27 insertions, 22 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index e7f9f51b2f20..d2c0f3f9432b 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mpd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.255 2011/06/05 20:13:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.256 2011/06/25 17:47:22 angelos Exp $
+
+ 25 Jun 2011; Christoph Mende <angelos@gentoo.org> mpd-0.15.8.ebuild,
+ mpd-0.15.15.ebuild, mpd-0.15.16.ebuild, mpd-0.16.2.ebuild, mpd-0.16.3.ebuild,
+ metadata.xml:
+ Rename USE=id3 to id3tag (bug #372997)
*mpd-0.16.3 (05 Jun 2011)
diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml
index f38f84ab8291..13655ccba384 100644
--- a/media-sound/mpd/metadata.xml
+++ b/media-sound/mpd/metadata.xml
@@ -16,7 +16,7 @@
<flag name="curl">Support for web stream listening</flag>
<flag name="fifo">Support writing audio to a FIFO</flag>
<flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis</flag>
- <flag name="id3">Support for ID3 tags</flag>
+ <flag name="id3tag">Support for ID3 tags</flag>
<flag name="inotify">Use the Linux kernel inotify subsystem to notice changes to mpd music library</flag>
<flag name="lame">Support for MP3 streaming via Icecast2</flag>
<flag name="lastfmradio">Support listening to last.fm radio stations</flag>
diff --git a/media-sound/mpd/mpd-0.15.15.ebuild b/media-sound/mpd/mpd-0.15.15.ebuild
index e0d9fce1816b..acc702c74616 100644
--- a/media-sound/mpd/mpd-0.15.15.ebuild
+++ b/media-sound/mpd/mpd-0.15.15.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/mpd/mpd-0.15.15.ebuild,v 1.12 2011/05/04 18:37:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.15.ebuild,v 1.13 2011/06/25 17:47:22 angelos Exp $
EAPI=2
inherit eutils flag-o-matic multilib
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug +fifo +ffmpeg flac
-fluidsynth profile +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
+fluidsynth profile +id3tag ipv6 jack lame lastfmradio libmms libsamplerate +mad
mikmod modplug musepack +network ogg oss pipe pulseaudio sid sqlite unicode
vorbis wavpack wildmidi zip"
@@ -32,7 +32,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
- id3? ( media-libs/libid3tag )
+ id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmms? ( >=media-libs/libmms-0.4 )
@@ -105,7 +105,7 @@ src_configure() {
$(use_enable sqlite) $(use_enable curl) \
$(use_enable libmms mms) $(use_enable wildmidi) \
$(use_enable bzip2) $(use_enable zip) \
- $(use_enable cdio iso9660) $(use_enable id3) \
+ $(use_enable cdio iso9660) $(use_enable id3tag id3) \
$(use_enable audiofile) $(use_enable ffmpeg) \
$(use_enable flac) $(use_enable mad) \
$(use_enable mikmod) $(use_enable modplug) \
diff --git a/media-sound/mpd/mpd-0.15.16.ebuild b/media-sound/mpd/mpd-0.15.16.ebuild
index 171da80f358d..ac6b448176fb 100644
--- a/media-sound/mpd/mpd-0.15.16.ebuild
+++ b/media-sound/mpd/mpd-0.15.16.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/mpd/mpd-0.15.16.ebuild,v 1.3 2011/05/04 18:37:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.16.ebuild,v 1.4 2011/06/25 17:47:22 angelos Exp $
EAPI=2
inherit eutils flag-o-matic multilib
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug +fifo +ffmpeg flac
-fluidsynth profile +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
+fluidsynth profile +id3tag ipv6 jack lame lastfmradio libmms libsamplerate +mad
mikmod modplug musepack +network ogg oss pipe pulseaudio sid sqlite unicode
vorbis wavpack wildmidi zip"
@@ -32,7 +32,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
- id3? ( media-libs/libid3tag )
+ id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmms? ( >=media-libs/libmms-0.4 )
@@ -105,7 +105,7 @@ src_configure() {
$(use_enable sqlite) $(use_enable curl) \
$(use_enable libmms mms) $(use_enable wildmidi) \
$(use_enable bzip2) $(use_enable zip) \
- $(use_enable cdio iso9660) $(use_enable id3) \
+ $(use_enable cdio iso9660) $(use_enable id3tag id3) \
$(use_enable audiofile) $(use_enable ffmpeg) \
$(use_enable flac) $(use_enable mad) \
$(use_enable mikmod) $(use_enable modplug) \
diff --git a/media-sound/mpd/mpd-0.15.8.ebuild b/media-sound/mpd/mpd-0.15.8.ebuild
index bd26a813c92b..ac60b67b5a9a 100644
--- a/media-sound/mpd/mpd-0.15.8.ebuild
+++ b/media-sound/mpd/mpd-0.15.8.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/mpd/mpd-0.15.8.ebuild,v 1.9 2011/05/04 18:37:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.8.ebuild,v 1.10 2011/06/25 17:47:22 angelos Exp $
EAPI=2
inherit eutils flag-o-matic multilib
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug +fifo +ffmpeg flac
-fluidsynth profile +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
+fluidsynth profile +id3tag ipv6 jack lame lastfmradio libmms libsamplerate +mad
mikmod modplug musepack +network ogg oss pipe pulseaudio sid sqlite unicode
vorbis wavpack zip"
@@ -32,7 +32,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
- id3? ( media-libs/libid3tag )
+ id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmms? ( >=media-libs/libmms-0.4 )
@@ -96,7 +96,7 @@ src_configure() {
$(use_enable sqlite) $(use_enable curl) \
$(use_enable lastfmradio lastfm) $(use_enable libmms mms) \
$(use_enable bzip2) $(use_enable zip) \
- $(use_enable cdio iso9660) $(use_enable id3) \
+ $(use_enable cdio iso9660) $(use_enable id3tag id3) \
$(use_enable audiofile) $(use_enable ffmpeg) \
$(use_enable flac) $(use_enable mad) \
$(use_enable mikmod) $(use_enable modplug) \
diff --git a/media-sound/mpd/mpd-0.16.2.ebuild b/media-sound/mpd/mpd-0.16.2.ebuild
index dc4b534754d4..b17925a51934 100644
--- a/media-sound/mpd/mpd-0.16.2.ebuild
+++ b/media-sound/mpd/mpd-0.16.2.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/mpd/mpd-0.16.2.ebuild,v 1.10 2011/05/15 21:13:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v 1.11 2011/06/25 17:47:22 angelos Exp $
EAPI=4
inherit eutils flag-o-matic linux-info multilib
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
-fluidsynth profile +id3 inotify ipv6 jack lame lastfmradio libmms libsamplerate
+fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio libmms libsamplerate
+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
sndfile sqlite tcpd twolame unicode vorbis wavpack wildmidi zeroconf zip"
@@ -38,7 +38,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
- id3? ( media-libs/libid3tag )
+ id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmms? ( media-libs/libmms )
@@ -121,7 +121,7 @@ src_configure() {
$(use_enable fifo) \
$(use_enable flac) \
$(use_enable fluidsynth) \
- $(use_enable id3) \
+ $(use_enable id3tag id3) \
$(use_enable inotify) \
$(use_enable ipv6) \
$(use_enable jack) \
diff --git a/media-sound/mpd/mpd-0.16.3.ebuild b/media-sound/mpd/mpd-0.16.3.ebuild
index 0edd4fd14ba9..f9ee6184a8a3 100644
--- a/media-sound/mpd/mpd-0.16.3.ebuild
+++ b/media-sound/mpd/mpd-0.16.3.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/mpd/mpd-0.16.3.ebuild,v 1.1 2011/06/05 20:13:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.3.ebuild,v 1.2 2011/06/25 17:47:22 angelos Exp $
EAPI=4
inherit eutils flag-o-matic linux-info multilib
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
-fluidsynth profile +id3 inotify ipv6 jack lame lastfmradio libmms libsamplerate
+fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio libmms libsamplerate
+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
sndfile sqlite tcpd twolame unicode vorbis wavpack wildmidi zeroconf zip"
@@ -38,7 +38,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
- id3? ( media-libs/libid3tag )
+ id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmms? ( media-libs/libmms )
@@ -121,7 +121,7 @@ src_configure() {
$(use_enable fifo) \
$(use_enable flac) \
$(use_enable fluidsynth) \
- $(use_enable id3) \
+ $(use_enable id3tag id3) \
$(use_enable inotify) \
$(use_enable ipv6) \
$(use_enable jack) \