| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 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-apps/hal/Attic/hal-0.5.9-r1.ebuild,v 1.9 2007/06/18 13:54:39 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.9-r1.ebuild,v 1.10 2007/06/18 14:04:06 cardoe Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils linux-info autotools flag-o-matic |
5 | inherit eutils linux-info autotools flag-o-matic |
| 6 | |
6 | |
| 7 | DESCRIPTION="Hardware Abstraction Layer" |
7 | DESCRIPTION="Hardware Abstraction Layer" |
| 8 | HOMEPAGE="http://www.freedesktop.org/Software/hal" |
8 | HOMEPAGE="http://www.freedesktop.org/Software/hal" |
| … | |
… | |
| 35 | selinux? ( sys-libs/libselinux |
35 | selinux? ( sys-libs/libselinux |
| 36 | sec-policy/selinux-hal )" |
36 | sec-policy/selinux-hal )" |
| 37 | # pam? ( sys-auth/consolekit )" |
37 | # pam? ( sys-auth/consolekit )" |
| 38 | |
38 | |
| 39 | DEPEND="${RDEPEND} |
39 | DEPEND="${RDEPEND} |
| 40 | dev-util/pkgconfig |
40 | dev-util/pkgconfig |
| 41 | >=dev-util/intltool-0.35 |
41 | >=dev-util/intltool-0.35 |
| 42 | doc? ( app-doc/doxygen app-text/docbook-sgml-utils )" |
42 | doc? ( app-doc/doxygen |
|
|
43 | app-text/docbook-sgml-utils |
|
|
44 | app-text/xmlto )" |
| 43 | |
45 | |
| 44 | PDEPEND="app-misc/hal-info" |
46 | PDEPEND="app-misc/hal-info" |
| 45 | |
47 | |
| 46 | ## HAL Daemon drops privledges so we need group access to read disks |
48 | ## HAL Daemon drops privledges so we need group access to read disks |
| 47 | HALDAEMON_GROUPS_LINUX="haldaemon,plugdev,disk,cdrom,cdrw,floppy,usb" |
49 | HALDAEMON_GROUPS_LINUX="haldaemon,plugdev,disk,cdrom,cdrw,floppy,usb" |