| 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-boot/grub/grub-9999.ebuild,v 1.35 2011/08/21 03:18:11 mattst88 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.36 2011/08/21 04:33:07 vapier Exp $ |
| 4 | |
4 | |
| 5 | # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch |
5 | # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch |
| 6 | EAPI="2" |
6 | EAPI="2" |
| 7 | |
7 | |
| 8 | inherit mount-boot eutils flag-o-matic toolchain-funcs |
8 | inherit mount-boot eutils flag-o-matic toolchain-funcs |
| … | |
… | |
| 31 | ) |
31 | ) |
| 32 | device-mapper? ( >=sys-fs/lvm2-2.02.45 ) |
32 | device-mapper? ( >=sys-fs/lvm2-2.02.45 ) |
| 33 | truetype? ( media-libs/freetype >=media-fonts/unifont-5 )" |
33 | truetype? ( media-libs/freetype >=media-fonts/unifont-5 )" |
| 34 | DEPEND="${RDEPEND} |
34 | DEPEND="${RDEPEND} |
| 35 | >=dev-lang/python-2.5.2 |
35 | >=dev-lang/python-2.5.2 |
| 36 | sys-devel/bison |
36 | virtual/yacc |
| 37 | sys-devel/flex" |
37 | sys-devel/flex" |
| 38 | [[ ${PV} == "9999" ]] && DEPEND+=" >=sys-devel/autogen-5.10 sys-apps/help2man" |
38 | [[ ${PV} == "9999" ]] && DEPEND+=" >=sys-devel/autogen-5.10 sys-apps/help2man" |
| 39 | |
39 | |
| 40 | export STRIP_MASK="*/grub/*/*.mod" |
40 | export STRIP_MASK="*/grub/*/*.mod" |
| 41 | QA_EXECSTACK="sbin/grub-probe sbin/grub-setup sbin/grub-mkdevicemap bin/grub-script-check bin/grub-fstest" |
41 | QA_EXECSTACK="sbin/grub-probe sbin/grub-setup sbin/grub-mkdevicemap bin/grub-script-check bin/grub-fstest" |