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

(-)/usr/portage/sys-power/pm-utils/pm-utils-1.2.6.1.ebuild (-3 / +6 lines)
Lines 8-22 Link Here
8
8
9
DESCRIPTION="Suspend and hibernation utilities for HAL"
9
DESCRIPTION="Suspend and hibernation utilities for HAL"
10
HOMEPAGE="http://pm-utils.freedesktop.org/"
10
HOMEPAGE="http://pm-utils.freedesktop.org/"
11
SRC_URI="http://pm-utils.freedesktop.org/releases/${P}.tar.gz"
11
SRC_URI="http://pm-utils.freedesktop.org/releases/${P}.tar.gz
12
	 http://pm-utils.freedesktop.org/releases/pm-quirks-20100316.tar.gz"
12
13
13
LICENSE="GPL-2"
14
LICENSE="GPL-2"
14
SLOT="0"
15
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
16
IUSE="alsa debug networkmanager ntp video_cards_intel video_cards_radeon"
17
IUSE="alsa debug networkmanager ntp video_cards_intel video_cards_radeon"
17
18
18
RDEPEND=">=sys-apps/hal-0.5.10
19
RDEPEND=">=sys-apps/dbus-1
19
	>=sys-apps/dbus-1
20
	!sys-power/powermgmt-base
20
	!sys-power/powermgmt-base
21
	>=sys-apps/util-linux-2.13
21
	>=sys-apps/util-linux-2.13
22
	alsa? ( media-sound/alsa-utils )
22
	alsa? ( media-sound/alsa-utils )
Lines 55-60 Link Here
55
55
56
	dodoc AUTHORS ChangeLog NEWS README* TODO || die "dodoc failed"
56
	dodoc AUTHORS ChangeLog NEWS README* TODO || die "dodoc failed"
57
57
58
	insinto /usr/$(get_libdir)/pm-utils/video-quirks
59
	doins ${WORKDIR}/*.quirkdb || die "quirks install failed"
60
58
	insinto /etc/pm/config.d/
61
	insinto /etc/pm/config.d/
59
	doins "${S}/gentoo" || die "doins failed"
62
	doins "${S}/gentoo" || die "doins failed"
60
}
63
}

Return to bug 311059