diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-29 18:12:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-29 18:12:08 +0000 |
commit | 66b4e06425d9ee7f55eab4234f1a01a76c3931c7 (patch) | |
tree | fdf1a8164be10eef60fd6de31e49c202ddb1c0ac /x11-plugins/wmbattery | |
parent | amd64/x86 stable (since there is no chance 2.40 or 2.43 works at all on moder... (diff) | |
download | gentoo-2-66b4e06425d9ee7f55eab4234f1a01a76c3931c7.tar.gz gentoo-2-66b4e06425d9ee7f55eab4234f1a01a76c3931c7.tar.bz2 gentoo-2-66b4e06425d9ee7f55eab4234f1a01a76c3931c7.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r-- | x11-plugins/wmbattery/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmbattery/files/wmbattery-2.43-upower-0.99.patch | 13 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.40.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.43.ebuild | 37 |
4 files changed, 6 insertions, 84 deletions
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog index 64c420566941..8bf08dae1225 100644 --- a/x11-plugins/wmbattery/ChangeLog +++ b/x11-plugins/wmbattery/ChangeLog @@ -1,6 +1,11 @@ # 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.32 2014/07/29 18:11:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.33 2014/07/29 18:12:08 ssuominen Exp $ + + 29 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> + -files/wmbattery-2.43-upower-0.99.patch, -wmbattery-2.40.ebuild, + -wmbattery-2.43.ebuild: + old 29 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> wmbattery-2.44.ebuild: amd64/x86 stable (since there is no chance 2.40 or 2.43 works at all on modern diff --git a/x11-plugins/wmbattery/files/wmbattery-2.43-upower-0.99.patch b/x11-plugins/wmbattery/files/wmbattery-2.43-upower-0.99.patch deleted file mode 100644 index 320c037195b1..000000000000 --- a/x11-plugins/wmbattery/files/wmbattery-2.43-upower-0.99.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- upower.c -+++ upower.c -@@ -62,8 +62,10 @@ - return 0; - } - -+ #if !UP_CHECK_VERSION(0, 9, 99) - /* Allow a battery that was not present before to appear. */ - up_client_enumerate_devices_sync(up, NULL, NULL); -+ #endif - - devices = up_client_get_devices(up); - diff --git a/x11-plugins/wmbattery/wmbattery-2.40.ebuild b/x11-plugins/wmbattery/wmbattery-2.40.ebuild deleted file mode 100644 index 0ed162fb48e0..000000000000 --- a/x11-plugins/wmbattery/wmbattery-2.40.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.40.ebuild,v 1.5 2014/06/19 19:18:31 ssuominen Exp $ - -EAPI=5 -inherit autotools - -DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status" -HOMEPAGE="http://joeyh.name/code/wmbattery/" -SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc -sparc x86" -IUSE="" - -DEPEND="sys-apps/apmd - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" - -S=${WORKDIR}/${PN} - -DOCS=( README TODO ) - -src_prepare() { - sed -i \ - -e '/^icondir/s:icons:pixmaps:' \ - -e '/^USE_HAL/d' \ - autoconf/makeinfo.in || die - - eautoconf -} diff --git a/x11-plugins/wmbattery/wmbattery-2.43.ebuild b/x11-plugins/wmbattery/wmbattery-2.43.ebuild deleted file mode 100644 index 032ce94b779c..000000000000 --- a/x11-plugins/wmbattery/wmbattery-2.43.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.43.ebuild,v 1.1 2014/06/19 19:16:29 ssuominen Exp $ - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status" -HOMEPAGE="http://joeyh.name/code/wmbattery/" -SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc -sparc ~x86" -IUSE="" - -RDEPEND="sys-apps/apmd - || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN} - -DOCS=( README TODO ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-upower-0.99.patch - - sed -i \ - -e '/^icondir/s:icons:pixmaps:' \ - autoconf/makeinfo.in || die - - eautoconf -} |