diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:16:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:16:21 +0000 |
commit | 2a8d9c2f57c9e43a3de145a039d480e8ccf7af9a (patch) | |
tree | 89dd16898cfa889acc74d91043fbfac12017124e /x11-misc | |
parent | Old. (diff) | |
download | gentoo-2-2a8d9c2f57c9e43a3de145a039d480e8ccf7af9a.tar.gz gentoo-2-2a8d9c2f57c9e43a3de145a039d480e8ccf7af9a.tar.bz2 gentoo-2-2a8d9c2f57c9e43a3de145a039d480e8ccf7af9a.zip |
Old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbatt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbatt/xbatt-1.2.1.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/x11-misc/xbatt/ChangeLog b/x11-misc/xbatt/ChangeLog index fe370d7506c9..d97da4111a81 100644 --- a/x11-misc/xbatt/ChangeLog +++ b/x11-misc/xbatt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbatt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.13 2012/02/16 19:35:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.14 2012/02/17 04:16:20 jer Exp $ + + 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -xbatt-1.2.1.ebuild: + Old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xbatt-1.2.1-r1.ebuild: x86 stable wrt bug #397277 diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild deleted file mode 100644 index e7565f23e2eb..000000000000 --- a/x11-misc/xbatt/xbatt-1.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.9 2007/07/22 03:29:59 dberkholz Exp $ - -DESCRIPTION="Notebook battery indicator for X" -HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/" -SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz" - -LICENSE="|| ( as-is BSD )" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXext - x11-libs/libxkbfile - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-misc/imake" - -src_compile() { - xmkmf || die - make xbatt || die -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README* COPYRIGHT -} |