Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230471 | Differences between
and this patch

Collapse All | Expand All

(-)laptop-mode-tools-1.34.ebuild (-1 / +15 lines)
Lines 19-24 IUSE="acpi apm" Link Here
19
DEPEND="acpi? ( sys-power/acpid )
19
DEPEND="acpi? ( sys-power/acpid )
20
		apm? ( sys-apps/apmd )"
20
		apm? ( sys-apps/apmd )"
21
21
22
S="${WORKDIR}/${MY_P}"
23
22
pkg_setup() {
24
pkg_setup() {
23
	linux-info_pkg_setup
25
	linux-info_pkg_setup
24
26
Lines 41-56 src_unpack() { Link Here
41
	ht_fix_file "${S}"/usr/sbin/lm-profiler
43
	ht_fix_file "${S}"/usr/sbin/lm-profiler
42
}
44
}
43
45
46
src_compile() {
47
	:
48
}
49
44
src_install() {
50
src_install() {
45
	dosbin usr/sbin/laptop_mode
51
	dosbin usr/sbin/laptop_mode
46
	dosbin usr/sbin/lm-profiler
52
	dosbin usr/sbin/lm-profiler
47
	dosbin usr/sbin/lm-syslog-setup
53
	dosbin usr/sbin/lm-syslog-setup
48
54
55
	exeinto /usr/share/laptop-mode-tools/modules
56
	doexe usr/share/laptop-mode-tools/modules/*
57
49
	insinto /etc/laptop-mode
58
	insinto /etc/laptop-mode
50
	doins etc/laptop-mode/laptop-mode.conf
59
	doins etc/laptop-mode/laptop-mode.conf
51
	doins etc/laptop-mode/lm-profiler.conf
60
	doins etc/laptop-mode/lm-profiler.conf
52
61
53
	newinitd "${FILESDIR}"/laptop_mode.init laptop_mode
62
	insinto /etc/laptop-mode/conf.d
63
	doins etc/laptop-mode/conf.d/*
64
65
	newinitd "${FILESDIR}"/laptop_mode.init-1.4 laptop_mode
54
66
55
	keepdir /etc/laptop-mode/batt-start
67
	keepdir /etc/laptop-mode/batt-start
56
	keepdir /etc/laptop-mode/batt-stop
68
	keepdir /etc/laptop-mode/batt-stop
Lines 60-65 src_install() { Link Here
60
	keepdir /etc/laptop-mode/nolm-ac-stop
72
	keepdir /etc/laptop-mode/nolm-ac-stop
61
	keepdir /etc/laptop-mode/scripts
73
	keepdir /etc/laptop-mode/scripts
62
74
75
	keepdir /var/run/laptop-mode-tools
76
63
	doman man/*
77
	doman man/*
64
78
65
	dodoc Documentation/*.txt README
79
	dodoc Documentation/*.txt README

Return to bug 230471