blob: d41dc83d5ad190f987e2077c4a01fb79a9086a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/powerbook-tools/powerbook-tools-0.1.ebuild,v 1.1 2004/03/16 04:35:19 warpzero Exp $
KEYWORDS="ppc -mips -x86 -amd64 -alpha -sparc "
DESCRIPTION="A metapackage to install all the packages needed for good powerbook support"
RDEPEND="app-laptop/pbbuttonsd
app-laptop/gtkpbbuttons
app-laptop/pmud
app-laptop/powerprefs"
LICENSE="GPL-2"
SLOT="0"
src_install() {
einfo "**************************************************************"
einfo " TO INSTALL DO THE FOLLOWING"
einfo
einfo "As root:"
einfo
einfo "rc-update add pmud default"
einfo "rc-update add pbbuttonsd default"
einfo "/etc/init.d/pmud start"
einfo "/etc/init.d/pbbuttonsd start"
einfo
einfo "As your regular user:"
einfo
einfo "Add gtkpbbuttons to your favorite window managers startup"
einfo "or to your ~/.xinitrc"
einfo "**************************************************************"
}
|