summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-11-18 00:21:52 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-11-18 00:21:52 +0000
commite82323f581d570c0215d047268335956aae0ce6a (patch)
tree5fb907692a9f033fb217289c1f69bd8632fd6bcf /x11-plugins
parentMoved "inherit kde" at the ebuild start and removed unneed qt depend as alrea... (diff)
downloadgentoo-2-e82323f581d570c0215d047268335956aae0ce6a.tar.gz
gentoo-2-e82323f581d570c0215d047268335956aae0ce6a.tar.bz2
gentoo-2-e82323f581d570c0215d047268335956aae0ce6a.zip
Wipe out older version of x11-plugins/wmbattery
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbattery/ChangeLog5
-rw-r--r--x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r21
-rw-r--r--x11-plugins/wmbattery/wmbattery-1.2.1-r2.ebuild34
3 files changed, 4 insertions, 36 deletions
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog
index 143f9d0d8157..29178ba566cf 100644
--- a/x11-plugins/wmbattery/ChangeLog
+++ b/x11-plugins/wmbattery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbattery
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.13 2004/11/16 18:40:20 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.14 2004/11/18 00:21:52 s4t4n Exp $
+
+ 18 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmbattery-1.2.1-r2.ebuild:
+ Remove older version.
16 Nov 2004; Michael Hanselmann <hansmi@gentoo.org>
wmbattery-2.19-r1.ebuild:
diff --git a/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r2 b/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r2
deleted file mode 100644
index 64e9d36c97bc..000000000000
--- a/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b85808deec55fb79c5285b02f827ce6 wmbattery.tar.gz 43487
diff --git a/x11-plugins/wmbattery/wmbattery-1.2.1-r2.ebuild b/x11-plugins/wmbattery/wmbattery-1.2.1-r2.ebuild
deleted file mode 100644
index fe1e95e19988..000000000000
--- a/x11-plugins/wmbattery/wmbattery-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,34 +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-1.2.1-r2.ebuild,v 1.2 2004/11/01 20:39:41 gustavoz Exp $
-
-inherit eutils
-
-IUSE=""
-S=${WORKDIR}/wmbattery
-DESCRIPTION="A dockable app to report APM battery stats."
-SRC_URI="http://kitenet.net/programs/code/wmbattery/wmbattery.tar.gz"
-HOMEPAGE="http://kitenet.net/programs/wmbattery"
-
-DEPEND="virtual/x11"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 -sparc"
-
-src_compile() {
- econf || die "Configuration failed"
- emake icondir="/usr/share/pixmaps/wmbattery" || die "Compilation failed"
-}
-
-src_install () {
- dobin wmbattery
- dodoc README COPYING TODO
-
- mv wmbattery.1x wmbattery.1
- doman wmbattery.1
-
- #install the icons.
- insinto /usr/share/pixmaps/wmbattery
- doins *.xpm
-}