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-indicator-plugin: xfce4-indicator-plugin-0.4.0.ebuild ChangeLog
Date: Sat, 19 Nov 2011 16:04:08
Message-Id: 20111119154123.14FDD2004B@flycatcher.gentoo.org
1 ssuominen 11/11/19 15:41:23
2
3 Modified: ChangeLog
4 Added: xfce4-indicator-plugin-0.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 xfce-extra/xfce4-indicator-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 16 Jul 2011 15:23:41 -0000 1.6
24 +++ ChangeLog 19 Nov 2011 15:41:22 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-indicator-plugin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.6 2011/07/16 15:23:41 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.7 2011/11/19 15:41:22 ssuominen Exp $
30 +
31 +*xfce4-indicator-plugin-0.4.0 (19 Nov 2011)
32 +
33 + 19 Nov 2011; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-indicator-plugin-0.4.0.ebuild:
35 + Version bump.
36
37 *xfce4-indicator-plugin-0.3.1 (16 Jul 2011)
38
39
40
41
42 1.1 xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-indicator-plugin-0.4.0.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-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.1 2011/11/19 15:41:22 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2 LGPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug"
64
65 RDEPEND=">=dev-libs/libindicator-0.4
66 x11-libs/gtk+:2
67 >=xfce-base/libxfce4util-4.8
68 >=xfce-base/xfce4-panel-4.8"
69 DEPEND="${RDEPEND}
70 dev-util/intltool
71 dev-util/pkgconfig
72 sys-devel/gettext"
73
74 pkg_setup() {
75 XFCONF=(
76 --disable-static
77 $(xfconf_use_debug)
78 )
79
80 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
81 }