summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-11 04:29:25 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-11 04:29:25 +0000
commitf6bc8b0595c9067090f6049533a68d7d117b9896 (patch)
treee0316ba567bad9bb68dfed0dbcae68cc1a18f7b7 /sys-boot
parentVersion bump and housekeeping (diff)
downloadhistorical-f6bc8b0595c9067090f6049533a68d7d117b9896.tar.gz
historical-f6bc8b0595c9067090f6049533a68d7d117b9896.tar.bz2
historical-f6bc8b0595c9067090f6049533a68d7d117b9896.zip
unset BLOCK_SIZE #73499 by Frank Szczerba
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/Manifest12
-rw-r--r--sys-boot/grub/grub-0.92-r1.ebuild10
-rw-r--r--sys-boot/grub/grub-0.93.20030118.ebuild4
-rw-r--r--sys-boot/grub/grub-0.94-r1.ebuild4
-rw-r--r--sys-boot/grub/grub-0.94-r2.ebuild4
-rw-r--r--sys-boot/grub/grub-0.95.20040823.ebuild4
-rw-r--r--sys-boot/grub/grub-0.96.ebuild4
7 files changed, 26 insertions, 16 deletions
diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index 17bab09cd7ef..e3d52655bfb6 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -1,11 +1,11 @@
MD5 cd5b7425497d1049850f4688afeae2c6 ChangeLog 11633
-MD5 ab8dffe755fef76f482674e25a29c08a grub-0.92-r1.ebuild 2528
-MD5 8c51a44bc316d3cb5337b4bf14ef02eb grub-0.93.20030118.ebuild 2513
+MD5 3b7a994ffe338fd8de16df033684e924 grub-0.92-r1.ebuild 2519
+MD5 adcde4d1dce3d1e2ef2c466f860c6875 grub-0.93.20030118.ebuild 2539
MD5 b0eacbb6edb031d87f33ed0b08f5916d metadata.xml 226
-MD5 00fd32e0f36b391d2231c56a65db4964 grub-0.94-r1.ebuild 3538
-MD5 3fd99726c0e0b010144c091dc5bfe2a1 grub-0.94-r2.ebuild 3654
-MD5 141756494bb21a33d05bce54312e43dc grub-0.95.20040823.ebuild 4129
-MD5 64750f4f6e2d02d9f160d3b7594bdb37 grub-0.96.ebuild 4046
+MD5 809624c41057bbc7d8d6917d1104edf8 grub-0.94-r1.ebuild 3564
+MD5 e1561dae9a23012a8960909af3cffb29 grub-0.94-r2.ebuild 3680
+MD5 548d207b20beedd265fda7bb126c22de grub-0.95.20040823.ebuild 4155
+MD5 9cf2ac1a1d69d1a44917c87aa4dd49a3 grub-0.96.ebuild 4072
MD5 16039704cf1e6b6f46b4413532af082c files/digest-grub-0.92-r1 133
MD5 5d1c8e582496db9d7a9b77e76f09f7d8 files/digest-grub-0.93.20030118 139
MD5 8d898cd9d1928916596cc3f9883eac67 files/grub-0.93-gcc3.3.diff 639
diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild
index 539f0e99a8f4..6e538e977b67 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-2005 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.7 2005/01/20 18:37:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.8 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic gcc
@@ -11,13 +11,12 @@ SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz
mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2
http://dev.gentoo.org/~seemant/extras/${P}-gentoo-${PATCHVER}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 -amd64 -ppc -sparc -alpha -mips"
+SLOT="0"
+KEYWORDS="-* x86"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.2-r5"
-
PROVIDE="virtual/bootloader"
src_unpack() {
@@ -32,9 +31,10 @@ src_unpack() {
}
src_compile() {
-
filter-flags "-fstack-protector"
+ unset BLOCK_SIZE #73499
+
#i686-specific code in the boot loader is a bad idea; disabling to ensure
#at least some compatibility if the hard drive is moved to an older or
#incompatible system.
diff --git a/sys-boot/grub/grub-0.93.20030118.ebuild b/sys-boot/grub/grub-0.93.20030118.ebuild
index 7d431e25becd..f1756081b62f 100644
--- a/sys-boot/grub/grub-0.93.20030118.ebuild
+++ b/sys-boot/grub/grub-0.93.20030118.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.10 2005/03/11 04:17:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.11 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic
@@ -46,6 +46,8 @@ src_compile() {
filter-flags -fstack-protector
filter-flags -fPIC
+ unset BLOCK_SIZE #73499
+
### i686-specific code in the boot loader is a bad idea; disabling to ensure
### at least some compatibility if the hard drive is moved to an older or
### incompatible system.
diff --git a/sys-boot/grub/grub-0.94-r1.ebuild b/sys-boot/grub/grub-0.94-r1.ebuild
index 69d945679ec6..7bb34b1c0d26 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-2005 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.16 2005/03/11 04:17:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.17 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic gcc
@@ -41,6 +41,8 @@ src_unpack() {
}
src_compile() {
+ unset BLOCK_SIZE #73499
+
### i686-specific code in the boot loader is a bad idea; disabling to ensure
### at least some compatibility if the hard drive is moved to an older or
### incompatible system.
diff --git a/sys-boot/grub/grub-0.94-r2.ebuild b/sys-boot/grub/grub-0.94-r2.ebuild
index f0540df9a16d..8e86eb469d11 100644
--- a/sys-boot/grub/grub-0.94-r2.ebuild
+++ b/sys-boot/grub/grub-0.94-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r2.ebuild,v 1.5 2005/03/11 04:17:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r2.ebuild,v 1.6 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic gcc
@@ -44,6 +44,8 @@ src_unpack() {
}
src_compile() {
+ unset BLOCK_SIZE #73499
+
### i686-specific code in the boot loader is a bad idea; disabling to ensure
### at least some compatibility if the hard drive is moved to an older or
### incompatible system.
diff --git a/sys-boot/grub/grub-0.95.20040823.ebuild b/sys-boot/grub/grub-0.95.20040823.ebuild
index 0c128c663a00..0b5d1cbe9de7 100644
--- a/sys-boot/grub/grub-0.95.20040823.ebuild
+++ b/sys-boot/grub/grub-0.95.20040823.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.95.20040823.ebuild,v 1.13 2005/03/11 04:17:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.95.20040823.ebuild,v 1.14 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic gcc gnuconfig toolchain-funcs
@@ -49,6 +49,8 @@ src_unpack() {
}
src_compile() {
+ unset BLOCK_SIZE #73499
+
### i686-specific code in the boot loader is a bad idea; disabling to ensure
### at least some compatibility if the hard drive is moved to an older or
### incompatible system.
diff --git a/sys-boot/grub/grub-0.96.ebuild b/sys-boot/grub/grub-0.96.ebuild
index 29ce08cc8742..1069c93892c2 100644
--- a/sys-boot/grub/grub-0.96.ebuild
+++ b/sys-boot/grub/grub-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96.ebuild,v 1.2 2005/03/05 21:05:43 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96.ebuild,v 1.3 2005/03/11 04:29:25 vapier Exp $
inherit mount-boot eutils flag-o-matic gcc gnuconfig toolchain-funcs
@@ -48,6 +48,8 @@ src_unpack() {
}
src_compile() {
+ unset BLOCK_SIZE #73499
+
### i686-specific code in the boot loader is a bad idea; disabling to ensure
### at least some compatibility if the hard drive is moved to an older or
### incompatible system.