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-0.97-r5.ebuild grub-0.97-r3.ebuild grub-0.97-r4.ebuild grub-0.96-r3.ebuild grub-0.97-r6.ebuild grub-0.94-r1.ebuild grub-0.97-r9.ebuild grub-0.96-r1.ebuild grub-0.97-r2.ebuild grub-2.00_beta0.ebuild grub-9999.ebuild grub-0.96-r2.ebuild grub-0.97-r10.ebuild grub-0.92-r1.ebuild grub-0.97.ebuild grub-0.97-r8.ebuild ChangeLog
Date: Wed, 29 Feb 2012 23:09:41
Message-Id: 20120229230931.042662004B@flycatcher.gentoo.org
1 floppym 12/02/29 23:09:31
2
3 Modified: grub-0.97-r5.ebuild grub-0.97-r3.ebuild
4 grub-0.97-r4.ebuild grub-0.96-r3.ebuild
5 grub-0.97-r6.ebuild grub-0.94-r1.ebuild
6 grub-0.97-r9.ebuild grub-0.96-r1.ebuild
7 grub-0.97-r2.ebuild grub-2.00_beta0.ebuild
8 grub-9999.ebuild grub-0.96-r2.ebuild
9 grub-0.97-r10.ebuild grub-0.92-r1.ebuild
10 grub-0.97.ebuild grub-0.97-r8.ebuild ChangeLog
11 Log:
12 Use mirror://gnu-alpha.
13
14 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
15
16 Revision Changes Path
17 1.14 sys-boot/grub/grub-0.97-r5.ebuild
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.14&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.14&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?r1=1.13&r2=1.14
22
23 Index: grub-0.97-r5.ebuild
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v
26 retrieving revision 1.13
27 retrieving revision 1.14
28 diff -u -r1.13 -r1.14
29 --- grub-0.97-r5.ebuild 10 Apr 2011 14:34:42 -0000 1.13
30 +++ grub-0.97-r5.ebuild 29 Feb 2012 23:09:30 -0000 1.14
31 @@ -1,6 +1,6 @@
32 -# Copyright 1999-2011 Gentoo Foundation
33 +# Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.13 2011/04/10 14:34:42 ulm Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.14 2012/02/29 23:09:30 floppym Exp $
37
38 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
39 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
40 @@ -13,7 +13,7 @@
41 DESCRIPTION="GNU GRUB Legacy boot loader"
42 HOMEPAGE="http://www.gnu.org/software/grub/"
43 SRC_URI="mirror://gentoo/${P}.tar.gz
44 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
45 + mirror://gnu-alpha/${PN}/${P}.tar.gz
46 mirror://gentoo/splash.xpm.gz
47 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
48
49
50
51
52 1.13 sys-boot/grub/grub-0.97-r3.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild?r1=1.12&r2=1.13
57
58 Index: grub-0.97-r3.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- grub-0.97-r3.ebuild 10 Apr 2011 14:34:42 -0000 1.12
65 +++ grub-0.97-r3.ebuild 29 Feb 2012 23:09:30 -0000 1.13
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2011 Gentoo Foundation
68 +# Copyright 1999-2012 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
72
73 inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
74
75 @@ -8,7 +8,7 @@
76 DESCRIPTION="GNU GRUB Legacy boot loader"
77 HOMEPAGE="http://www.gnu.org/software/grub/"
78 SRC_URI="mirror://gentoo/${P}.tar.gz
79 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
80 + mirror://gnu-alpha/${PN}/${P}.tar.gz
81 mirror://gentoo/splash.xpm.gz
82 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
83
84
85
86
87 1.7 sys-boot/grub/grub-0.97-r4.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?rev=1.7&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?rev=1.7&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild?r1=1.6&r2=1.7
92
93 Index: grub-0.97-r4.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v
96 retrieving revision 1.6
97 retrieving revision 1.7
98 diff -u -r1.6 -r1.7
99 --- grub-0.97-r4.ebuild 10 Apr 2011 14:34:42 -0000 1.6
100 +++ grub-0.97-r4.ebuild 29 Feb 2012 23:09:30 -0000 1.7
101 @@ -1,6 +1,6 @@
102 -# Copyright 1999-2011 Gentoo Foundation
103 +# Copyright 1999-2012 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.6 2011/04/10 14:34:42 ulm Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r4.ebuild,v 1.7 2012/02/29 23:09:30 floppym Exp $
107
108 inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
109
110 @@ -8,7 +8,7 @@
111 DESCRIPTION="GNU GRUB Legacy boot loader"
112 HOMEPAGE="http://www.gnu.org/software/grub/"
113 SRC_URI="mirror://gentoo/${P}.tar.gz
114 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
115 + mirror://gnu-alpha/${PN}/${P}.tar.gz
116 mirror://gentoo/splash.xpm.gz
117 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
118
119
120
121
122 1.7 sys-boot/grub/grub-0.96-r3.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild?rev=1.7&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild?rev=1.7&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild?r1=1.6&r2=1.7
127
128 Index: grub-0.96-r3.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v
131 retrieving revision 1.6
132 retrieving revision 1.7
133 diff -u -r1.6 -r1.7
134 --- grub-0.96-r3.ebuild 14 Jan 2012 08:09:27 -0000 1.6
135 +++ grub-0.96-r3.ebuild 29 Feb 2012 23:09:30 -0000 1.7
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2012 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.6 2012/01/14 08:09:27 vapier Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.7 2012/02/29 23:09:30 floppym Exp $
141
142 inherit mount-boot eutils flag-o-matic toolchain-funcs
143
144 @@ -8,7 +8,7 @@
145 DESCRIPTION="GNU GRUB boot loader"
146 HOMEPAGE="http://www.gnu.org/software/grub/"
147 SRC_URI="mirror://gentoo/${P}.tar.gz
148 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
149 + mirror://gnu-alpha/${PN}/${P}.tar.gz
150 http://dev.gentoo.org/~seemant/distfiles/${P}-patches-${PATCHVER}.tar.bz2
151 http://dev.gentoo.org/~seemant/distfiles/splash.xpm.gz
152 mirror://gentoo/splash.xpm.gz
153
154
155
156 1.11 sys-boot/grub/grub-0.97-r6.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?rev=1.11&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?rev=1.11&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild?r1=1.10&r2=1.11
161
162 Index: grub-0.97-r6.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v
165 retrieving revision 1.10
166 retrieving revision 1.11
167 diff -u -r1.10 -r1.11
168 --- grub-0.97-r6.ebuild 10 Apr 2011 14:34:42 -0000 1.10
169 +++ grub-0.97-r6.ebuild 29 Feb 2012 23:09:30 -0000 1.11
170 @@ -1,6 +1,6 @@
171 -# Copyright 1999-2011 Gentoo Foundation
172 +# Copyright 1999-2012 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.10 2011/04/10 14:34:42 ulm Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.11 2012/02/29 23:09:30 floppym Exp $
176
177 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
178 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
179 @@ -13,7 +13,7 @@
180 DESCRIPTION="GNU GRUB Legacy boot loader"
181 HOMEPAGE="http://www.gnu.org/software/grub/"
182 SRC_URI="mirror://gentoo/${P}.tar.gz
183 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
184 + mirror://gnu-alpha/${PN}/${P}.tar.gz
185 mirror://gentoo/splash.xpm.gz
186 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
187
188
189
190
191 1.28 sys-boot/grub/grub-0.94-r1.ebuild
192
193 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild?rev=1.28&view=markup
194 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild?rev=1.28&content-type=text/plain
195 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild?r1=1.27&r2=1.28
196
197 Index: grub-0.94-r1.ebuild
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v
200 retrieving revision 1.27
201 retrieving revision 1.28
202 diff -u -r1.27 -r1.28
203 --- grub-0.94-r1.ebuild 14 Jan 2012 08:09:27 -0000 1.27
204 +++ grub-0.94-r1.ebuild 29 Feb 2012 23:09:30 -0000 1.28
205 @@ -1,13 +1,13 @@
206 # Copyright 1999-2012 Gentoo Foundation
207 # Distributed under the terms of the GNU General Public License v2
208 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.27 2012/01/14 08:09:27 vapier Exp $
209 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.28 2012/02/29 23:09:30 floppym Exp $
210
211 inherit mount-boot eutils flag-o-matic toolchain-funcs
212
213 PATCHVER=0.1
214 DESCRIPTION="GNU GRUB boot loader"
215 HOMEPAGE="http://www.gnu.org/software/grub/"
216 -SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz
217 +SRC_URI="mirror://gnu-alpha/grub/${P}.tar.gz
218 http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2
219 http://dev.gentoo.org/~seemant/distfiles/splash.xpm.gz
220 mirror://gentoo/splash.xpm.gz
221
222
223
224 1.9 sys-boot/grub/grub-0.97-r9.ebuild
225
226 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?rev=1.9&view=markup
227 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?rev=1.9&content-type=text/plain
228 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild?r1=1.8&r2=1.9
229
230 Index: grub-0.97-r9.ebuild
231 ===================================================================
232 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v
233 retrieving revision 1.8
234 retrieving revision 1.9
235 diff -u -r1.8 -r1.9
236 --- grub-0.97-r9.ebuild 10 Apr 2011 14:34:42 -0000 1.8
237 +++ grub-0.97-r9.ebuild 29 Feb 2012 23:09:30 -0000 1.9
238 @@ -1,6 +1,6 @@
239 -# Copyright 1999-2011 Gentoo Foundation
240 +# Copyright 1999-2012 Gentoo Foundation
241 # Distributed under the terms of the GNU General Public License v2
242 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.8 2011/04/10 14:34:42 ulm Exp $
243 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.9 2012/02/29 23:09:30 floppym Exp $
244
245 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
246 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
247 @@ -13,7 +13,7 @@
248 DESCRIPTION="GNU GRUB Legacy boot loader"
249 HOMEPAGE="http://www.gnu.org/software/grub/"
250 SRC_URI="mirror://gentoo/${P}.tar.gz
251 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
252 + mirror://gnu-alpha/${PN}/${P}.tar.gz
253 mirror://gentoo/splash.xpm.gz
254 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
255
256
257
258
259 1.19 sys-boot/grub/grub-0.96-r1.ebuild
260
261 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild?rev=1.19&view=markup
262 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild?rev=1.19&content-type=text/plain
263 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild?r1=1.18&r2=1.19
264
265 Index: grub-0.96-r1.ebuild
266 ===================================================================
267 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v
268 retrieving revision 1.18
269 retrieving revision 1.19
270 diff -u -r1.18 -r1.19
271 --- grub-0.96-r1.ebuild 14 Jan 2012 08:09:27 -0000 1.18
272 +++ grub-0.96-r1.ebuild 29 Feb 2012 23:09:30 -0000 1.19
273 @@ -1,6 +1,6 @@
274 # Copyright 1999-2012 Gentoo Foundation
275 # Distributed under the terms of the GNU General Public License v2
276 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.18 2012/01/14 08:09:27 vapier Exp $
277 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.19 2012/02/29 23:09:30 floppym Exp $
278
279 inherit mount-boot eutils flag-o-matic toolchain-funcs
280
281 @@ -8,7 +8,7 @@
282 DESCRIPTION="GNU GRUB boot loader"
283 HOMEPAGE="http://www.gnu.org/software/grub/"
284 SRC_URI="mirror://gentoo/${P}.tar.gz
285 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
286 + mirror://gnu-alpha/${PN}/${P}.tar.gz
287 http://dev.gentoo.org/~seemant/distfiles/${PF}-gentoo-${PATCHVER}.tar.bz2
288 http://dev.gentoo.org/~seemant/distfiles/splash.xpm.gz
289 mirror://gentoo/splash.xpm.gz
290
291
292
293 1.13 sys-boot/grub/grub-0.97-r2.ebuild
294
295 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild?rev=1.13&view=markup
296 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild?rev=1.13&content-type=text/plain
297 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild?r1=1.12&r2=1.13
298
299 Index: grub-0.97-r2.ebuild
300 ===================================================================
301 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v
302 retrieving revision 1.12
303 retrieving revision 1.13
304 diff -u -r1.12 -r1.13
305 --- grub-0.97-r2.ebuild 10 Apr 2011 14:34:42 -0000 1.12
306 +++ grub-0.97-r2.ebuild 29 Feb 2012 23:09:30 -0000 1.13
307 @@ -1,6 +1,6 @@
308 -# Copyright 1999-2011 Gentoo Foundation
309 +# Copyright 1999-2012 Gentoo Foundation
310 # Distributed under the terms of the GNU General Public License v2
311 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
312 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
313
314 inherit mount-boot eutils flag-o-matic toolchain-funcs
315
316 @@ -8,7 +8,7 @@
317 DESCRIPTION="GNU GRUB Legacy boot loader"
318 HOMEPAGE="http://www.gnu.org/software/grub/"
319 SRC_URI="mirror://gentoo/${P}.tar.gz
320 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
321 + mirror://gnu-alpha/${PN}/${P}.tar.gz
322 mirror://gentoo/splash.xpm.gz
323 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
324
325
326
327
328 1.3 sys-boot/grub/grub-2.00_beta0.ebuild
329
330 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild?rev=1.3&view=markup
331 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild?rev=1.3&content-type=text/plain
332 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild?r1=1.2&r2=1.3
333
334 Index: grub-2.00_beta0.ebuild
335 ===================================================================
336 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild,v
337 retrieving revision 1.2
338 retrieving revision 1.3
339 diff -u -r1.2 -r1.3
340 --- grub-2.00_beta0.ebuild 29 Feb 2012 08:45:06 -0000 1.2
341 +++ grub-2.00_beta0.ebuild 29 Feb 2012 23:09:30 -0000 1.3
342 @@ -1,6 +1,6 @@
343 # Copyright 1999-2012 Gentoo Foundation
344 # Distributed under the terms of the GNU General Public License v2
345 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild,v 1.2 2012/02/29 08:45:06 scarabeus Exp $
346 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild,v 1.3 2012/02/29 23:09:30 floppym Exp $
347
348 EAPI=4
349
350 @@ -12,7 +12,7 @@
351 else
352 MY_P=${P/_/\~}
353 if [[ ${PV} == *_alpha* || ${PV} == *_beta* ]]; then
354 - SRC_URI="http://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz"
355 + SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz"
356 else
357 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
358 mirror://gentoo/${MY_P}.tar.xz"
359
360
361
362 1.52 sys-boot/grub/grub-9999.ebuild
363
364 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.52&view=markup
365 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.52&content-type=text/plain
366 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.51&r2=1.52
367
368 Index: grub-9999.ebuild
369 ===================================================================
370 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
371 retrieving revision 1.51
372 retrieving revision 1.52
373 diff -u -r1.51 -r1.52
374 --- grub-9999.ebuild 29 Feb 2012 08:45:06 -0000 1.51
375 +++ grub-9999.ebuild 29 Feb 2012 23:09:30 -0000 1.52
376 @@ -1,6 +1,6 @@
377 # Copyright 1999-2012 Gentoo Foundation
378 # Distributed under the terms of the GNU General Public License v2
379 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.51 2012/02/29 08:45:06 scarabeus Exp $
380 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.52 2012/02/29 23:09:30 floppym Exp $
381
382 EAPI=4
383
384 @@ -12,7 +12,7 @@
385 else
386 MY_P=${P/_/\~}
387 if [[ ${PV} == *_alpha* || ${PV} == *_beta* ]]; then
388 - SRC_URI="http://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz"
389 + SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz"
390 else
391 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
392 mirror://gentoo/${MY_P}.tar.xz"
393
394
395
396 1.13 sys-boot/grub/grub-0.96-r2.ebuild
397
398 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild?rev=1.13&view=markup
399 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild?rev=1.13&content-type=text/plain
400 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild?r1=1.12&r2=1.13
401
402 Index: grub-0.96-r2.ebuild
403 ===================================================================
404 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v
405 retrieving revision 1.12
406 retrieving revision 1.13
407 diff -u -r1.12 -r1.13
408 --- grub-0.96-r2.ebuild 10 Apr 2011 14:34:42 -0000 1.12
409 +++ grub-0.96-r2.ebuild 29 Feb 2012 23:09:30 -0000 1.13
410 @@ -1,6 +1,6 @@
411 -# Copyright 1999-2011 Gentoo Foundation
412 +# Copyright 1999-2012 Gentoo Foundation
413 # Distributed under the terms of the GNU General Public License v2
414 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.12 2011/04/10 14:34:42 ulm Exp $
415 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
416
417 inherit mount-boot eutils flag-o-matic toolchain-funcs
418
419 @@ -8,7 +8,7 @@
420 DESCRIPTION="GNU GRUB boot loader"
421 HOMEPAGE="http://www.gnu.org/software/grub/"
422 SRC_URI="mirror://gentoo/${P}.tar.gz
423 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
424 + mirror://gnu-alpha/${PN}/${P}.tar.gz
425 http://dev.gentoo.org/~seemant/distfiles/${PF}-gentoo-${PATCHVER}.tar.bz2
426 http://dev.gentoo.org/~seemant/distfiles/splash.xpm.gz
427 mirror://gentoo/splash.xpm.gz
428
429
430
431 1.13 sys-boot/grub/grub-0.97-r10.ebuild
432
433 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.13&view=markup
434 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.13&content-type=text/plain
435 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?r1=1.12&r2=1.13
436
437 Index: grub-0.97-r10.ebuild
438 ===================================================================
439 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v
440 retrieving revision 1.12
441 retrieving revision 1.13
442 diff -u -r1.12 -r1.13
443 --- grub-0.97-r10.ebuild 6 Jan 2012 04:57:12 -0000 1.12
444 +++ grub-0.97-r10.ebuild 29 Feb 2012 23:09:30 -0000 1.13
445 @@ -1,6 +1,6 @@
446 # Copyright 1999-2012 Gentoo Foundation
447 # Distributed under the terms of the GNU General Public License v2
448 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.12 2012/01/06 04:57:12 vapier Exp $
449 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.13 2012/02/29 23:09:30 floppym Exp $
450
451 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
452 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
453 @@ -20,7 +20,7 @@
454 DESCRIPTION="GNU GRUB Legacy boot loader"
455 HOMEPAGE="http://www.gnu.org/software/grub/"
456 SRC_URI="mirror://gentoo/${P}.tar.gz
457 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
458 + mirror://gnu-alpha/${PN}/${P}.tar.gz
459 mirror://gentoo/splash.xpm.gz
460 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
461
462
463
464
465 1.16 sys-boot/grub/grub-0.92-r1.ebuild
466
467 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild?rev=1.16&view=markup
468 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild?rev=1.16&content-type=text/plain
469 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild?r1=1.15&r2=1.16
470
471 Index: grub-0.92-r1.ebuild
472 ===================================================================
473 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v
474 retrieving revision 1.15
475 retrieving revision 1.16
476 diff -u -r1.15 -r1.16
477 --- grub-0.92-r1.ebuild 10 Apr 2011 14:34:42 -0000 1.15
478 +++ grub-0.92-r1.ebuild 29 Feb 2012 23:09:30 -0000 1.16
479 @@ -1,13 +1,13 @@
480 -# Copyright 1999-2011 Gentoo Foundation
481 +# Copyright 1999-2012 Gentoo Foundation
482 # Distributed under the terms of the GNU General Public License v2
483 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.15 2011/04/10 14:34:42 ulm Exp $
484 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.16 2012/02/29 23:09:30 floppym Exp $
485
486 inherit mount-boot eutils flag-o-matic toolchain-funcs
487
488 PATCHVER=0.2
489 DESCRIPTION="GNU GRUB boot loader"
490 HOMEPAGE="http://www.gnu.org/software/grub/"
491 -SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz
492 +SRC_URI="mirror://gnu-alpha/grub/${P}.tar.gz
493 http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2
494 http://dev.gentoo.org/~seemant/distfiles/splash.xpm.gz
495 mirror://gentoo/splash.xpm.gz
496
497
498
499 1.6 sys-boot/grub/grub-0.97.ebuild
500
501 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97.ebuild?rev=1.6&view=markup
502 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97.ebuild?rev=1.6&content-type=text/plain
503 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97.ebuild?r1=1.5&r2=1.6
504
505 Index: grub-0.97.ebuild
506 ===================================================================
507 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97.ebuild,v
508 retrieving revision 1.5
509 retrieving revision 1.6
510 diff -u -r1.5 -r1.6
511 --- grub-0.97.ebuild 14 Jan 2012 08:09:27 -0000 1.5
512 +++ grub-0.97.ebuild 29 Feb 2012 23:09:30 -0000 1.6
513 @@ -1,6 +1,6 @@
514 # Copyright 1999-2012 Gentoo Foundation
515 # Distributed under the terms of the GNU General Public License v2
516 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97.ebuild,v 1.5 2012/01/14 08:09:27 vapier Exp $
517 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97.ebuild,v 1.6 2012/02/29 23:09:30 floppym Exp $
518
519 inherit mount-boot eutils flag-o-matic toolchain-funcs
520
521 @@ -8,7 +8,7 @@
522 DESCRIPTION="GNU GRUB boot loader"
523 HOMEPAGE="http://www.gnu.org/software/grub/"
524 SRC_URI="mirror://gentoo/${P}.tar.gz
525 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
526 + mirror://gnu-alpha/${PN}/${P}.tar.gz
527 mirror://gentoo/splash.xpm.gz
528 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
529
530
531
532
533 1.5 sys-boot/grub/grub-0.97-r8.ebuild
534
535 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?rev=1.5&view=markup
536 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?rev=1.5&content-type=text/plain
537 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild?r1=1.4&r2=1.5
538
539 Index: grub-0.97-r8.ebuild
540 ===================================================================
541 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v
542 retrieving revision 1.4
543 retrieving revision 1.5
544 diff -u -r1.4 -r1.5
545 --- grub-0.97-r8.ebuild 10 Apr 2011 14:34:42 -0000 1.4
546 +++ grub-0.97-r8.ebuild 29 Feb 2012 23:09:30 -0000 1.5
547 @@ -1,6 +1,6 @@
548 -# Copyright 1999-2011 Gentoo Foundation
549 +# Copyright 1999-2012 Gentoo Foundation
550 # Distributed under the terms of the GNU General Public License v2
551 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.4 2011/04/10 14:34:42 ulm Exp $
552 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.5 2012/02/29 23:09:30 floppym Exp $
553
554 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
555 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
556 @@ -13,7 +13,7 @@
557 DESCRIPTION="GNU GRUB Legacy boot loader"
558 HOMEPAGE="http://www.gnu.org/software/grub/"
559 SRC_URI="mirror://gentoo/${P}.tar.gz
560 - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
561 + mirror://gnu-alpha/${PN}/${P}.tar.gz
562 mirror://gentoo/splash.xpm.gz
563 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
564
565
566
567
568 1.181 sys-boot/grub/ChangeLog
569
570 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.181&view=markup
571 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.181&content-type=text/plain
572 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.180&r2=1.181
573
574 Index: ChangeLog
575 ===================================================================
576 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
577 retrieving revision 1.180
578 retrieving revision 1.181
579 diff -u -r1.180 -r1.181
580 --- ChangeLog 29 Feb 2012 08:45:06 -0000 1.180
581 +++ ChangeLog 29 Feb 2012 23:09:30 -0000 1.181
582 @@ -1,6 +1,15 @@
583 # ChangeLog for sys-boot/grub
584 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
585 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.180 2012/02/29 08:45:06 scarabeus Exp $
586 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.181 2012/02/29 23:09:30 floppym Exp $
587 +
588 + 29 Feb 2012; Mike Gilbert <floppym@g.o> grub-0.92-r1.ebuild,
589 + grub-0.94-r1.ebuild, grub-0.96-r1.ebuild, grub-0.96-r2.ebuild,
590 + grub-0.96-r3.ebuild, grub-0.97-r10.ebuild, grub-0.97-r2.ebuild,
591 + grub-0.97-r3.ebuild, grub-0.97-r4.ebuild, grub-0.97-r5.ebuild,
592 + grub-0.97-r6.ebuild, grub-0.97-r8.ebuild, grub-0.97-r9.ebuild,
593 + grub-0.97.ebuild, grub-1.99-r2.ebuild, grub-2.00_beta0.ebuild,
594 + grub-9999.ebuild:
595 + Use mirror://gnu-alpha.
596
597 29 Feb 2012; Tomáš Chvátal <scarabeus@g.o> grub-1.99-r2.ebuild,
598 grub-2.00_beta0.ebuild, grub-9999.ebuild: