Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-9999-r1.ebuild grub-2.02_beta2-r7.ebuild ChangeLog
Date: Thu, 25 Jun 2015 00:12:19
Message-Id: 20150625001206.F3370A54@oystercatcher.gentoo.org
1 floppym 15/06/25 00:12:06
2
3 Modified: grub-9999-r1.ebuild grub-2.02_beta2-r7.ebuild
4 ChangeLog
5 Log:
6 Add support for the U-Boot platform. Don't set TARGET_CC.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.35 sys-boot/grub/grub-9999-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.34&r2=1.35
16
17 Index: grub-9999-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- grub-9999-r1.ebuild 8 Apr 2015 20:32:47 -0000 1.34
24 +++ grub-9999-r1.ebuild 25 Jun 2015 00:12:06 -0000 1.35
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.34 2015/04/08 20:32:47 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.35 2015/06/25 00:12:06 floppym Exp $
30
31 EAPI=5
32
33 @@ -49,18 +49,7 @@
34 SLOT="2"
35 IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl test +themes truetype libzfs"
36
37 -GRUB_ALL_PLATFORMS=(
38 - # everywhere:
39 - emu
40 - # mips only:
41 - qemu-mips loongson
42 - # amd64, x86, ppc, ppc64:
43 - ieee1275
44 - # amd64, x86:
45 - coreboot multiboot efi-32 pc qemu xen
46 - # amd64, ia64:
47 - efi-64
48 -)
49 +GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot qemu qemu-mips pc uboot xen )
50 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"
51
52 REQUIRED_USE="
53 @@ -245,11 +234,10 @@
54 use static && HOST_LDFLAGS+=" -static"
55
56 tc-ld-disable-gold #439082 #466536 #526348
57 - export TARGET_LDFLAGS+=" ${LDFLAGS}"
58 + export TARGET_LDFLAGS="${TARGET_LDFLAGS} ${LDFLAGS}"
59 unset LDFLAGS
60
61 - tc-export CC NM OBJCOPY STRIP
62 - export TARGET_CC=${TARGET_CC:-${CC}}
63 + tc-export CC NM OBJCOPY RANLIB STRIP
64 tc-export BUILD_CC # Bug 485592
65
66 # Portage will take care of cleaning up GRUB_PLATFORMS
67
68
69
70 1.12 sys-boot/grub/grub-2.02_beta2-r7.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.12&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.12&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.11&r2=1.12
75
76 Index: grub-2.02_beta2-r7.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v
79 retrieving revision 1.11
80 retrieving revision 1.12
81 diff -u -r1.11 -r1.12
82 --- grub-2.02_beta2-r7.ebuild 8 Apr 2015 20:32:47 -0000 1.11
83 +++ grub-2.02_beta2-r7.ebuild 25 Jun 2015 00:12:06 -0000 1.12
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2015 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.11 2015/04/08 20:32:47 mgorny Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.12 2015/06/25 00:12:06 floppym Exp $
89
90 EAPI=5
91
92 @@ -47,18 +47,7 @@
93 SLOT="2"
94 IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl test +themes truetype libzfs"
95
96 -GRUB_ALL_PLATFORMS=(
97 - # everywhere:
98 - emu
99 - # mips only:
100 - qemu-mips loongson
101 - # amd64, x86, ppc, ppc64:
102 - ieee1275
103 - # amd64, x86:
104 - coreboot multiboot efi-32 pc qemu xen
105 - # amd64, ia64:
106 - efi-64
107 -)
108 +GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot qemu qemu-mips pc uboot xen )
109 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"
110
111 REQUIRED_USE="
112 @@ -245,11 +234,10 @@
113 use static && HOST_LDFLAGS+=" -static"
114
115 tc-ld-disable-gold #439082 #466536 #526348
116 - export TARGET_LDFLAGS+=" ${LDFLAGS}"
117 + export TARGET_LDFLAGS="${TARGET_LDFLAGS} ${LDFLAGS}"
118 unset LDFLAGS
119
120 - tc-export CC NM OBJCOPY STRIP
121 - export TARGET_CC=${TARGET_CC:-${CC}}
122 + tc-export CC NM OBJCOPY RANLIB STRIP
123 tc-export BUILD_CC # Bug 485592
124
125 # Portage will take care of cleaning up GRUB_PLATFORMS
126
127
128
129 1.355 sys-boot/grub/ChangeLog
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.355&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.355&content-type=text/plain
133 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.354&r2=1.355
134
135 Index: ChangeLog
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
138 retrieving revision 1.354
139 retrieving revision 1.355
140 diff -u -r1.354 -r1.355
141 --- ChangeLog 14 Jun 2015 20:36:32 -0000 1.354
142 +++ ChangeLog 25 Jun 2015 00:12:06 -0000 1.355
143 @@ -1,6 +1,10 @@
144 # ChangeLog for sys-boot/grub
145 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
146 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.354 2015/06/14 20:36:32 ulm Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.355 2015/06/25 00:12:06 floppym Exp $
148 +
149 + 25 Jun 2015; Mike Gilbert <floppym@g.o> grub-2.02_beta2-r7.ebuild,
150 + grub-9999-r1.ebuild:
151 + Add support for the U-Boot platform. Don't set TARGET_CC.
152
153 14 Jun 2015; Ulrich Müller <ulm@g.o> grub-0.97-r14.ebuild:
154 [QA] Remove emul-linux-x86-* from dependencies.