Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203300
Collapse All | Expand All

(-)pm-utils-0.99.4.ebuild (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-0.99.4.ebuild,v 1.4 2008/07/28 14:09:30 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-0.99.4.ebuild,v 1.4 2008/07/28 14:09:30 armin76 Exp $
4
4
5
inherit eutils
5
inherit eutils linux-info
6
6
7
DESCRIPTION="Suspend and hibernation utilties for HAL"
7
DESCRIPTION="Suspend and hibernation utilties for HAL"
8
HOMEPAGE="http://pm-utils.freedesktop.org/ http://people.freedesktop.org/~hughsient/quirk/index.html"
8
HOMEPAGE="http://pm-utils.freedesktop.org/ http://people.freedesktop.org/~hughsient/quirk/index.html"
Lines 16-21 Link Here
16
16
17
RDEPEND=""
17
RDEPEND=""
18
DEPEND="${RDEPEND}"
18
DEPEND="${RDEPEND}"
19
CONFIG_CHECK="~CPU_FREQ ~CPU_FREQ_GOV_USERSPACE"
19
20
20
src_unpack() {
21
src_unpack() {
21
	unpack ${A}
22
	unpack ${A}
Lines 31-34 Link Here
31
32
32
src_install() {
33
src_install() {
33
	emake DESTDIR="${D}" install || die "emake install failed"
34
	emake DESTDIR="${D}" install || die "emake install failed"
35
36
	einfo "Not installing Fedora specific sysfont restore script"
37
	rm "${D}/usr/lib/pm-utils/sleep.d/60sysfont"
34
}
38
}

Return to bug 203300