| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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.2.98-r1.ebuild,v 1.1 2004/10/02 15:49:13 latexer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.2.98-r1.ebuild,v 1.2 2004/10/28 22:22:37 foser Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils debug python |
5 | inherit eutils debug python |
| 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 | |
9 | |
| 10 | SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" |
10 | SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" |
| 11 | LICENSE="GPL-2 | AFL-2.0" |
11 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
| 12 | |
12 | |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~x86 ~ppc ~amd64" |
14 | KEYWORDS="x86 ~ppc ~amd64" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | RDEPEND=">=dev-libs/glib-2.2.2 |
17 | RDEPEND=">=dev-libs/glib-2.2.2 |
| 18 | >=sys-apps/dbus-0.22-r1 |
18 | >=sys-apps/dbus-0.22-r1 |
| 19 | dev-libs/expat |
19 | dev-libs/expat |