Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, voyageur@g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: ChangeLog wmbattery-2.42.ebuild wmbattery-2.19-r1.ebuild
Date: Wed, 12 Feb 2014 00:04:27
Message-Id: 52FABA31.8040201@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: ChangeLog wmbattery-2.42.ebuild wmbattery-2.19-r1.ebuild by Bernard Cafarelli
1 On 12/02/14 01:20, Bernard Cafarelli wrote:
2 > Le Tue, 11 Feb 2014 12:09:14 +0200
3 > Samuli Suominen <ssuominen@g.o> a écrit:
4 >> On 11/02/14 11:42, Bernard Cafarelli (voyageur) wrote:
5 >>> voyageur 14/02/11 09:42:47
6 >>>
7 >>> Modified: ChangeLog
8 >>> Added: wmbattery-2.42.ebuild
9 >>> Removed: wmbattery-2.19-r1.ebuild
10 >>> Log:
11 >>> Version bump, adds upower support
12 >>>
13 >>> (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
14 >>>
15 >>> Revision Changes Path
16 >>> 1.24 x11-plugins/wmbattery/ChangeLog
17 >>>
18 >>> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&view=markup
19 >>> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.24&content-type=text/plain
20 >>> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?r1=1.23&r2=1.24
21 >>>
22 >>> Index: ChangeLog
23 >>> ===================================================================
24 >>> RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v
25 >>> retrieving revision 1.23
26 >>> retrieving revision 1.24
27 >>> diff -u -r1.23 -r1.24
28 >>> --- ChangeLog 25 Sep 2012 14:08:40 -0000 1.23
29 >>> +++ ChangeLog 11 Feb 2014 09:42:47 -0000 1.24
30 >>> @@ -1,6 +1,12 @@
31 >>> # ChangeLog for x11-plugins/wmbattery
32 >>> -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
33 >>> -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.23 2012/09/25 14:08:40 voyageur Exp $
34 >>> +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
35 >>> +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.24 2014/02/11 09:42:47 voyageur Exp $
36 >>> +
37 >>> +*wmbattery-2.42 (11 Feb 2014)
38 >>> +
39 >>> + 11 Feb 2014; Bernard Cafarelli <voyageur@g.o>
40 >>> + -wmbattery-2.19-r1.ebuild, +wmbattery-2.42.ebuild:
41 >>> + Version bump, adds upower support
42 >>>
43 >>> *wmbattery-2.41 (25 Sep 2012)
44 >>>
45 >>>
46 >>>
47 >>>
48 >>> 1.1 x11-plugins/wmbattery/wmbattery-2.42.ebuild
49 >>>
50 >>> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&view=markup
51 >>> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.1&content-type=text/plain
52 >>>
53 >>> Index: wmbattery-2.42.ebuild
54 >>> ===================================================================
55 >>> # Copyright 1999-2014 Gentoo Foundation
56 >>> # Distributed under the terms of the GNU General Public License v2
57 >>> # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.1 2014/02/11 09:42:47 voyageur Exp $
58 >>>
59 >>> EAPI=5
60 >>> inherit autotools
61 >>>
62 >>> DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status"
63 >>> HOMEPAGE="http://joeyh.name/code/wmbattery/"
64 >>> SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz"
65 >>>
66 >>> LICENSE="GPL-2"
67 >>> SLOT="0"
68 >>> KEYWORDS="~amd64 ~ppc -sparc ~x86"
69 >>> IUSE=""
70 >>>
71 >>> DEPEND="sys-apps/apmd
72 >>> sys-power/upower
73 >>> x11-libs/libX11
74 >>> x11-libs/libXext
75 >>> x11-libs/libXpm"
76 >> Are you sure there are no runtime dependencies at all?
77 >> Futhermore, does it really link against the upower libraries or just
78 >> call it only at RDEPEND through dbus?
79 >> In any case, the deps are wrong.
80 > Nice catch, also present in the previous bump! 2.40 used EAPI 3 so it
81 > had the implicit RDEPEND=${DEPEND}... Fixed in both 2.41 and 2.42
82 > ebuilds
83 >
84 > For upower this new version directly uses upower-glib, so it's a build
85 > dependency
86 >
87
88 I don't think it's legit to use the upower-glib library without
89 pkg-config. So I'm pretty sure you are missing build-time-only
90 dependency of virtual/pkgconfig then too.

Replies