diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-31 22:48:59 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-31 22:48:59 +0000 |
commit | 8fa37a4e3e8a0cbca987525b97d42a0241c1ec12 (patch) | |
tree | cc0fae70b4dacfef3bbf3f8e430870fe72f7ebc6 /x11-plugins/wmbattery/wmbattery-2.19.ebuild | |
parent | ~amd64 - closes bug #58056 (diff) | |
download | historical-8fa37a4e3e8a0cbca987525b97d42a0241c1ec12.tar.gz historical-8fa37a4e3e8a0cbca987525b97d42a0241c1ec12.tar.bz2 historical-8fa37a4e3e8a0cbca987525b97d42a0241c1ec12.zip |
Mark x11-plugins/wmbattery-2.19-r1 stable for x86. Wipe out older ebuilds.
Diffstat (limited to 'x11-plugins/wmbattery/wmbattery-2.19.ebuild')
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.19.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/wmbattery/wmbattery-2.19.ebuild b/x11-plugins/wmbattery/wmbattery-2.19.ebuild deleted file mode 100644 index 54f3daabcd5c..000000000000 --- a/x11-plugins/wmbattery/wmbattery-2.19.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.19.ebuild,v 1.5 2004/06/24 23:05:13 agriffis Exp $ - -IUSE="" - -S=${WORKDIR}/${PN} - -DESCRIPTION="A dockable app to report APM battery stats." -SRC_URI="http://kitenet.net/programs/wmbattery/${P/-/_}.tar.gz" -HOMEPAGE="http://kitenet.net/programs/wmbattery" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 amd64" - -DEPEND="virtual/x11 - sys-apps/apmd" - -src_install () { - dobin wmbattery - doman wmbattery.1x - dodoc README COPYING TODO - - insinto /usr/share/pixmaps/wmbattery - doins *.xpm -} |