| 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.12 2008/04/03 20:29:39 klausman Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.10.ebuild,v 1.13 2008/04/09 17:23:18 armin76 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 | |
| … | |
… | |
| 11 | SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz |
11 | SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz |
| 12 | http://dev.gentoo.org/~compnerd/files/${PN}/${P}-gentoo-patches-${PATCH_VER}.tar.bz2" |
12 | http://dev.gentoo.org/~compnerd/files/${PN}/${P}-gentoo-patches-${PATCH_VER}.tar.bz2" |
| 13 | |
13 | |
| 14 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
14 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="~alpha ~amd64 ~hppa ~mips ~x86" |
16 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~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 laptop 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 |