summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-29 06:51:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-29 06:51:56 +0000
commit195df3b17c96a0864eea8e6f2bd4968b1fb1848e (patch)
tree1de66e014ef5bbb06223c52b337fbf59bed462f7 /gnome-extra/music-applet
parentVersion bump. (diff)
downloadgentoo-2-195df3b17c96a0864eea8e6f2bd4968b1fb1848e.tar.gz
gentoo-2-195df3b17c96a0864eea8e6f2bd4968b1fb1848e.tar.bz2
gentoo-2-195df3b17c96a0864eea8e6f2bd4968b1fb1848e.zip
Introduce USE mpd with python-mpd python bindings wrt #248707, thanks to Vaclav Adamik.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/music-applet')
-rw-r--r--gnome-extra/music-applet/ChangeLog7
-rw-r--r--gnome-extra/music-applet/metadata.xml5
-rw-r--r--gnome-extra/music-applet/music-applet-2.5.1.ebuild7
3 files changed, 14 insertions, 5 deletions
diff --git a/gnome-extra/music-applet/ChangeLog b/gnome-extra/music-applet/ChangeLog
index 41c14679c22c..6cc4cdf77fc6 100644
--- a/gnome-extra/music-applet/ChangeLog
+++ b/gnome-extra/music-applet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/music-applet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.23 2009/04/20 22:43:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.24 2009/05/29 06:51:56 ssuominen Exp $
+
+ 29 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ music-applet-2.5.1.ebuild, metadata.xml:
+ Introduce USE mpd with python-mpd python bindings wrt #248707, thanks to
+ Vaclav Adamik.
20 Apr 2009; Gilles Dartiguelongue <eva@gentoo.org>
-music-applet-2.3.1.ebuild, -music-applet-2.4.2.ebuild,
diff --git a/gnome-extra/music-applet/metadata.xml b/gnome-extra/music-applet/metadata.xml
index 74f121ac879b..2438bbedd0a0 100644
--- a/gnome-extra/music-applet/metadata.xml
+++ b/gnome-extra/music-applet/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sound</herd>
<herd>gnome</herd>
+ <herd>sound</herd>
+ <use>
+ <flag name="mpd">Enable MPD support</flag>
+ </use>
</pkgmetadata>
diff --git a/gnome-extra/music-applet/music-applet-2.5.1.ebuild b/gnome-extra/music-applet/music-applet-2.5.1.ebuild
index a638b8b8481b..11793c53cc3f 100644
--- a/gnome-extra/music-applet/music-applet-2.5.1.ebuild
+++ b/gnome-extra/music-applet/music-applet-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.5.1.ebuild,v 1.2 2009/04/19 15:50:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.5.1.ebuild,v 1.3 2009/05/29 06:51:56 ssuominen Exp $
inherit gnome2 python eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.kuliniewicz.org/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="libnotify"
+IUSE="libnotify mpd"
# This ebuild is far from perfect, it does a lot of automagic detection
@@ -26,7 +26,8 @@ RDEPEND=">=x11-libs/gtk+-2.6
>=dev-libs/dbus-glib-0.71
>=dev-python/pygtk-2.6
dev-python/pygobject
- libnotify? ( dev-python/notify-python )"
+ libnotify? ( dev-python/notify-python )
+ mpd? ( >=dev-python/python-mpd-0.2.1 )"
DEPEND="dev-util/pkgconfig
dev-util/intltool"