ssuominen 14/05/26 19:57:06 Modified: wmbattery-2.42.ebuild ChangeLog Log: Fix dependencies to allow sys-power/upower-pm-utils. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.4 x11-plugins/wmbattery/wmbattery-2.42.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild?r1=1.3&r2=1.4 Index: wmbattery-2.42.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wmbattery-2.42.ebuild 12 Feb 2014 08:54:36 -0000 1.3 +++ wmbattery-2.42.ebuild 26 May 2014 19:57:06 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.3 2014/02/12 08:54:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.4 2014/05/26 19:57:06 ssuominen Exp $ EAPI=5 inherit autotools @@ -14,8 +14,11 @@ KEYWORDS="~amd64 ~ppc -sparc ~x86" IUSE="" +#TODO FIXME: Does this release work with >=sys-power/upower-0.99 API? +#If not, adjust dependencies accordingly to: +#|| ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) RDEPEND="sys-apps/apmd - sys-power/upower + || ( sys-power/upower sys-power/upower-pm-utils ) x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" 1.27 x11-plugins/wmbattery/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 12 Feb 2014 08:54:36 -0000 1.26 +++ ChangeLog 26 May 2014 19:57:06 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbattery # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.26 2014/02/12 08:54:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.27 2014/05/26 19:57:06 ssuominen Exp $ + + 26 May 2014; Samuli Suominen <[email protected]> wmbattery-2.42.ebuild: + Fix dependencies to allow sys-power/upower-pm-utils. 12 Feb 2014; Bernard Cafarelli <[email protected]> wmbattery-2.42.ebuild: Depend on virtual/pkgconfig too
