summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild')
-rw-r--r--x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild b/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild
deleted file mode 100644
index 53bedd40300f..000000000000
--- a/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild
+++ /dev/null
@@ -1,26 +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/wmbatppc/wmbatppc-1.0-r1.ebuild,v 1.9 2004/07/17 19:11:59 s4t4n Exp $
-
-DESCRIPTION="small battery-monitoring dockapp for G3/G4 laptops"
-HOMEPAGE="http://titelou.free.fr/wmbatppc/"
-SRC_URI="http://titelou.free.fr/wmbatppc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ppc"
-IUSE=""
-
-DEPEND="virtual/x11
- >=app-laptop/pmud-0.10.1-r2"
-
-S=${WORKDIR}/wmbatppc
-
-src_compile() {
- make || die
-}
-
-src_install() {
- dobin wmbatppc || die
- doman wmbatppc.1
-}