| 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.1-r1.ebuild,v 1.7 2007/08/14 15:45:46 strerror Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.9.1-r1.ebuild,v 1.8 2007/08/28 19:40:59 jer 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" |
| 9 | SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" |
9 | SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
11 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 -mips ~ppc -ppc64 ~sh sparc ~x86 ~x86-fbsd" |
13 | KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 -mips ~ppc -ppc64 ~sh sparc ~x86 ~x86-fbsd" |
| 14 | |
14 | |
| 15 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
15 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
| 16 | IUSE="acpi crypt debug dell disk-partition doc pcmcia selinux ${KERNEL_IUSE}" |
16 | IUSE="acpi crypt debug dell disk-partition doc pcmcia selinux ${KERNEL_IUSE}" |
| 17 | |
17 | |
| 18 | RDEPEND=">=dev-libs/glib-2.6 |
18 | RDEPEND=">=dev-libs/glib-2.6 |