| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 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.10.ebuild,v 1.5 2008/01/05 19:23:07 compnerd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.10.ebuild,v 1.6 2008/01/05 21:45:18 compnerd Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils linux-info autotools flag-o-matic |
5 | inherit eutils linux-info autotools flag-o-matic |
| 6 | |
6 | |
| 7 | PATCH_VER="0" |
7 | PATCH_VER="0" |
| 8 | |
8 | |
| … | |
… | |
| 14 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
14 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="~amd64 ~x86" |
16 | KEYWORDS="~amd64 ~x86" |
| 17 | |
17 | |
| 18 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
18 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
| 19 | IUSE="acpi apm crypt debug dell disk-partition doc selinux ${KERNEL_IUSE}" |
19 | IUSE="acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |
| 20 | |
20 | |
| 21 | RDEPEND=">=dev-libs/glib-2.6 |
21 | RDEPEND=">=dev-libs/glib-2.6 |
| 22 | >=dev-libs/dbus-glib-0.61 |
22 | >=dev-libs/dbus-glib-0.61 |
| 23 | >=dev-libs/expat-1.95.8 |
23 | >=dev-libs/expat-1.95.8 |
| 24 | >=sys-apps/pciutils-2.2.7-r1 |
24 | >=sys-apps/pciutils-2.2.7-r1 |
| … | |
… | |
| 58 | app-text/docbook-sgml-utils |
58 | app-text/docbook-sgml-utils |
| 59 | app-text/xmlto |
59 | app-text/xmlto |
| 60 | dev-libs/libxml2 |
60 | dev-libs/libxml2 |
| 61 | )" |
61 | )" |
| 62 | PDEPEND=">=app-misc/hal-info-20071011 |
62 | PDEPEND=">=app-misc/hal-info-20071011 |
| 63 | >=sys-power/pm-utils-0.99.3" |
63 | laptop? ( >=sys-power/pm-utils-0.99.3 )" |
| 64 | |
64 | |
| 65 | ## HAL Daemon drops privledges so we need group access to read disks |
65 | ## HAL Daemon drops privledges so we need group access to read disks |
| 66 | HALDAEMON_GROUPS_LINUX="haldaemon,plugdev,disk,cdrom,cdrw,floppy,usb" |
66 | HALDAEMON_GROUPS_LINUX="haldaemon,plugdev,disk,cdrom,cdrw,floppy,usb" |
| 67 | HALDAEMON_GROUPS_FREEBSD="haldaemon,plugdev,operator" |
67 | HALDAEMON_GROUPS_FREEBSD="haldaemon,plugdev,operator" |
| 68 | |
68 | |