| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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.11-r8.ebuild,v 1.7 2009/02/21 17:07:11 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.11-r8.ebuild,v 1.8 2009/03/08 21:54:11 josejx 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_VERSION="5" |
7 | PATCH_VERSION="5" |
| 8 | |
8 | |
| … | |
… | |
| 11 | SRC_URI="http://hal.freedesktop.org/releases/${P/_/}.tar.bz2 |
11 | SRC_URI="http://hal.freedesktop.org/releases/${P/_/}.tar.bz2 |
| 12 | http://dev.gentoo.org/~chainsaw/files/${P}-gentoo-patches-${PATCH_VERSION}.tar.bz2" |
12 | http://dev.gentoo.org/~chainsaw/files/${P}-gentoo-patches-${PATCH_VERSION}.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 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd" |
16 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" |
| 17 | |
17 | |
| 18 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
18 | KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
| 19 | IUSE="X acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |
19 | IUSE="X acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |
| 20 | |
20 | |
| 21 | RDEPEND=">=dev-libs/dbus-glib-0.61 |
21 | RDEPEND=">=dev-libs/dbus-glib-0.61 |