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.0.ebuild
Date: Mon, 03 Jan 2011 15:04:59
Message-Id: 20110103150439.9E1FD20057@flycatcher.gentoo.org
1 ssuominen 11/01/03 15:04:39
2
3 Modified: ChangeLog
4 Added: xfce4-battery-plugin-1.0.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 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.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Aug 2009 10:34:19 -0000 1.1
24 +++ ChangeLog 3 Jan 2011 15:04:39 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-battery-plugin
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.1 2009/08/25 10:34:19 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.2 2011/01/03 15:04:39 ssuominen Exp $
31 +
32 +*xfce4-battery-plugin-1.0.0 (03 Jan 2011)
33 +
34 + 03 Jan 2011; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-battery-plugin-1.0.0.ebuild:
36 + Version bump.
37
38 *xfce4-battery-plugin-0.5.1 (25 Aug 2009)
39
40
41
42
43 1.1 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-battery-plugin-1.0.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild,v 1.1 2011/01/03 15:04:39 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
58 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
59 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
64 IUSE="debug"
65
66 RDEPEND=">=x11-libs/gtk+-2.6:2
67 >=xfce-base/xfce4-panel-4.3.90.2
68 >=xfce-base/libxfce4util-4.3.90.2
69 >=xfce-base/libxfcegui4-4.3.90.2"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 dev-util/intltool"
73
74 pkg_setup() {
75 XFCONF=(
76 --disable-dependency-tracking
77 $(xfconf_use_debug)
78 )
79
80 DOCS="AUTHORS ChangeLog NEWS README"
81 }