summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-10 14:34:42 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-10 14:34:42 +0000
commitbb8350bc47fdea247f8896dcca8e1942befb01bb (patch)
treee3a17ea7141c3ca8fd0a3d77bc59430a85832b92 /sys-boot
parentDon't PROVIDE virtual/bootloader, bug 359971. (diff)
downloadgentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.tar.gz
gentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.tar.bz2
gentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.zip
Don't PROVIDE virtual/bootloader, bug 359971.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog10
-rw-r--r--sys-boot/grub/grub-0.92-r1.ebuild5
-rw-r--r--sys-boot/grub/grub-0.94-r1.ebuild5
-rw-r--r--sys-boot/grub/grub-0.96-r1.ebuild5
-rw-r--r--sys-boot/grub/grub-0.96-r2.ebuild5
-rw-r--r--sys-boot/grub/grub-0.96-r3.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r10.ebuild3
-rw-r--r--sys-boot/grub/grub-0.97-r2.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r3.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r4.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r5.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r6.ebuild5
-rw-r--r--sys-boot/grub/grub-0.97-r8.ebuild3
-rw-r--r--sys-boot/grub/grub-0.97-r9.ebuild3
-rw-r--r--sys-boot/grub/grub-0.97.ebuild5
-rw-r--r--sys-boot/grub/grub-1.98.ebuild3
-rw-r--r--sys-boot/grub/grub-1.99_rc1.ebuild3
17 files changed, 36 insertions, 44 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 68ef0f267573..8bcf7b95f6d6 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.153 2011/04/03 18:18:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.154 2011/04/10 14:34:42 ulm Exp $
+
+ 10 Apr 2011; Ulrich Mueller <ulm@gentoo.org> grub-0.92-r1.ebuild,
+ grub-0.94-r1.ebuild, grub-0.96-r1.ebuild, grub-0.96-r2.ebuild,
+ grub-0.96-r3.ebuild, grub-0.97.ebuild, grub-0.97-r2.ebuild,
+ 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-1.98.ebuild, grub-1.99_rc1.ebuild:
+ Don't PROVIDE virtual/bootloader, bug 359971.
03 Apr 2011; Mike Frysinger <vapier@gentoo.org> grub-9999.ebuild,
metadata.xml:
diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild
index f5d5efad28a2..234198de73b4 100644
--- a/sys-boot/grub/grub-0.92-r1.ebuild
+++ b/sys-boot/grub/grub-0.92-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.14 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.15 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -19,7 +19,6 @@ KEYWORDS="-* x86"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.2-r5"
-PROVIDE="virtual/bootloader"
PATCHDIR="${WORKDIR}/gentoo"
diff --git a/sys-boot/grub/grub-0.94-r1.ebuild b/sys-boot/grub/grub-0.94-r1.ebuild
index 4e8821b37d5f..4ed8ef0c2019 100644
--- a/sys-boot/grub/grub-0.94-r1.ebuild
+++ b/sys-boot/grub/grub-0.94-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.25 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.26 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -22,7 +22,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
>=sys-devel/automake-1.7
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
PATCHDIR="${WORKDIR}/gentoo"
diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild
index 583f0e6ca42c..69e30b01b47d 100644
--- a/sys-boot/grub/grub-0.96-r1.ebuild
+++ b/sys-boot/grub/grub-0.96-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.16 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.17 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -23,7 +23,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
>=sys-devel/automake-1.7
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
PATCHDIR="${WORKDIR}/gentoo"
diff --git a/sys-boot/grub/grub-0.96-r2.ebuild b/sys-boot/grub/grub-0.96-r2.ebuild
index ef7a58c82b75..c7ce049e5ec3 100644
--- a/sys-boot/grub/grub-0.96-r2.ebuild
+++ b/sys-boot/grub/grub-0.96-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.11 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -23,7 +23,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
>=sys-devel/automake-1.7
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
PATCHDIR="${WORKDIR}/gentoo"
diff --git a/sys-boot/grub/grub-0.96-r3.ebuild b/sys-boot/grub/grub-0.96-r3.ebuild
index 219535b7710c..1c633a79c545 100644
--- a/sys-boot/grub/grub-0.96-r3.ebuild
+++ b/sys-boot/grub/grub-0.96-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.4 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.5 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -23,7 +23,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
>=sys-devel/automake-1.7
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
pkg_setup() {
if use amd64 ; then
diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild
index 8fbfdc2a77b6..18aac0bab025 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-2011 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.9 2011/02/13 07:41:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.10 2011/04/10 14:34:42 ulm 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
@@ -34,7 +34,6 @@ RDEPEND="ncurses? (
amd64? ( app-emulation/emul-linux-x86-baselibs )
)"
DEPEND="${RDEPEND}"
-PROVIDE="virtual/bootloader"
pkg_setup() {
local arch="$(tc-arch)"
diff --git a/sys-boot/grub/grub-0.97-r2.ebuild b/sys-boot/grub/grub-0.97-r2.ebuild
index 5350f7b8a7cb..28b8253ca515 100644
--- a/sys-boot/grub/grub-0.97-r2.ebuild
+++ b/sys-boot/grub/grub-0.97-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v 1.11 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -21,7 +21,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
=sys-devel/automake-1.9*
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
pkg_setup() {
if use amd64 ; then
diff --git a/sys-boot/grub/grub-0.97-r3.ebuild b/sys-boot/grub/grub-0.97-r3.ebuild
index c9871889c857..4994dacc7704 100644
--- a/sys-boot/grub/grub-0.97-r3.ebuild
+++ b/sys-boot/grub/grub-0.97-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.11 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
@@ -18,7 +18,6 @@ KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="static netboot custom-cflags"
DEPEND=">=sys-libs/ncurses-5.2-r5"
-PROVIDE="virtual/bootloader"
src_unpack() {
unpack ${A}
diff --git a/sys-boot/grub/grub-0.97-r4.ebuild b/sys-boot/grub/grub-0.97-r4.ebuild
index 9e5ceb17f15a..97171c121028 100644
--- a/sys-boot/grub/grub-0.97-r4.ebuild
+++ b/sys-boot/grub/grub-0.97-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.5 2008/03/09 23:13:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.6 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
@@ -18,7 +18,6 @@ KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="static netboot custom-cflags"
DEPEND=">=sys-libs/ncurses-5.2-r5"
-PROVIDE="virtual/bootloader"
src_unpack() {
unpack ${A}
diff --git a/sys-boot/grub/grub-0.97-r5.ebuild b/sys-boot/grub/grub-0.97-r5.ebuild
index 86e502b1662e..1b4db1f825e3 100644
--- a/sys-boot/grub/grub-0.97-r5.ebuild
+++ b/sys-boot/grub/grub-0.97-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.12 2008/05/10 09:00:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.13 2011/04/10 14:34:42 ulm 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
@@ -26,7 +26,6 @@ DEPEND="ncurses? (
>=sys-libs/ncurses-5.2-r5
amd64? ( app-emulation/emul-linux-x86-baselibs )
)"
-PROVIDE="virtual/bootloader"
src_unpack() {
unpack ${A}
diff --git a/sys-boot/grub/grub-0.97-r6.ebuild b/sys-boot/grub/grub-0.97-r6.ebuild
index cbc3bac9811a..78da472cdd2d 100644
--- a/sys-boot/grub/grub-0.97-r6.ebuild
+++ b/sys-boot/grub/grub-0.97-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.9 2008/11/01 12:46:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.10 2011/04/10 14:34:42 ulm 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
@@ -26,7 +26,6 @@ DEPEND="ncurses? (
>=sys-libs/ncurses-5.2-r5
amd64? ( app-emulation/emul-linux-x86-baselibs )
)"
-PROVIDE="virtual/bootloader"
src_unpack() {
unpack ${A}
diff --git a/sys-boot/grub/grub-0.97-r8.ebuild b/sys-boot/grub/grub-0.97-r8.ebuild
index 89f6b9d92716..2030b2504444 100644
--- a/sys-boot/grub/grub-0.97-r8.ebuild
+++ b/sys-boot/grub/grub-0.97-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3 2011/02/13 07:41:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.4 2011/04/10 14:34:42 ulm 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
@@ -26,7 +26,6 @@ DEPEND="ncurses? (
>=sys-libs/ncurses-5.2-r5
amd64? ( app-emulation/emul-linux-x86-baselibs )
)"
-PROVIDE="virtual/bootloader"
src_unpack() {
unpack ${A}
diff --git a/sys-boot/grub/grub-0.97-r9.ebuild b/sys-boot/grub/grub-0.97-r9.ebuild
index 655cae3b9d88..81513ab9cee0 100644
--- a/sys-boot/grub/grub-0.97-r9.ebuild
+++ b/sys-boot/grub/grub-0.97-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.7 2011/02/13 07:41:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.8 2011/04/10 14:34:42 ulm 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
@@ -26,7 +26,6 @@ DEPEND="ncurses? (
>=sys-libs/ncurses-5.2-r5
amd64? ( app-emulation/emul-linux-x86-baselibs )
)"
-PROVIDE="virtual/bootloader"
pkg_setup() {
local arch="$(tc-arch)"
diff --git a/sys-boot/grub/grub-0.97.ebuild b/sys-boot/grub/grub-0.97.ebuild
index 14ecf1f5830c..5c7bbea2699b 100644
--- a/sys-boot/grub/grub-0.97.ebuild
+++ b/sys-boot/grub/grub-0.97.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97.ebuild,v 1.3 2008/02/25 02:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97.ebuild,v 1.4 2011/04/10 14:34:42 ulm Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -21,7 +21,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
>=sys-devel/automake-1.7
>=sys-devel/autoconf-2.5"
-PROVIDE="virtual/bootloader"
pkg_setup() {
if use amd64 ; then
diff --git a/sys-boot/grub/grub-1.98.ebuild b/sys-boot/grub/grub-1.98.ebuild
index 3ad2069a7c7a..b1c5c6862fe4 100644
--- a/sys-boot/grub/grub-1.98.ebuild
+++ b/sys-boot/grub/grub-1.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.8 2011/03/15 19:40:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.9 2011/04/10 14:34:42 ulm Exp $
# XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch
@@ -28,7 +28,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5
truetype? ( media-libs/freetype media-fonts/unifont )"
DEPEND="${RDEPEND}
dev-lang/ruby"
-PROVIDE="virtual/bootloader"
export STRIP_MASK="*/grub/*/*.mod"
QA_EXECSTACK="sbin/grub-probe sbin/grub-setup sbin/grub-mkdevicemap bin/grub-script-check bin/grub-fstest"
diff --git a/sys-boot/grub/grub-1.99_rc1.ebuild b/sys-boot/grub/grub-1.99_rc1.ebuild
index c63bf0aa37d9..5a46db117254 100644
--- a/sys-boot/grub/grub-1.99_rc1.ebuild
+++ b/sys-boot/grub/grub-1.99_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99_rc1.ebuild,v 1.2 2011/03/15 19:40:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99_rc1.ebuild,v 1.3 2011/04/10 14:34:42 ulm Exp $
# XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
>=sys-devel/autogen-5.10
>=dev-lang/python-2.5.2"
[[ ${PV} == "9999" ]] && DEPEND+=" sys-apps/help2man"
-PROVIDE="virtual/bootloader"
export STRIP_MASK="*/grub/*/*.mod"
QA_EXECSTACK="sbin/grub-probe sbin/grub-setup sbin/grub-mkdevicemap bin/grub-script-check bin/grub-fstest"