| 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.9.1-r1.ebuild,v 1.12 2008/02/20 02:49:13 wolf31o2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.9.1-r1.ebuild,v 1.13 2008/04/14 18:36:31 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" |
| … | |
… | |
| 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.8.7 ) |
33 | disk-partition? ( <=sys-apps/parted-1.8.7 ) |
| 34 | kernel_linux? ( crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 |
34 | kernel_linux? ( crypt? ( >=sys-fs/cryptsetup-1.0.5 ) ) |
| 35 | >=sys-fs/cryptsetup-luks-1.0.1 ) ) ) |
|
|
| 36 | selinux? ( sys-libs/libselinux |
35 | selinux? ( sys-libs/libselinux |
| 37 | sec-policy/selinux-hal )" |
36 | sec-policy/selinux-hal )" |
| 38 | # pam? ( sys-auth/consolekit )" |
37 | # pam? ( sys-auth/consolekit )" |
| 39 | |
38 | |
| 40 | DEPEND="${RDEPEND} |
39 | DEPEND="${RDEPEND} |