summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-15 09:02:45 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-15 09:02:45 +0000
commitb73d8a19b68fa4f743953c2dc1fb8f40871be85b (patch)
tree98c04df72ea072f4f46ae11e138954899613e366
parentcleaned up and KEYWORDED 1.2.6 for testing (diff)
downloadhistorical-b73d8a19b68fa4f743953c2dc1fb8f40871be85b.tar.gz
historical-b73d8a19b68fa4f743953c2dc1fb8f40871be85b.tar.bz2
historical-b73d8a19b68fa4f743953c2dc1fb8f40871be85b.zip
cleaned up KEYWORDS
-rw-r--r--app-misc/lphdisk/lphdisk-0.9.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-misc/lphdisk/lphdisk-0.9.1.ebuild b/app-misc/lphdisk/lphdisk-0.9.1.ebuild
index 46f27834eac8..341b856d1015 100644
--- a/app-misc/lphdisk/lphdisk-0.9.1.ebuild
+++ b/app-misc/lphdisk/lphdisk-0.9.1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lphdisk/lphdisk-0.9.1.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lphdisk/lphdisk-0.9.1.ebuild,v 1.3 2002/10/15 09:02:45 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="utility for preparing a hibernation partition for APM Suspend-To-Disk"
HOMEPAGE="http://www.procyon.com/~pda/lphdisk/"
SRC_URI="http://www.procyon.com/~pda/lphdisk/${P}.tar.bz2"
@@ -11,18 +10,18 @@ SRC_URI="http://www.procyon.com/~pda/lphdisk/${P}.tar.bz2"
# <chadh@gentoo.org> I haven't actually tested that this doesn't work
# on all the below - arches, but it won't work. This only works on x86
# laptops with Phoenix NoteBIOS.
+
SLOT="0"
-KEYWORDS="x86 -ppc -sparc -mips"
+KEYWORDS="x86 -ppc -sparc -sparc64 -alpha"
LICENSE="Artistic"
src_compile() {
sed "s:/usr/local:usr:" Makefile > Makefile.orig
sed -e "s:-g -Wall:${CFLAGS}:" Makefile.orig > Makefile
- make
+ make || die
}
src_install() {
- #cd ${S}
dosbin lphdisk
doman lphdisk.8
}