diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:18:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:18:11 +0000 |
commit | d8391f96d13a74c1f6ecfdedac1576f642b72a9f (patch) | |
tree | 6d8d03018bd09219e3f014c7635de4bd337a26b6 /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-d8391f96d13a74c1f6ecfdedac1576f642b72a9f.tar.gz gentoo-2-d8391f96d13a74c1f6ecfdedac1576f642b72a9f.tar.bz2 gentoo-2-d8391f96d13a74c1f6ecfdedac1576f642b72a9f.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-soundmenu-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/xfce-extra/xfce4-soundmenu-plugin/ChangeLog b/xfce-extra/xfce4-soundmenu-plugin/ChangeLog index 5c2d0af05dae..fa69f6f12703 100644 --- a/xfce-extra/xfce4-soundmenu-plugin/ChangeLog +++ b/xfce-extra/xfce4-soundmenu-plugin/ChangeLog @@ -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.22 2013/04/11 18:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.23 2013/05/05 17:18:11 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-soundmenu-plugin-0.4.10.ebuild: + old 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xfce4-soundmenu-plugin-0.6.0.ebuild: diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild deleted file mode 100644 index d204d56ca5ae..000000000000 --- a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 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.4.10.ebuild,v 1.5 2012/11/28 12:19:36 ssuominen Exp $ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A panel plug-in to control MPRIS2 compatible players like Pragha (from the same authors)" -HOMEPAGE="https://github.com/matiasdelellis/xfce4-soundmenu-plugin" -SRC_URI="mirror://github/matiasdelellis/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +glyr lastfm" - -RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/keybinder-0.2.2:0 - >=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 - glyr? ( >=media-libs/glyr-0.9.9 ) - lastfm? ( >=media-libs/libclastfm-0.5 )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --disable-static - $(use_enable lastfm libclastfm) - $(use_enable glyr libglyr) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} |