diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 00:01:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 00:01:18 +0000 |
commit | c23533f9c97a9a24fc0498738e7929b9440c4fa0 (patch) | |
tree | bcf4c3dd67456d65d21b41c6e87004dc15edd640 /sys-boot | |
parent | import upstream patch to improve DE guessing in texdoc, bug #418183 (diff) | |
download | gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.tar.gz gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.tar.bz2 gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.zip |
Inherit multilib eclass in ebuilds that use it.
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r10.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r11.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r9.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99-r2.ebuild | 4 |
10 files changed, 25 insertions, 19 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 07e353269f55..bb25e8547b84 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.205 2012/05/29 10:03:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.206 2012/05/31 00:01:18 vapier Exp $ + + 31 May 2012; Mike Frysinger <vapier@gentoo.org> grub-0.97-r3.ebuild, + grub-0.97-r4.ebuild, grub-0.97-r5.ebuild, grub-0.97-r6.ebuild, + grub-0.97-r8.ebuild, grub-0.97-r9.ebuild, grub-0.97-r10.ebuild, + grub-0.97-r11.ebuild, grub-1.99-r2.ebuild: + Inherit multilib eclass in ebuilds that use it. 29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> grub-0.97-r11.ebuild: Bump patchver and add it's digest diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild index 6a7c4dba852d..2f1523557434 100644 --- a/sys-boot/grub/grub-0.97-r10.ebuild +++ b/sys-boot/grub/grub-0.97-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.14 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -14,7 +14,7 @@ # grub-${PVR}.ebuild package && \ # cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils multilib PATCHVER="1.12" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r11.ebuild b/sys-boot/grub/grub-0.97-r11.ebuild index 666014a3271e..74d4128314a1 100644 --- a/sys-boot/grub/grub-0.97-r11.ebuild +++ b/sys-boot/grub/grub-0.97-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v 1.2 2012/05/29 10:03:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v 1.3 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -14,7 +14,7 @@ # grub-${PVR}.ebuild package && \ # cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils multilib PATCHVER="1.13" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r3.ebuild b/sys-boot/grub/grub-0.97-r3.ebuild index 99d0df8d2e59..2da2ba547dd0 100644 --- a/sys-boot/grub/grub-0.97-r3.ebuild +++ b/sys-boot/grub/grub-0.97-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.14 2012/05/31 00:01:18 vapier Exp $ -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib PATCHVER="1.4" DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r4.ebuild b/sys-boot/grub/grub-0.97-r4.ebuild index b864267af834..2c18753fbaa2 100644 --- a/sys-boot/grub/grub-0.97-r4.ebuild +++ b/sys-boot/grub/grub-0.97-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.7 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.8 2012/05/31 00:01:18 vapier Exp $ -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib PATCHVER="1.4" DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r5.ebuild b/sys-boot/grub/grub-0.97-r5.ebuild index f681cd67c690..9f6681192860 100644 --- a/sys-boot/grub/grub-0.97-r5.ebuild +++ b/sys-boot/grub/grub-0.97-r5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.14 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.15 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib PATCHVER="1.7" DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r6.ebuild b/sys-boot/grub/grub-0.97-r6.ebuild index 21364a379e7c..ca03df3f3ca3 100644 --- a/sys-boot/grub/grub-0.97-r6.ebuild +++ b/sys-boot/grub/grub-0.97-r6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.11 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.12 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib PATCHVER="1.7" DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r8.ebuild b/sys-boot/grub/grub-0.97-r8.ebuild index 5c042f7e63bd..d57d39bf95d6 100644 --- a/sys-boot/grub/grub-0.97-r8.ebuild +++ b/sys-boot/grub/grub-0.97-r8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.5 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.6 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib PATCHVER="1.8" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-0.97-r9.ebuild b/sys-boot/grub/grub-0.97-r9.ebuild index 61bd1f678723..83e98b7b0158 100644 --- a/sys-boot/grub/grub-0.97-r9.ebuild +++ b/sys-boot/grub/grub-0.97-r9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.9 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.10 2012/05/31 00:01:18 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info multilib PATCHVER="1.9" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild index f88b13ef24d6..b9e7d4988a5e 100644 --- a/sys-boot/grub/grub-1.99-r2.ebuild +++ b/sys-boot/grub/grub-1.99-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.11 2012/05/18 15:01:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.12 2012/05/31 00:01:18 vapier Exp $ EAPI=4 @@ -19,7 +19,7 @@ else S=${WORKDIR}/${MY_P} fi -inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS} +inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs multilib ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS} unset LIVE_ECLASS DESCRIPTION="GNU GRUB boot loader" |