Treecleanied
authorSteve Dibb <beandog@gentoo.org>
Thu, 30 Nov 2006 01:54:56 +0000 (01:54 +0000)
committerSteve Dibb <beandog@gentoo.org>
Thu, 30 Nov 2006 01:54:56 +0000 (01:54 +0000)
app-laptop/xpmumon for bug(s) 153198, 112675, 117782

app-laptop/xpmumon/ChangeLog [deleted file]
app-laptop/xpmumon/Manifest [deleted file]
app-laptop/xpmumon/files/digest-xpmumon-1.3.0 [deleted file]
app-laptop/xpmumon/xpmumon-1.3.0.ebuild [deleted file]

diff --git a/app-laptop/xpmumon/ChangeLog b/app-laptop/xpmumon/ChangeLog
deleted file mode 100644 (file)
index e4f8d77..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# ChangeLog for app-laptop/xpmumon
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/xpmumon/ChangeLog,v 1.2 2005/01/01 14:50:02 eradicator Exp $
-
-  25 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> : New ebuild #63747
diff --git a/app-laptop/xpmumon/Manifest b/app-laptop/xpmumon/Manifest
deleted file mode 100644 (file)
index 0634a50..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c75446a35024cdb5b1dbbac5b0d4c3c3 ChangeLog 292
-MD5 015a16408154318395ee5013b6f7703e xpmumon-1.3.0.ebuild 625
-MD5 ac4f5520a7ba7d9a157e02ad15df36fb files/digest-xpmumon-1.3.0 64
diff --git a/app-laptop/xpmumon/files/digest-xpmumon-1.3.0 b/app-laptop/xpmumon/files/digest-xpmumon-1.3.0
deleted file mode 100644 (file)
index b0b7eff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f0de39db82b82fda5d39687faf39e8b4 xpmumon_1.3.0.tar.gz 24427
diff --git a/app-laptop/xpmumon/xpmumon-1.3.0.ebuild b/app-laptop/xpmumon/xpmumon-1.3.0.ebuild
deleted file mode 100644 (file)
index 6c7323c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/xpmumon/xpmumon-1.3.0.ebuild,v 1.2 2005/01/01 14:50:02 eradicator Exp $
-
-DESCRIPTION="Battery monitor for PMU-based Powerbooks and iBooks"
-HOMEPAGE="http://packages.debian.org/unstable/x11/xpmumon"
-SRC_URI="http://ftp.debian.org/debian/pool/main/x/xpmumon/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc"
-IUSE=""
-
-DEPEND="virtual/x11"
-
-src_compile() {
-       xmkmf -a
-       make || die "compile failed"
-}
-
-src_install() {
-       make install install.man DESTDIR=${D} || die
-}
-