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.6.0.ebuild
Date: Mon, 25 Feb 2013 09:59:19
Message-Id: 20130225095916.621A92171C@flycatcher.gentoo.org
1 ssuominen 13/02/25 09:59:16
2
3 Modified: ChangeLog
4 Added: xfce4-soundmenu-plugin-0.6.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.20 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.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 28 Nov 2012 12:19:36 -0000 1.19
24 +++ ChangeLog 25 Feb 2013 09:59:16 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-soundmenu-plugin
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.19 2012/11/28 12:19:36 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.20 2013/02/25 09:59:16 ssuominen Exp $
31 +
32 +*xfce4-soundmenu-plugin-0.6.0 (25 Feb 2013)
33 +
34 + 25 Feb 2013; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-soundmenu-plugin-0.6.0.ebuild:
36 + Version bump.
37
38 28 Nov 2012; Samuli Suominen <ssuominen@g.o>
39 xfce4-soundmenu-plugin-0.4.10.ebuild:
40
41
42
43 1.1 xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-soundmenu-plugin-0.6.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild,v 1.1 2013/02/25 09:59:16 ssuominen Exp $
53
54 EAPI=5
55 inherit xfconf
56
57 DESCRIPTION="A panel plug-in to control MPRIS2 compatible players like Pragha (from the same authors)"
58 HOMEPAGE="https://github.com/matiasdelellis/xfce4-soundmenu-plugin"
59 SRC_URI="http://dissonance.googlecode.com/files/${P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug +glyr lastfm"
65
66 RDEPEND=">=dev-libs/glib-2.28
67 >=dev-libs/keybinder-0.2.2:0
68 >=x11-libs/gtk+-2.20:2
69 x11-libs/libX11
70 >=xfce-base/libxfce4ui-4.10
71 >=xfce-base/libxfce4util-4.10
72 >=xfce-base/xfce4-panel-4.10
73 glyr? ( >=media-libs/glyr-1.0.0 )
74 lastfm? ( >=media-libs/libclastfm-0.5 )"
75 DEPEND="${RDEPEND}
76 dev-util/intltool
77 sys-devel/gettext
78 virtual/pkgconfig"
79
80 pkg_setup() {
81 XFCONF=(
82 $(use_enable lastfm libclastfm)
83 $(use_enable glyr libglyr)
84 $(xfconf_use_debug)
85 )
86
87 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
88 }