summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
commite173739fea5550d425430267e0baac0e205e646e (patch)
tree89352223bb78056b2d5bd142611a723fb181d33c /sys-apps/pmud
parentfix keywords, sparc please check (diff)
downloadhistorical-e173739fea5550d425430267e0baac0e205e646e.tar.gz
historical-e173739fea5550d425430267e0baac0e205e646e.tar.bz2
historical-e173739fea5550d425430267e0baac0e205e646e.zip
more ppc keywords
Diffstat (limited to 'sys-apps/pmud')
-rw-r--r--sys-apps/pmud/files/digest-pmud-0.10.11
-rw-r--r--sys-apps/pmud/pmud-0.10.1-r2.ebuild4
-rw-r--r--sys-apps/pmud/pmud-0.10.1.ebuild43
3 files changed, 2 insertions, 46 deletions
diff --git a/sys-apps/pmud/files/digest-pmud-0.10.1 b/sys-apps/pmud/files/digest-pmud-0.10.1
deleted file mode 100644
index 777c71bda40a..000000000000
--- a/sys-apps/pmud/files/digest-pmud-0.10.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1bdc546199cd7e745c2cf7f560a52198 pmud-0.10.1.tar.gz 68417
diff --git a/sys-apps/pmud/pmud-0.10.1-r2.ebuild b/sys-apps/pmud/pmud-0.10.1-r2.ebuild
index 6f4dcfa513e7..c5e998657b73 100644
--- a/sys-apps/pmud/pmud-0.10.1-r2.ebuild
+++ b/sys-apps/pmud/pmud-0.10.1-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id: pmud-0.10.1-r2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $
+# $Id: pmud-0.10.1-r2.ebuild,v 1.4 2002/07/16 05:51:03 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PowerMac power management utilities"
SRC_URI="http://linuxppc.jvc.nl/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="GPL-2"
DEPEND="sys-kernel/linux-headers
diff --git a/sys-apps/pmud/pmud-0.10.1.ebuild b/sys-apps/pmud/pmud-0.10.1.ebuild
deleted file mode 100644
index 87abc5821121..000000000000
--- a/sys-apps/pmud/pmud-0.10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id: pmud-0.10.1.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="PowerMac power management utilities"
-SRC_URI="http://linuxppc.jvc.nl/${P}.tar.gz"
-HOMEPAGE="http://penguinppc.org/"
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND="sys-kernel/linux-headers"
-RDEPEND="sys-apps/util-linux"
-
-src_unpack() {
- cd ${WORKDIR}
- unpack ${P}.tar.gz
- mv pmud-0.10 ${P}
- cd ${S}
- patch -p1 < ${FILESDIR}/pmud-file-locations.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install () {
- doman pmud.8 snooze.8 fblevel.8 batmon.8 xmouse.8
- exeinto /sbin
- doexe pmud wakebay snooze fblevel
- exeinto /usr/bin
- doexe Batmon
- exeinto /usr/X11R6/bin
- doexe xmouse
- exeinto /etc/power
- doexe ${FILESDIR}/pwrctl{,-local}
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/pmud.start pmud
- insinto /etc
- doins ${FILESDIR}/power.conf
-}