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-battery-plugin: ChangeLog xfce4-battery-plugin-1.0.2.ebuild
Date: Mon, 30 Apr 2012 20:04:35
Message-Id: 20120430200424.CB87D2004B@flycatcher.gentoo.org
1 ssuominen 12/04/30 20:04:24
2
3 Modified: ChangeLog
4 Added: xfce4-battery-plugin-1.0.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 xfce-extra/xfce4-battery-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 17 Apr 2012 18:16:15 -0000 1.12
24 +++ ChangeLog 30 Apr 2012 20:04:24 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-battery-plugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.12 2012/04/17 18:16:15 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.13 2012/04/30 20:04:24 ssuominen Exp $
30 +
31 +*xfce4-battery-plugin-1.0.2 (30 Apr 2012)
32 +
33 + 30 Apr 2012; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-battery-plugin-1.0.2.ebuild:
35 + Version bump.
36
37 *xfce4-battery-plugin-1.0.1 (17 Apr 2012)
38
39
40
41
42 1.1 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-battery-plugin-1.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild,v 1.1 2012/04/30 20:04:24 ssuominen Exp $
52
53 EAPI=4
54 inherit linux-info xfconf
55
56 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-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 ~arm ~ppc ~x86"
63 IUSE="debug kernel_linux"
64
65 RDEPEND=">=dev-libs/glib-2.24
66 >=x11-libs/gtk+-2.20:2
67 >=xfce-base/libxfce4ui-4.8
68 >=xfce-base/libxfce4util-4.8
69 >=xfce-base/xfce4-panel-4.8"
70 DEPEND="${RDEPEND}
71 dev-util/intltool
72 dev-util/pkgconfig"
73
74 pkg_setup() {
75 XFCONF=(
76 $(xfconf_use_debug)
77 )
78
79 DOCS=( AUTHORS ChangeLog NEWS README )
80
81 if use kernel_linux; then
82 CONFIG_CHECK="~ACPI_BATTERY"
83 linux-info_pkg_setup
84 fi
85 }