Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: ChangeLog wmbattery-2.42.ebuild wmbattery-2.19-r1.ebuild
Date: Tue, 11 Feb 2014 09:42:54
Message-Id: 20140211094247.BB9402004C@flycatcher.gentoo.org
1 voyageur 14/02/11 09:42:47
2
3 Modified: ChangeLog
4 Added: wmbattery-2.42.ebuild
5 Removed: wmbattery-2.19-r1.ebuild
6 Log:
7 Version bump, adds upower support
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
10
11 Revision Changes Path
12 1.24 x11-plugins/wmbattery/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 25 Sep 2012 14:08:40 -0000 1.23
25 +++ ChangeLog 11 Feb 2014 09:42:47 -0000 1.24
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-plugins/wmbattery
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.23 2012/09/25 14:08:40 voyageur Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.24 2014/02/11 09:42:47 voyageur Exp $
32 +
33 +*wmbattery-2.42 (11 Feb 2014)
34 +
35 + 11 Feb 2014; Bernard Cafarelli <voyageur@g.o>
36 + -wmbattery-2.19-r1.ebuild, +wmbattery-2.42.ebuild:
37 + Version bump, adds upower support
38
39 *wmbattery-2.41 (25 Sep 2012)
40
41
42
43
44 1.1 x11-plugins/wmbattery/wmbattery-2.42.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wmbattery-2.42.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.1 2014/02/11 09:42:47 voyageur Exp $
54
55 EAPI=5
56 inherit autotools
57
58 DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status"
59 HOMEPAGE="http://joeyh.name/code/wmbattery/"
60 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc -sparc ~x86"
65 IUSE=""
66
67 DEPEND="sys-apps/apmd
68 sys-power/upower
69 x11-libs/libX11
70 x11-libs/libXext
71 x11-libs/libXpm"
72
73 S=${WORKDIR}/${PN}
74
75 DOCS=( README TODO )
76
77 src_prepare() {
78 sed -i \
79 -e '/^icondir/s:icons:pixmaps:' \
80 autoconf/makeinfo.in || die
81
82 eautoconf
83 }