| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.14-r4.ebuild,v 1.4 2011/01/25 14:40:40 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.14-r4.ebuild,v 1.5 2011/03/21 19:51:48 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils linux-info autotools flag-o-matic multilib |
7 | inherit eutils linux-info autotools flag-o-matic multilib |
| 8 | |
8 | |
| 9 | PATCH_VERSION="4" |
9 | PATCH_VERSION="5" |
| 10 | |
10 | |
| 11 | MY_P=${P/_/} |
11 | MY_P=${P/_/} |
| 12 | S=${WORKDIR}/${MY_P} |
12 | S=${WORKDIR}/${MY_P} |
| 13 | PATCHNAME="${MY_P}-gentoo-patches-${PATCH_VERSION}" |
13 | PATCHNAME="${MY_P}-gentoo-patches-${PATCH_VERSION}" |
| 14 | DESCRIPTION="Hardware Abstraction Layer" |
14 | DESCRIPTION="Hardware Abstraction Layer" |
| 15 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal" |
15 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal" |
| 16 | SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2 |
16 | SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2 |
| 17 | http://dev.gentoo.org/~dang/files/${PATCHNAME}.tar.bz2" |
17 | http://dev.gentoo.org/~ssuominen/${PATCHNAME}.tar.bz2" |
| 18 | |
18 | |
| 19 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
19 | LICENSE="|| ( GPL-2 AFL-2.0 )" |
| 20 | SLOT="0" |
20 | SLOT="0" |
| 21 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" |
21 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" |
| 22 | |
22 | |