| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.14-r4.ebuild,v 1.6 2011/03/27 08:44:23 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.14-r4.ebuild,v 1.7 2011/03/27 21:59:14 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils linux-info autotools flag-o-matic multilib |
7 | inherit eutils linux-info autotools flag-o-matic multilib |
| 8 | |
8 | |
| … | |
… | |
| 40 | >=sys-kernel/linux-headers-2.6.22 |
40 | >=sys-kernel/linux-headers-2.6.22 |
| 41 | crypt? ( >=sys-fs/cryptsetup-1.0.5 ) |
41 | crypt? ( >=sys-fs/cryptsetup-1.0.5 ) |
| 42 | ) |
42 | ) |
| 43 | kernel_FreeBSD? ( >=dev-libs/libvolume_id-0.77 ) |
43 | kernel_FreeBSD? ( >=dev-libs/libvolume_id-0.77 ) |
| 44 | x86? ( >=sys-apps/dmidecode-2.7 ) |
44 | x86? ( >=sys-apps/dmidecode-2.7 ) |
| 45 | selinux? ( sys-libs/libselinux sec-policy/selinux-hal ) |
45 | selinux? ( sys-libs/libselinux sec-policy/selinux-hal )" |
| 46 | !sys-fs/udisks |
|
|
| 47 | !sys-power/upower" |
|
|
| 48 | DEPEND="${RDEPEND} |
46 | DEPEND="${RDEPEND} |
| 49 | dev-util/pkgconfig |
47 | dev-util/pkgconfig |
| 50 | >=dev-util/gperf-3.0.3 |
48 | >=dev-util/gperf-3.0.3 |
| 51 | >=dev-util/intltool-0.35 |
49 | >=dev-util/intltool-0.35 |
| 52 | doc? ( |
50 | doc? ( |