ChangeLog

# ChangeLog for app-laptop/lphdisk
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/lphdisk/ChangeLog,v 1.6 2007/02/21 22:16:39 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Jan 2007; Danny van Dyk -lphdisk-0.9.1.ebuild:
QA: Removed unused versions.

05 Sep 2004; Sven Wegener :
Fixed ChangeLog header.

07 Jun 2004; Daniel Black +metadata.xml,
+files/lphdisk-0.9.1-gcc3.patch, +lphdisk-0.9.1-r1.ebuild,
+lphdisk-0.9.1.ebuild:
Moved from app-misc/lphdisk to app-laptop/lphdisk.

07 Jun 2004; Daniel Black lphdisk-0.9.1-r1.ebuild,
lphdisk-0.9.1.ebuild, +metadata.xml:
x86 stable

27 Apr 2004; Aron Griffis lphdisk-0.9.1-r1.ebuild:
Add inherit eutils

*lphdisk-0.9.1-r1 (26 Apr 2004)

26 Apr 2004; Alastair Tse
+files/lphdisk-0.9.1-gcc3.patch, +lphdisk-0.9.1-r1.ebuild:
added patch for gcc3 compat (#36531)

14 Mar 2004; Michael Sterrett lphdisk-0.9.1.ebuild:
Don't assign default to S; header fix

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*lphdisk-0.9.1 (19 Jul 2002)

19 Jul 2002; Chad Huneycutt lphdisk-0.9.1.ebuild:

Initial import.
ebuild submitted by Hannes Mehnert
ree, so the best we can hope (and expect!) to receive is credit.

Manifest

AUX lphdisk-0.9.1-gcc3.patch 1564 RMD160 82b6b236e0fea36898f950091e7e456e4bb71c74 SHA1 6d59574165159aa71aec8dd77698062aed553bde SHA256 36350654aa8def5b7642b2b4c33dad849ed41cd2ee479b02eb55828431ca083a
DIST lphdisk-0.9.1.tar.bz2 26343 RMD160 bfcdb27006d84298aca00b1b596bb0d48457d317 SHA1 6cbc8d52e2342e27a1228725c65643235a68dd81 SHA256 42a6df491db3bd581fad5bfd2af09008cd604d7767a7f3984c1a77f69d571249
EBUILD lphdisk-0.9.1-r1.ebuild 937 RMD160 57d0411da771308355f22f192023cc702feaceb9 SHA1 19f503ef0e77951bf02913778655444dd5688f05 SHA256 180cd492c919a53bece380f5f03c979a6b1779d45a2f65ea86ed87887d38126f
MISC ChangeLog 1547 RMD160 ddc229b000a84351a9d06e51dc5c98429c436a26 SHA1 e725cc75218fc035baa62857221196f9cc0bca01 SHA256 3a45f7bec34fea937aa944b042c36c33c1d5646b5c5418f700dceb2e1bafb419
MISC metadata.xml 314 RMD160 25181cde297628576a9545bea3a76601485bfaf3 SHA1 ac16b621acf5a22b64859e3323d466fb556fc4c8 SHA256 736baab77aea9c4da199c01e3cd6877c271bd02357ff9b41b537a2232c6e96d7

files

lphdisk-0.9.1-r1.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/lphdisk/lphdisk-0.9.1-r1.ebuild,v 1.3 2005/01/01 14:46:50 eradicator Exp $

inherit eutils

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"

# 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"
IUSE=""
KEYWORDS="x86 -ppc -sparc -alpha"
LICENSE="Artistic"
DEPEND=">=sys-apps/sed-4"

src_unpack() {
unpack ${A}
sed -i -e "s:/usr/local:usr:" \
-e "s:-g -Wall:${CFLAGS}:" \
Makefile
epatch ${FILESDIR}/${P}-gcc3.patch
}

src_compile() {

make || die
}

src_install() {
dosbin lphdisk
doman lphdisk.8
}

metadata.xml




no-herd

maintainer-needed@gentoo.org
This package lacks a primary herd or maintainer.