summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-11-30 01:54:56 +0000
committerSteve Dibb <beandog@gentoo.org>2006-11-30 01:54:56 +0000
commitb6d44d2c3b8b8ef298b087662230b66a9751b898 (patch)
tree7a66f3f8238d3290097feb7aed6e1606baf13fb2 /app-laptop
parentMarking amd64 stable, related to bug 152048 (diff)
downloadgentoo-2-b6d44d2c3b8b8ef298b087662230b66a9751b898.tar.gz
gentoo-2-b6d44d2c3b8b8ef298b087662230b66a9751b898.tar.bz2
gentoo-2-b6d44d2c3b8b8ef298b087662230b66a9751b898.zip
Treecleanied
app-laptop/xpmumon for bug(s) 153198, 112675, 117782
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/xpmumon/ChangeLog5
-rw-r--r--app-laptop/xpmumon/Manifest3
-rw-r--r--app-laptop/xpmumon/files/digest-xpmumon-1.3.01
-rw-r--r--app-laptop/xpmumon/xpmumon-1.3.0.ebuild24
4 files changed, 0 insertions, 33 deletions
diff --git a/app-laptop/xpmumon/ChangeLog b/app-laptop/xpmumon/ChangeLog
deleted file mode 100644
index e4f8d77f4d8d..000000000000
--- a/app-laptop/xpmumon/ChangeLog
+++ /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
index 0634a50bc91f..000000000000
--- a/app-laptop/xpmumon/Manifest
+++ /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
index b0b7eff98985..000000000000
--- a/app-laptop/xpmumon/files/digest-xpmumon-1.3.0
+++ /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
index 6c7323ce70f5..000000000000
--- a/app-laptop/xpmumon/xpmumon-1.3.0.ebuild
+++ /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
-}
-