From b8a9f97b1d54b9e4e6d065fb0545aee44891572c Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 8 Jul 2010 06:49:13 +0000 Subject: Version bump. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- x11-plugins/wmbattery/ChangeLog | 10 ++++++-- x11-plugins/wmbattery/wmbattery-2.40.ebuild | 36 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 x11-plugins/wmbattery/wmbattery-2.40.ebuild (limited to 'x11-plugins/wmbattery') diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog index 67623e3ccd5a..083044d4e495 100644 --- a/x11-plugins/wmbattery/ChangeLog +++ b/x11-plugins/wmbattery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmbattery -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.18 2007/07/22 05:24:51 dberkholz Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.19 2010/07/08 06:49:13 ssuominen Exp $ + +*wmbattery-2.40 (08 Jul 2010) + + 08 Jul 2010; Samuli Suominen + +wmbattery-2.40.ebuild: + Version bump. 22 Jul 2007; Donnie Berkholz ; wmbattery-2.19-r1.ebuild: diff --git a/x11-plugins/wmbattery/wmbattery-2.40.ebuild b/x11-plugins/wmbattery/wmbattery-2.40.ebuild new file mode 100644 index 000000000000..3282694458dc --- /dev/null +++ b/x11-plugins/wmbattery/wmbattery-2.40.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 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.1 2010/07/08 06:49:13 ssuominen Exp $ + +EAPI=3 +inherit autotools + +DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status" +HOMEPAGE="http://kitenet.net/~joey/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} + +src_prepare() { + sed -i \ + -e '/^icondir/s:icons:pixmaps:' \ + -e '/^USE_HAL/d' \ + autoconf/makeinfo.in || die + + eautoconf +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc README TODO +} -- cgit v1.2.3-65-gdbad