ssuominen 14/04/11 14:57:36 Modified: metadata.xml xfce4-soundmenu-plugin-0.6.0.ebuild ChangeLog Log: Optionalize dev-libs/keybinder with USE="keybinder" (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.3 xfce-extra/xfce4-soundmenu-plugin/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 18 Nov 2011 20:57:11 -0000 1.2 +++ metadata.xml 11 Apr 2014 14:57:35 -0000 1.3 @@ -5,5 +5,6 @@ <use> <flag name='glyr'>Enable music metadata searchengine support using <pkg>media-libs/glyr</pkg></flag> <flag name='lastfm'>Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag> + <flag name='keybinder'>Enable shortcut support using <pkg>dev-libs/keybinder</pkg></flag> </use> </pkgmetadata> 1.4 xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild?r1=1.3&r2=1.4 Index: xfce4-soundmenu-plugin-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xfce4-soundmenu-plugin-0.6.0.ebuild 11 Apr 2013 18:07:46 -0000 1.3 +++ xfce4-soundmenu-plugin-0.6.0.ebuild 11 Apr 2014 14:57:35 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild,v 1.3 2013/04/11 18:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild,v 1.4 2014/04/11 14:57:35 ssuominen Exp $ EAPI=5 inherit xfconf @@ -12,17 +12,17 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug +glyr lastfm" +IUSE="debug +glyr lastfm +keybinder" RDEPEND=">=dev-libs/glib-2.28 - >=dev-libs/keybinder-0.2.2:0 >=x11-libs/gtk+-2.20:2 x11-libs/libX11 >=xfce-base/libxfce4ui-4.10 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfce4-panel-4.10 glyr? ( >=media-libs/glyr-1.0.0 ) - lastfm? ( >=media-libs/libclastfm-0.5 )" + lastfm? ( >=media-libs/libclastfm-0.5 ) + keybinder? ( >=dev-libs/keybinder-0.2.2:0 )" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext @@ -30,6 +30,7 @@ pkg_setup() { XFCONF=( + $(use_enable keybinder) $(use_enable lastfm libclastfm) $(use_enable glyr libglyr) $(xfconf_use_debug) 1.24 xfce-extra/xfce4-soundmenu-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 5 May 2013 17:18:11 -0000 1.23 +++ ChangeLog 11 Apr 2014 14:57:35 -0000 1.24 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-soundmenu-plugin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.23 2013/05/05 17:18:11 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.24 2014/04/11 14:57:35 ssuominen Exp $ + + 11 Apr 2014; Samuli Suominen <ssuomi...@gentoo.org> metadata.xml, + xfce4-soundmenu-plugin-0.6.0.ebuild: + Optionalize dev-libs/keybinder with USE="keybinder" 05 May 2013; Samuli Suominen <ssuomi...@gentoo.org> -xfce4-soundmenu-plugin-0.4.10.ebuild: