Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: syslinux-1.76.ebuild syslinux-3.20.ebuild syslinux-3.31.ebuild syslinux-3.85.ebuild syslinux-3.86.ebuild syslinux-3.83.ebuild syslinux-4.00_pre38.ebuild syslinux-3.71.ebuild ChangeLog syslinux-3.52.ebuild syslinux-3.11.ebuild syslinux-3.84.ebuild syslinux-2.13.ebuild syslinux-4.00_pre37.ebuild
Date: Sun, 04 Apr 2010 21:51:48
Message-Id: E1NyXjD-0006L7-Ou@stork.gentoo.org
1 chithanh 10/04/04 21:51:35
2
3 Modified: syslinux-1.76.ebuild syslinux-3.20.ebuild
4 syslinux-3.31.ebuild syslinux-3.85.ebuild
5 syslinux-3.83.ebuild syslinux-3.71.ebuild ChangeLog
6 syslinux-3.52.ebuild syslinux-3.11.ebuild
7 syslinux-3.84.ebuild syslinux-2.13.ebuild
8 Added: syslinux-3.86.ebuild syslinux-4.00_pre38.ebuild
9 Removed: syslinux-4.00_pre37.ebuild
10 Log:
11 sys-boot/syslinux: version bump, fix SRC_URI
12 (Portage version: 2.2_rc67/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.3 sys-boot/syslinux/syslinux-1.76.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild?rev=1.3&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild?rev=1.3&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild?r1=1.2&r2=1.3
20
21 Index: syslinux-1.76.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild,v
24 retrieving revision 1.2
25 retrieving revision 1.3
26 diff -u -r1.2 -r1.3
27 --- syslinux-1.76.ebuild 21 Jul 2008 23:21:18 -0000 1.2
28 +++ syslinux-1.76.ebuild 4 Apr 2010 21:51:35 -0000 1.3
29 @@ -1,10 +1,10 @@
30 -# Copyright 1999-2008 Gentoo Foundation
31 +# Copyright 1999-2010 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild,v 1.2 2008/07/21 23:21:18 chainsaw Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild,v 1.3 2010/04/04 21:51:35 chithanh Exp $
35
36 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
37 HOMEPAGE="http://syslinux.zytor.com/"
38 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/Old/${P}.tar.gz"
39 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43
44
45
46 1.4 sys-boot/syslinux/syslinux-3.20.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild?r1=1.3&r2=1.4
51
52 Index: syslinux-3.20.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- syslinux-3.20.ebuild 31 Oct 2006 13:30:32 -0000 1.3
59 +++ syslinux-3.20.ebuild 4 Apr 2010 21:51:35 -0000 1.4
60 @@ -1,12 +1,12 @@
61 -# Copyright 1999-2006 Gentoo Foundation
62 +# Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild,v 1.3 2006/10/31 13:30:32 opfer Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.20.ebuild,v 1.4 2010/04/04 21:51:35 chithanh Exp $
66
67 inherit eutils
68
69 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
70 HOMEPAGE="http://syslinux.zytor.com/"
71 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
72 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
73
74 LICENSE="GPL-2"
75 SLOT="0"
76
77
78
79 1.5 sys-boot/syslinux/syslinux-3.31.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild?rev=1.5&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild?rev=1.5&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild?r1=1.4&r2=1.5
84
85 Index: syslinux-3.31.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild,v
88 retrieving revision 1.4
89 retrieving revision 1.5
90 diff -u -r1.4 -r1.5
91 --- syslinux-3.31.ebuild 13 Feb 2007 19:29:26 -0000 1.4
92 +++ syslinux-3.31.ebuild 4 Apr 2010 21:51:35 -0000 1.5
93 @@ -1,12 +1,12 @@
94 -# Copyright 1999-2007 Gentoo Foundation
95 +# Copyright 1999-2010 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild,v 1.4 2007/02/13 19:29:26 wolf31o2 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild,v 1.5 2010/04/04 21:51:35 chithanh Exp $
99
100 inherit eutils
101
102 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
103 HOMEPAGE="http://syslinux.zytor.com/"
104 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
105 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
106
107 LICENSE="GPL-2"
108 SLOT="0"
109
110
111
112 1.2 sys-boot/syslinux/syslinux-3.85.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild?r1=1.1&r2=1.2
117
118 Index: syslinux-3.85.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- syslinux-3.85.ebuild 22 Feb 2010 19:16:45 -0000 1.1
125 +++ syslinux-3.85.ebuild 4 Apr 2010 21:51:35 -0000 1.2
126 @@ -1,12 +1,12 @@
127 # Copyright 1999-2010 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild,v 1.1 2010/02/22 19:16:45 chithanh Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.85.ebuild,v 1.2 2010/04/04 21:51:35 chithanh Exp $
131
132 inherit eutils toolchain-funcs
133
134 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
135 HOMEPAGE="http://syslinux.zytor.com/"
136 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
137 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
138
139 LICENSE="GPL-2"
140 SLOT="0"
141
142
143
144 1.4 sys-boot/syslinux/syslinux-3.83.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild?rev=1.4&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild?rev=1.4&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild?r1=1.3&r2=1.4
149
150 Index: syslinux-3.83.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild,v
153 retrieving revision 1.3
154 retrieving revision 1.4
155 diff -u -r1.3 -r1.4
156 --- syslinux-3.83.ebuild 26 Feb 2010 12:10:54 -0000 1.3
157 +++ syslinux-3.83.ebuild 4 Apr 2010 21:51:35 -0000 1.4
158 @@ -1,12 +1,12 @@
159 # Copyright 1999-2010 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild,v 1.3 2010/02/26 12:10:54 fauli Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.83.ebuild,v 1.4 2010/04/04 21:51:35 chithanh Exp $
163
164 inherit eutils
165
166 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
167 HOMEPAGE="http://syslinux.zytor.com/"
168 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
169 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
170
171 LICENSE="GPL-2"
172 SLOT="0"
173
174
175
176 1.5 sys-boot/syslinux/syslinux-3.71.ebuild
177
178 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild?rev=1.5&view=markup
179 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild?rev=1.5&content-type=text/plain
180 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild?r1=1.4&r2=1.5
181
182 Index: syslinux-3.71.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v
185 retrieving revision 1.4
186 retrieving revision 1.5
187 diff -u -r1.4 -r1.5
188 --- syslinux-3.71.ebuild 21 Dec 2008 13:48:39 -0000 1.4
189 +++ syslinux-3.71.ebuild 4 Apr 2010 21:51:35 -0000 1.5
190 @@ -1,12 +1,12 @@
191 -# Copyright 1999-2008 Gentoo Foundation
192 +# Copyright 1999-2010 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.4 2008/12/21 13:48:39 maekke Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.5 2010/04/04 21:51:35 chithanh Exp $
196
197 inherit eutils
198
199 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
200 HOMEPAGE="http://syslinux.zytor.com/"
201 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
202 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
203
204 LICENSE="GPL-2"
205 SLOT="0"
206
207
208
209 1.58 sys-boot/syslinux/ChangeLog
210
211 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.58&view=markup
212 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.58&content-type=text/plain
213 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.57&r2=1.58
214
215 Index: ChangeLog
216 ===================================================================
217 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
218 retrieving revision 1.57
219 retrieving revision 1.58
220 diff -u -r1.57 -r1.58
221 --- ChangeLog 31 Mar 2010 15:45:12 -0000 1.57
222 +++ ChangeLog 4 Apr 2010 21:51:35 -0000 1.58
223 @@ -1,6 +1,17 @@
224 # ChangeLog for sys-boot/syslinux
225 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
226 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.57 2010/03/31 15:45:12 chithanh Exp $
227 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.58 2010/04/04 21:51:35 chithanh Exp $
228 +
229 +*syslinux-4.00_pre38 (04 Apr 2010)
230 +*syslinux-3.86 (04 Apr 2010)
231 +
232 + 04 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
233 + syslinux-1.76.ebuild, syslinux-2.13.ebuild, syslinux-3.11.ebuild,
234 + syslinux-3.20.ebuild, syslinux-3.31.ebuild, syslinux-3.52.ebuild,
235 + syslinux-3.71.ebuild, syslinux-3.83.ebuild, syslinux-3.84.ebuild,
236 + syslinux-3.85.ebuild, +syslinux-3.86.ebuild, -syslinux-4.00_pre37.ebuild,
237 + +syslinux-4.00_pre38.ebuild:
238 + Version bump. Fix SRC_URI, bug #313119
239
240 *syslinux-4.00_pre37 (31 Mar 2010)
241
242
243
244
245 1.4 sys-boot/syslinux/syslinux-3.52.ebuild
246
247 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.4&view=markup
248 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.4&content-type=text/plain
249 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?r1=1.3&r2=1.4
250
251 Index: syslinux-3.52.ebuild
252 ===================================================================
253 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v
254 retrieving revision 1.3
255 retrieving revision 1.4
256 diff -u -r1.3 -r1.4
257 --- syslinux-3.52.ebuild 19 Aug 2008 12:13:05 -0000 1.3
258 +++ syslinux-3.52.ebuild 4 Apr 2010 21:51:35 -0000 1.4
259 @@ -1,10 +1,10 @@
260 -# Copyright 1999-2008 Gentoo Foundation
261 +# Copyright 1999-2010 Gentoo Foundation
262 # Distributed under the terms of the GNU General Public License v2
263 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.3 2008/08/19 12:13:05 cla Exp $
264 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.4 2010/04/04 21:51:35 chithanh Exp $
265
266 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
267 HOMEPAGE="http://syslinux.zytor.com/"
268 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
269 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
270
271 LICENSE="GPL-2"
272 SLOT="0"
273
274
275
276 1.6 sys-boot/syslinux/syslinux-3.11.ebuild
277
278 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild?rev=1.6&view=markup
279 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild?rev=1.6&content-type=text/plain
280 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild?r1=1.5&r2=1.6
281
282 Index: syslinux-3.11.ebuild
283 ===================================================================
284 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild,v
285 retrieving revision 1.5
286 retrieving revision 1.6
287 diff -u -r1.5 -r1.6
288 --- syslinux-3.11.ebuild 30 Jul 2006 13:35:55 -0000 1.5
289 +++ syslinux-3.11.ebuild 4 Apr 2010 21:51:35 -0000 1.6
290 @@ -1,12 +1,12 @@
291 -# Copyright 1999-2006 Gentoo Foundation
292 +# Copyright 1999-2010 Gentoo Foundation
293 # Distributed under the terms of the GNU General Public License v2
294 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild,v 1.5 2006/07/30 13:35:55 solar Exp $
295 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.11.ebuild,v 1.6 2010/04/04 21:51:35 chithanh Exp $
296
297 inherit eutils
298
299 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
300 HOMEPAGE="http://syslinux.zytor.com/"
301 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
302 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
303
304 LICENSE="GPL-2"
305 SLOT="0"
306
307
308
309 1.5 sys-boot/syslinux/syslinux-3.84.ebuild
310
311 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild?rev=1.5&view=markup
312 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild?rev=1.5&content-type=text/plain
313 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild?r1=1.4&r2=1.5
314
315 Index: syslinux-3.84.ebuild
316 ===================================================================
317 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild,v
318 retrieving revision 1.4
319 retrieving revision 1.5
320 diff -u -r1.4 -r1.5
321 --- syslinux-3.84.ebuild 18 Feb 2010 21:52:04 -0000 1.4
322 +++ syslinux-3.84.ebuild 4 Apr 2010 21:51:35 -0000 1.5
323 @@ -1,12 +1,12 @@
324 # Copyright 1999-2010 Gentoo Foundation
325 # Distributed under the terms of the GNU General Public License v2
326 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild,v 1.4 2010/02/18 21:52:04 chithanh Exp $
327 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.84.ebuild,v 1.5 2010/04/04 21:51:35 chithanh Exp $
328
329 inherit eutils toolchain-funcs
330
331 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
332 HOMEPAGE="http://syslinux.zytor.com/"
333 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
334 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
335
336 LICENSE="GPL-2"
337 SLOT="0"
338
339
340
341 1.4 sys-boot/syslinux/syslinux-2.13.ebuild
342
343 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?rev=1.4&view=markup
344 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?rev=1.4&content-type=text/plain
345 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?r1=1.3&r2=1.4
346
347 Index: syslinux-2.13.ebuild
348 ===================================================================
349 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v
350 retrieving revision 1.3
351 retrieving revision 1.4
352 diff -u -r1.3 -r1.4
353 --- syslinux-2.13.ebuild 16 Jun 2005 22:50:25 -0000 1.3
354 +++ syslinux-2.13.ebuild 4 Apr 2010 21:51:35 -0000 1.4
355 @@ -1,10 +1,10 @@
356 -# Copyright 1999-2005 Gentoo Foundation
357 +# Copyright 1999-2010 Gentoo Foundation
358 # Distributed under the terms of the GNU General Public License v2
359 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.3 2005/06/16 22:50:25 vapier Exp $
360 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.4 2010/04/04 21:51:35 chithanh Exp $
361
362 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
363 HOMEPAGE="http://syslinux.zytor.com/"
364 -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/Old/${P}.tar.bz2"
365 +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
366
367 LICENSE="GPL-2"
368 SLOT="0"
369
370
371
372 1.1 sys-boot/syslinux/syslinux-3.86.ebuild
373
374 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild?rev=1.1&view=markup
375 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild?rev=1.1&content-type=text/plain
376
377 Index: syslinux-3.86.ebuild
378 ===================================================================
379 # Copyright 1999-2010 Gentoo Foundation
380 # Distributed under the terms of the GNU General Public License v2
381 # $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v 1.1 2010/04/04 21:51:35 chithanh Exp $
382
383 inherit eutils toolchain-funcs
384
385 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
386 HOMEPAGE="http://syslinux.zytor.com/"
387 SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.bz2"
388
389 LICENSE="GPL-2"
390 SLOT="0"
391 KEYWORDS="-* ~amd64 ~x86"
392 IUSE="custom-cflags"
393
394 RDEPEND="sys-fs/mtools
395 dev-perl/Crypt-PasswdMD5
396 dev-perl/Digest-SHA1"
397 DEPEND="${RDEPEND}
398 dev-lang/nasm"
399
400 # This ebuild is a departure from the old way of rebuilding everything in syslinux
401 # This departure is necessary since hpa doesn't support the rebuilding of anything other
402 # than the installers.
403
404 # removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
405
406 src_unpack() {
407 unpack ${A}
408 cd "${S}"
409 epatch "${FILESDIR}"/${PN}-3.72-nopie.patch
410
411 rm -f gethostip #bug 137081
412
413 local SYSLINUX_MAKEFILES="extlinux/Makefile linux/Makefile mtools/Makefile \
414 sample/Makefile utils/Makefile"
415 sed -i ${SYSLINUX_MAKEFILES} -e '/^LDFLAGS/d' || die "sed failed"
416
417 if use custom-cflags; then
418 sed -i ${SYSLINUX_MAKEFILES} \
419 -e 's|-g -Os||g' \
420 -e 's|-Os||g' \
421 -e 's|CFLAGS[[:space:]]\+=|CFLAGS +=|g' \
422 || die "sed custom-cflags failed"
423 fi
424
425 }
426
427 src_compile() {
428 emake CC=$(tc-getCC) installer || die
429 }
430
431 src_install() {
432 emake INSTALLSUBDIRS=utils INSTALLROOT="${D}" MANDIR=/usr/share/man install || die
433 dodoc README NEWS TODO doc/*
434 }
435
436
437
438 1.1 sys-boot/syslinux/syslinux-4.00_pre38.ebuild
439
440 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-4.00_pre38.ebuild?rev=1.1&view=markup
441 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-4.00_pre38.ebuild?rev=1.1&content-type=text/plain
442
443 Index: syslinux-4.00_pre38.ebuild
444 ===================================================================
445 # Copyright 1999-2010 Gentoo Foundation
446 # Distributed under the terms of the GNU General Public License v2
447 # $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.00_pre38.ebuild,v 1.1 2010/04/04 21:51:35 chithanh Exp $
448
449 inherit eutils toolchain-funcs
450
451 DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders"
452 HOMEPAGE="http://syslinux.zytor.com/"
453 SRC_URI="mirror://kernel/linux/utils/boot/syslinux/Testing/${P/_/-}.tar.bz2"
454
455 LICENSE="GPL-2"
456 SLOT="0"
457 KEYWORDS="-* ~amd64 ~x86"
458 IUSE="custom-cflags"
459
460 RDEPEND="sys-fs/mtools
461 dev-perl/Crypt-PasswdMD5
462 dev-perl/Digest-SHA1"
463 DEPEND="${RDEPEND}
464 dev-lang/nasm"
465
466 S=${WORKDIR}/${P/_/-}
467
468 # This ebuild is a departure from the old way of rebuilding everything in syslinux
469 # This departure is necessary since hpa doesn't support the rebuilding of anything other
470 # than the installers.
471
472 # removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
473
474 src_unpack() {
475 unpack ${A}
476 cd "${S}"
477 # Fix building on hardened
478 epatch "${FILESDIR}"/${PN}-4.00-nopie.patch
479
480 rm -f gethostip #bug 137081
481
482 # Don't prestrip or override user LDFLAGS, bug #305783
483 local SYSLINUX_MAKEFILES="extlinux/Makefile linux/Makefile mtools/Makefile \
484 sample/Makefile utils/Makefile"
485 sed -i ${SYSLINUX_MAKEFILES} -e '/^LDFLAGS/d' || die "sed failed"
486
487 if use custom-cflags; then
488 sed -i ${SYSLINUX_MAKEFILES} \
489 -e 's|-g -Os||g' \
490 -e 's|-Os||g' \
491 -e 's|CFLAGS[[:space:]]\+=|CFLAGS +=|g' \
492 || die "sed custom-cflags failed"
493 fi
494
495 }
496
497 src_compile() {
498 emake CC=$(tc-getCC) installer || die
499 }
500
501 src_install() {
502 emake INSTALLSUBDIRS=utils INSTALLROOT="${D}" MANDIR=/usr/share/man install || die
503 dodoc README NEWS doc/* || die
504 }