| 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.14 2008/04/14 18:36:31 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.10.ebuild,v 1.15 2008/04/20 12:50:02 vapier 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 | |
| … | |
… | |
| 132 | EPATCH_SUFFIX="patch" \ |
132 | EPATCH_SUFFIX="patch" \ |
| 133 | EPATCH_SOURCE="${WORKDIR}/hal-0.5.10-patches/" \ |
133 | EPATCH_SOURCE="${WORKDIR}/hal-0.5.10-patches/" \ |
| 134 | EPATCH_FORCE="yes" \ |
134 | EPATCH_FORCE="yes" \ |
| 135 | epatch |
135 | epatch |
| 136 | |
136 | |
|
|
137 | epatch "${FILESDIR}"/${P}-autotools.patch #212772 |
|
|
138 | |
| 137 | # Hide recovery partitions |
139 | # Hide recovery partitions |
| 138 | epatch "${FILESDIR}/hal-0.5.9-hide-recovery-partitions.patch" |
140 | epatch "${FILESDIR}/hal-0.5.9-hide-recovery-partitions.patch" |
| 139 | |
141 | |
| 140 | # Enable plugdev support |
142 | # Enable plugdev support |
| 141 | epatch "${FILESDIR}/96_plugdev_allow_send.patch" |
143 | epatch "${FILESDIR}/96_plugdev_allow_send.patch" |