Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, voyageur@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: ChangeLog wmbattery-2.42.ebuild wmbattery-2.19-r1.ebuild
Date: Tue, 11 Feb 2014 10:10:59
Message-Id: 52F9F6CA.2090902@gentoo.org
1 On 11/02/14 11:42, Bernard Cafarelli (voyageur) wrote:
2 > voyageur 14/02/11 09:42:47
3 >
4 > Modified: ChangeLog
5 > Added: wmbattery-2.42.ebuild
6 > Removed: wmbattery-2.19-r1.ebuild
7 > Log:
8 > Version bump, adds upower support
9 >
10 > (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
11 >
12 > Revision Changes Path
13 > 1.24 x11-plugins/wmbattery/ChangeLog
14 >
15 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&view=markup
16 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&content-type=text/plain
17 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?r1=1.23&r2=1.24
18 >
19 > Index: ChangeLog
20 > ===================================================================
21 > RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v
22 > retrieving revision 1.23
23 > retrieving revision 1.24
24 > diff -u -r1.23 -r1.24
25 > --- ChangeLog 25 Sep 2012 14:08:40 -0000 1.23
26 > +++ ChangeLog 11 Feb 2014 09:42:47 -0000 1.24
27 > @@ -1,6 +1,12 @@
28 > # ChangeLog for x11-plugins/wmbattery
29 > -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 > -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.23 2012/09/25 14:08:40 voyageur Exp $
31 > +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 > +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.24 2014/02/11 09:42:47 voyageur Exp $
33 > +
34 > +*wmbattery-2.42 (11 Feb 2014)
35 > +
36 > + 11 Feb 2014; Bernard Cafarelli <voyageur@g.o>
37 > + -wmbattery-2.19-r1.ebuild, +wmbattery-2.42.ebuild:
38 > + Version bump, adds upower support
39 >
40 > *wmbattery-2.41 (25 Sep 2012)
41 >
42 >
43 >
44 >
45 > 1.1 x11-plugins/wmbattery/wmbattery-2.42.ebuild
46 >
47 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&view=markup
48 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&content-type=text/plain
49 >
50 > Index: wmbattery-2.42.ebuild
51 > ===================================================================
52 > # Copyright 1999-2014 Gentoo Foundation
53 > # Distributed under the terms of the GNU General Public License v2
54 > # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.1 2014/02/11 09:42:47 voyageur Exp $
55 >
56 > EAPI=5
57 > inherit autotools
58 >
59 > DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status"
60 > HOMEPAGE="http://joeyh.name/code/wmbattery/"
61 > SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz"
62 >
63 > LICENSE="GPL-2"
64 > SLOT="0"
65 > KEYWORDS="~amd64 ~ppc -sparc ~x86"
66 > IUSE=""
67 >
68 > DEPEND="sys-apps/apmd
69 > sys-power/upower
70 > x11-libs/libX11
71 > x11-libs/libXext
72 > x11-libs/libXpm"
73
74 Are you sure there are no runtime dependencies at all?
75 Futhermore, does it really link against the upower libraries or just
76 call it only at RDEPEND through dbus?
77 In any case, the deps are wrong.

Replies