| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-boot/grub/grub-9999.ebuild,v 1.82 2012/10/11 02:14:09 floppym Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.83 2012/10/16 20:42:15 floppym Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | if [[ ${PV} == "9999" ]] ; then |
7 | if [[ ${PV} == "9999" ]] ; then |
| 8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
| … | |
… | |
| 219 | src_prepare() { |
219 | src_prepare() { |
| 220 | if [[ ${PV} != 9999 ]]; then |
220 | if [[ ${PV} != 9999 ]]; then |
| 221 | epatch "${FILESDIR}/${P}-parallel-make.patch" #424231 |
221 | epatch "${FILESDIR}/${P}-parallel-make.patch" #424231 |
| 222 | epatch "${FILESDIR}/${P}-no-gets.patch" #424703 |
222 | epatch "${FILESDIR}/${P}-no-gets.patch" #424703 |
| 223 | epatch "${FILESDIR}/${P}-config-quoting.patch" #426364 |
223 | epatch "${FILESDIR}/${P}-config-quoting.patch" #426364 |
|
|
224 | epatch "${FILESDIR}/${P}-tftp-endian.patch" # 438612 |
| 224 | fi |
225 | fi |
| 225 | |
226 | |
| 226 | # fix texinfo file name, bug 416035 |
227 | # fix texinfo file name, bug 416035 |
| 227 | sed -i \ |
228 | sed -i \ |
| 228 | -e 's/^\* GRUB:/* GRUB2:/' \ |
229 | -e 's/^\* GRUB:/* GRUB2:/' \ |