diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:16:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:16:36 +0000 |
commit | 2a51dc7f30c0b78df66e71935eeb25fe8a1a0e00 (patch) | |
tree | 028c5d0fede45cf2f8f3c24ce6547993cae55df0 /x11-misc | |
parent | Old. (diff) | |
download | gentoo-2-2a51dc7f30c0b78df66e71935eeb25fe8a1a0e00.tar.gz gentoo-2-2a51dc7f30c0b78df66e71935eeb25fe8a1a0e00.tar.bz2 gentoo-2-2a51dc7f30c0b78df66e71935eeb25fe8a1a0e00.zip |
Old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbattbar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbattbar/xbattbar-1.4.2.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/x11-misc/xbattbar/ChangeLog b/x11-misc/xbattbar/ChangeLog index 3e5dffefff04..2d463985bff4 100644 --- a/x11-misc/xbattbar/ChangeLog +++ b/x11-misc/xbattbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbattbar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.15 2012/02/16 19:36:21 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.16 2012/02/17 04:16:36 jer Exp $ + + 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -xbattbar-1.4.2.ebuild: + Old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xbattbar-1.4.3.ebuild: x86 stable wrt bug #397279 diff --git a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild b/x11-misc/xbattbar/xbattbar-1.4.2.ebuild deleted file mode 100644 index 8875719d3a80..000000000000 --- a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.2.ebuild,v 1.11 2010/07/08 15:47:01 ssuominen Exp $ - -DESCRIPTION="Advanced Power Management battery status display for X" -HOMEPAGE="http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html" -SRC_URI="http://iplab.aist-nara.ac.jp/member/suguru/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-misc/gccmakedep - x11-misc/imake - x11-libs/libX11" - -src_compile() { - xmkmf -a || die - emake || die -} - -src_install() { - dobin xbattbar || die - newman xbattbar.man xbattbar.1 || die - dodoc README -} |