| 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.16 2007/08/14 15:45:46 strerror Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.9-r1.ebuild,v 1.17 2007/08/31 14:19:51 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" |
| … | |
… | |
| 28 | virtual/eject |
28 | virtual/eject |
| 29 | amd64? ( >=sys-apps/dmidecode-2.7 ) |
29 | amd64? ( >=sys-apps/dmidecode-2.7 ) |
| 30 | x86? ( >=sys-apps/dmidecode-2.7 ) |
30 | x86? ( >=sys-apps/dmidecode-2.7 ) |
| 31 | ia64? ( >=sys-apps/dmidecode-2.7 ) |
31 | ia64? ( >=sys-apps/dmidecode-2.7 ) |
| 32 | dell? ( >=sys-libs/libsmbios-0.13.4 ) |
32 | dell? ( >=sys-libs/libsmbios-0.13.4 ) |
| 33 | disk-partition? ( >=sys-apps/parted-1.7.1 |
33 | disk-partition? ( <=sys-apps/parted-1.8.6 ) |
| 34 | <=sys-apps/parted-1.8.6 ) |
|
|
| 35 | kernel_linux? ( crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 |
34 | kernel_linux? ( crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 |
| 36 | >=sys-fs/cryptsetup-luks-1.0.1 ) ) ) |
35 | >=sys-fs/cryptsetup-luks-1.0.1 ) ) ) |
| 37 | selinux? ( sys-libs/libselinux |
36 | selinux? ( sys-libs/libselinux |
| 38 | sec-policy/selinux-hal )" |
37 | sec-policy/selinux-hal )" |
| 39 | # pam? ( sys-auth/consolekit )" |
38 | # pam? ( sys-auth/consolekit )" |