Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-0.97-r10.ebuild grub-0.97-r11.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-1.99-r2.ebuild
Date: Thu, 31 May 2012 00:01:29
Message-Id: 20120531000119.032EA2004B@flycatcher.gentoo.org
1 vapier 12/05/31 00:01:18
2
3 Modified: ChangeLog grub-0.97-r10.ebuild grub-0.97-r11.ebuild
4 grub-0.97-r3.ebuild grub-0.97-r4.ebuild
5 grub-0.97-r5.ebuild grub-0.97-r6.ebuild
6 grub-0.97-r8.ebuild grub-0.97-r9.ebuild
7 grub-1.99-r2.ebuild
8 Log:
9 Inherit multilib eclass in ebuilds that use it.
10
11 Revision Changes Path
12 1.206 sys-boot/grub/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.206&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.206&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.205&r2=1.206
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
21 retrieving revision 1.205
22 retrieving revision 1.206
23 diff -u -r1.205 -r1.206
24 --- ChangeLog 29 May 2012 10:03:49 -0000 1.205
25 +++ ChangeLog 31 May 2012 00:01:18 -0000 1.206
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-boot/grub
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.205 2012/05/29 10:03:49 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.206 2012/05/31 00:01:18 vapier Exp $
31 +
32 + 31 May 2012; Mike Frysinger <vapier@g.o> grub-0.97-r3.ebuild,
33 + grub-0.97-r4.ebuild, grub-0.97-r5.ebuild, grub-0.97-r6.ebuild,
34 + grub-0.97-r8.ebuild, grub-0.97-r9.ebuild, grub-0.97-r10.ebuild,
35 + grub-0.97-r11.ebuild, grub-1.99-r2.ebuild:
36 + Inherit multilib eclass in ebuilds that use it.
37
38 29 May 2012; Kacper Kowalik <xarthisius@g.o> grub-0.97-r11.ebuild:
39 Bump patchver and add it's digest
40
41
42
43 1.14 sys-boot/grub/grub-0.97-r10.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?r1=1.13&r2=1.14
48
49 Index: grub-0.97-r10.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- grub-0.97-r10.ebuild 29 Feb 2012 23:09:30 -0000 1.13
56 +++ grub-0.97-r10.ebuild 31 May 2012 00:01:18 -0000 1.14
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.14 2012/05/31 00:01:18 vapier Exp $
62
63 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
64 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
65 @@ -14,7 +14,7 @@
66 # grub-${PVR}.ebuild package && \
67 # cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
68
69 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
70 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils multilib
71
72 PATCHVER="1.12" # Should match the revision ideally
73 DESCRIPTION="GNU GRUB Legacy boot loader"
74
75
76
77 1.3 sys-boot/grub/grub-0.97-r11.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild?r1=1.2&r2=1.3
82
83 Index: grub-0.97-r11.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- grub-0.97-r11.ebuild 29 May 2012 10:03:49 -0000 1.2
90 +++ grub-0.97-r11.ebuild 31 May 2012 00:01:18 -0000 1.3
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v 1.2 2012/05/29 10:03:49 xarthisius Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v 1.3 2012/05/31 00:01:18 vapier Exp $
96
97 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
98 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
99 @@ -14,7 +14,7 @@
100 # grub-${PVR}.ebuild package && \
101 # cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
102
103 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
104 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils multilib
105
106 PATCHVER="1.13" # Should match the revision ideally
107 DESCRIPTION="GNU GRUB Legacy boot loader"
108
109
110
111 1.14 sys-boot/grub/grub-0.97-r3.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?rev=1.14&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?rev=1.14&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?r1=1.13&r2=1.14
116
117 Index: grub-0.97-r3.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v
120 retrieving revision 1.13
121 retrieving revision 1.14
122 diff -u -r1.13 -r1.14
123 --- grub-0.97-r3.ebuild 29 Feb 2012 23:09:30 -0000 1.13
124 +++ grub-0.97-r3.ebuild 31 May 2012 00:01:18 -0000 1.14
125 @@ -1,8 +1,8 @@
126 # Copyright 1999-2012 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.14 2012/05/31 00:01:18 vapier Exp $
130
131 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
132 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib
133
134 PATCHVER="1.4"
135 DESCRIPTION="GNU GRUB Legacy boot loader"
136
137
138
139 1.8 sys-boot/grub/grub-0.97-r4.ebuild
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?rev=1.8&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?rev=1.8&content-type=text/plain
143 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?r1=1.7&r2=1.8
144
145 Index: grub-0.97-r4.ebuild
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v
148 retrieving revision 1.7
149 retrieving revision 1.8
150 diff -u -r1.7 -r1.8
151 --- grub-0.97-r4.ebuild 29 Feb 2012 23:09:30 -0000 1.7
152 +++ grub-0.97-r4.ebuild 31 May 2012 00:01:18 -0000 1.8
153 @@ -1,8 +1,8 @@
154 # Copyright 1999-2012 Gentoo Foundation
155 # Distributed under the terms of the GNU General Public License v2
156 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.7 2012/02/29 23:09:30 floppym Exp $
157 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.8 2012/05/31 00:01:18 vapier Exp $
158
159 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
160 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib
161
162 PATCHVER="1.4"
163 DESCRIPTION="GNU GRUB Legacy boot loader"
164
165
166
167 1.15 sys-boot/grub/grub-0.97-r5.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.15&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.15&content-type=text/plain
171 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?r1=1.14&r2=1.15
172
173 Index: grub-0.97-r5.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v
176 retrieving revision 1.14
177 retrieving revision 1.15
178 diff -u -r1.14 -r1.15
179 --- grub-0.97-r5.ebuild 29 Feb 2012 23:09:30 -0000 1.14
180 +++ grub-0.97-r5.ebuild 31 May 2012 00:01:18 -0000 1.15
181 @@ -1,13 +1,13 @@
182 # Copyright 1999-2012 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.14 2012/02/29 23:09:30 floppym Exp $
185 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.15 2012/05/31 00:01:18 vapier Exp $
186
187 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
188 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
189 # we never updated any of the source code (it still all wants menu.lst),
190 # and there is no indication that upstream is making the transition.
191
192 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
193 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib
194
195 PATCHVER="1.7"
196 DESCRIPTION="GNU GRUB Legacy boot loader"
197
198
199
200 1.12 sys-boot/grub/grub-0.97-r6.ebuild
201
202 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?rev=1.12&view=markup
203 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?rev=1.12&content-type=text/plain
204 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?r1=1.11&r2=1.12
205
206 Index: grub-0.97-r6.ebuild
207 ===================================================================
208 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v
209 retrieving revision 1.11
210 retrieving revision 1.12
211 diff -u -r1.11 -r1.12
212 --- grub-0.97-r6.ebuild 29 Feb 2012 23:09:30 -0000 1.11
213 +++ grub-0.97-r6.ebuild 31 May 2012 00:01:18 -0000 1.12
214 @@ -1,13 +1,13 @@
215 # Copyright 1999-2012 Gentoo Foundation
216 # Distributed under the terms of the GNU General Public License v2
217 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.11 2012/02/29 23:09:30 floppym Exp $
218 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.12 2012/05/31 00:01:18 vapier Exp $
219
220 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
221 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
222 # we never updated any of the source code (it still all wants menu.lst),
223 # and there is no indication that upstream is making the transition.
224
225 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
226 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib
227
228 PATCHVER="1.7"
229 DESCRIPTION="GNU GRUB Legacy boot loader"
230
231
232
233 1.6 sys-boot/grub/grub-0.97-r8.ebuild
234
235 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?rev=1.6&view=markup
236 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?rev=1.6&content-type=text/plain
237 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?r1=1.5&r2=1.6
238
239 Index: grub-0.97-r8.ebuild
240 ===================================================================
241 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v
242 retrieving revision 1.5
243 retrieving revision 1.6
244 diff -u -r1.5 -r1.6
245 --- grub-0.97-r8.ebuild 29 Feb 2012 23:09:30 -0000 1.5
246 +++ grub-0.97-r8.ebuild 31 May 2012 00:01:18 -0000 1.6
247 @@ -1,13 +1,13 @@
248 # Copyright 1999-2012 Gentoo Foundation
249 # Distributed under the terms of the GNU General Public License v2
250 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.5 2012/02/29 23:09:30 floppym Exp $
251 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.6 2012/05/31 00:01:18 vapier Exp $
252
253 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
254 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
255 # we never updated any of the source code (it still all wants menu.lst),
256 # and there is no indication that upstream is making the transition.
257
258 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
259 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools multilib
260
261 PATCHVER="1.8" # Should match the revision ideally
262 DESCRIPTION="GNU GRUB Legacy boot loader"
263
264
265
266 1.10 sys-boot/grub/grub-0.97-r9.ebuild
267
268 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?rev=1.10&view=markup
269 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?rev=1.10&content-type=text/plain
270 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?r1=1.9&r2=1.10
271
272 Index: grub-0.97-r9.ebuild
273 ===================================================================
274 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v
275 retrieving revision 1.9
276 retrieving revision 1.10
277 diff -u -r1.9 -r1.10
278 --- grub-0.97-r9.ebuild 29 Feb 2012 23:09:30 -0000 1.9
279 +++ grub-0.97-r9.ebuild 31 May 2012 00:01:18 -0000 1.10
280 @@ -1,13 +1,13 @@
281 # Copyright 1999-2012 Gentoo Foundation
282 # Distributed under the terms of the GNU General Public License v2
283 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.9 2012/02/29 23:09:30 floppym Exp $
284 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.10 2012/05/31 00:01:18 vapier Exp $
285
286 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
287 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
288 # we never updated any of the source code (it still all wants menu.lst),
289 # and there is no indication that upstream is making the transition.
290
291 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info
292 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info multilib
293
294 PATCHVER="1.9" # Should match the revision ideally
295 DESCRIPTION="GNU GRUB Legacy boot loader"
296
297
298
299 1.12 sys-boot/grub/grub-1.99-r2.ebuild
300
301 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.12&view=markup
302 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.12&content-type=text/plain
303 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?r1=1.11&r2=1.12
304
305 Index: grub-1.99-r2.ebuild
306 ===================================================================
307 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v
308 retrieving revision 1.11
309 retrieving revision 1.12
310 diff -u -r1.11 -r1.12
311 --- grub-1.99-r2.ebuild 18 May 2012 15:01:23 -0000 1.11
312 +++ grub-1.99-r2.ebuild 31 May 2012 00:01:18 -0000 1.12
313 @@ -1,6 +1,6 @@
314 # Copyright 1999-2012 Gentoo Foundation
315 # Distributed under the terms of the GNU General Public License v2
316 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.11 2012/05/18 15:01:23 josejx Exp $
317 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.12 2012/05/31 00:01:18 vapier Exp $
318
319 EAPI=4
320
321 @@ -19,7 +19,7 @@
322 S=${WORKDIR}/${MY_P}
323 fi
324
325 -inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS}
326 +inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs multilib ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS}
327 unset LIVE_ECLASS
328
329 DESCRIPTION="GNU GRUB boot loader"