| 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.4.1.ebuild,v 1.3 2004/11/08 21:41:39 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.4.1.ebuild,v 1.4 2004/12/20 09:31:34 joem 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" |
| … | |
… | |
| 20 | sys-apps/hotplug |
20 | sys-apps/hotplug |
| 21 | sys-libs/libcap |
21 | sys-libs/libcap |
| 22 | sys-kernel/linux26-headers" |
22 | sys-kernel/linux26-headers" |
| 23 | |
23 | |
| 24 | DEPEND="${RDEPEND} |
24 | DEPEND="${RDEPEND} |
| 25 | dev-util/pkgconfig" |
25 | dev-util/pkgconfig |
|
|
26 | >=dev-util/intltool-0.29" |
| 26 | |
27 | |
| 27 | src_unpack() { |
28 | src_unpack() { |
| 28 | |
29 | |
| 29 | unpack ${A} |
30 | unpack ${A} |
| 30 | |
31 | |