Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-soundmenu-plugin: ChangeLog xfce4-soundmenu-plugin-0.2.4.2.ebuild
Date: Fri, 23 Dec 2011 06:58:00
Message-Id: 20111223065750.01E172004B@flycatcher.gentoo.org
1 ssuominen 11/12/23 06:57:49
2
3 Modified: ChangeLog
4 Added: xfce4-soundmenu-plugin-0.2.4.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 xfce-extra/xfce4-soundmenu-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 18 Nov 2011 20:57:11 -0000 1.2
24 +++ ChangeLog 23 Dec 2011 06:57:49 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-soundmenu-plugin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.2 2011/11/18 20:57:11 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.3 2011/12/23 06:57:49 ssuominen Exp $
30 +
31 +*xfce4-soundmenu-plugin-0.2.4.2 (23 Dec 2011)
32 +
33 + 23 Dec 2011; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-soundmenu-plugin-0.2.4.2.ebuild:
35 + Version bump.
36
37 18 Nov 2011; Samuli Suominen <ssuominen@g.o>
38 xfce4-soundmenu-plugin-0.2.4.1.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-soundmenu-plugin-0.2.4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.2.ebuild,v 1.1 2011/12/23 06:57:49 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A panel plug-in to control MPRIS2 compatible players"
57 HOMEPAGE="http://code.google.com/p/dissonance/"
58 SRC_URI="http://dissonance.googlecode.com/files/${P}.tar.bz2"
59
60 LICENSE="GPL-2 LGPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug +glyr lastfm"
64
65 RDEPEND=">=dev-libs/dbus-glib-0.92
66 >=dev-libs/keybinder-0.2
67 x11-libs/libX11
68 >=xfce-base/libxfce4ui-4.8
69 >=xfce-base/libxfce4util-4.8
70 >=xfce-base/xfce4-panel-4.8
71 glyr? ( media-libs/glyr )
72 lastfm? ( media-libs/libclastfm )"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 dev-util/pkgconfig
76 sys-devel/gettext"
77
78 pkg_setup() {
79 XFCONF=(
80 $(use_enable lastfm libclastfm)
81 $(use_enable glyr libglyr)
82 $(xfconf_use_debug)
83 )
84
85 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
86 }