summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r--x11-plugins/wmbattery/ChangeLog6
-rw-r--r--x11-plugins/wmbattery/wmbattery-2.41.ebuild37
-rw-r--r--x11-plugins/wmbattery/wmbattery-2.42.ebuild38
3 files changed, 5 insertions, 76 deletions
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog
index 967a51deec9c..ca65333615be 100644
--- a/x11-plugins/wmbattery/ChangeLog
+++ b/x11-plugins/wmbattery/ChangeLog
@@ -1,6 +1,10 @@
# 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.28 2014/06/19 19:16:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.29 2014/06/19 19:17:14 ssuominen Exp $
+
+ 19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> -wmbattery-2.41.ebuild,
+ -wmbattery-2.42.ebuild:
+ old
*wmbattery-2.43 (19 Jun 2014)
diff --git a/x11-plugins/wmbattery/wmbattery-2.41.ebuild b/x11-plugins/wmbattery/wmbattery-2.41.ebuild
deleted file mode 100644
index 10ef776b12ee..000000000000
--- a/x11-plugins/wmbattery/wmbattery-2.41.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.41.ebuild,v 1.2 2014/02/11 23:20:25 voyageur Exp $
-
-EAPI=4
-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"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i \
- -e '/^icondir/s:icons:pixmaps:' \
- -e '/^USE_HAL/d' \
- autoconf/makeinfo.in || die
-
- eautoconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README TODO
-}
diff --git a/x11-plugins/wmbattery/wmbattery-2.42.ebuild b/x11-plugins/wmbattery/wmbattery-2.42.ebuild
deleted file mode 100644
index a9cf97f41fd7..000000000000
--- a/x11-plugins/wmbattery/wmbattery-2.42.ebuild
+++ /dev/null
@@ -1,38 +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.42.ebuild,v 1.4 2014/05/26 19:57:06 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=""
-
-#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-pm-utils )
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README TODO )
-
-src_prepare() {
- sed -i \
- -e '/^icondir/s:icons:pixmaps:' \
- autoconf/makeinfo.in || die
-
- eautoconf
-}