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-firmware/seabios: ChangeLog seabios-1.6.3.ebuild seabios-1.7.0.ebuild seabios-1.7.1.ebuild seabios-1.7.2.1.ebuild seabios-1.7.2.2.ebuild seabios-1.7.2.ebuild seabios-1.7.3.2.ebuild seabios-1.7.3.ebuild
Date: Wed, 30 Apr 2014 21:15:38
Message-Id: 20140430211533.913962004B@flycatcher.gentoo.org
1 vapier 14/04/30 21:15:33
2
3 Modified: ChangeLog seabios-1.6.3.ebuild seabios-1.7.0.ebuild
4 seabios-1.7.1.ebuild seabios-1.7.2.1.ebuild
5 seabios-1.7.2.2.ebuild seabios-1.7.2.ebuild
6 seabios-1.7.3.2.ebuild seabios-1.7.3.ebuild
7 Log:
8 Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and ekeyword dislikes it.
9
10 Revision Changes Path
11 1.28 sys-firmware/seabios/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 19 Jan 2014 23:01:55 -0000 1.27
24 +++ ChangeLog 30 Apr 2014 21:15:33 -0000 1.28
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-firmware/seabios
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.27 2014/01/19 23:01:55 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.28 2014/04/30 21:15:33 vapier Exp $
30 +
31 + 30 Apr 2014; Mike Frysinger <vapier@g.o> seabios-1.6.3.ebuild,
32 + seabios-1.7.0.ebuild, seabios-1.7.1.ebuild, seabios-1.7.2.ebuild,
33 + seabios-1.7.2.1.ebuild, seabios-1.7.2.2.ebuild, seabios-1.7.3.ebuild,
34 + seabios-1.7.3.2.ebuild:
35 + Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and
36 + ekeyword dislikes it.
37
38 *seabios-1.7.3.2 (19 Jan 2014)
39
40
41
42
43 1.4 sys-firmware/seabios/seabios-1.6.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild?r1=1.3&r2=1.4
48
49 Index: seabios-1.6.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- seabios-1.6.3.ebuild 12 Mar 2013 14:50:52 -0000 1.3
56 +++ seabios-1.6.3.ebuild 30 Apr 2014 21:15:33 -0000 1.4
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v 1.3 2013/03/12 14:50:52 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v 1.4 2014/04/30 21:15:33 vapier Exp $
63
64 EAPI=4
65
66 @@ -11,7 +11,6 @@
67 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
68 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
69 GIT_ECLASS="git-2"
70 - SRC_URI=""
71 else
72 SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz
73 ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
74
75
76
77 1.7 sys-firmware/seabios/seabios-1.7.0.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild?rev=1.7&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild?rev=1.7&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild?r1=1.6&r2=1.7
82
83 Index: seabios-1.7.0.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v
86 retrieving revision 1.6
87 retrieving revision 1.7
88 diff -u -r1.6 -r1.7
89 --- seabios-1.7.0.ebuild 12 Mar 2013 14:50:52 -0000 1.6
90 +++ seabios-1.7.0.ebuild 30 Apr 2014 21:15:33 -0000 1.7
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2013 Gentoo Foundation
93 +# Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v 1.6 2013/03/12 14:50:52 cardoe Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
97
98 EAPI=4
99
100 @@ -13,8 +13,6 @@
101 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
102 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
103 inherit git-2
104 - KEYWORDS=""
105 - SRC_URI=""
106 else
107 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
108 SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz
109
110
111
112 1.7 sys-firmware/seabios/seabios-1.7.1.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild?rev=1.7&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild?rev=1.7&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild?r1=1.6&r2=1.7
117
118 Index: seabios-1.7.1.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild,v
121 retrieving revision 1.6
122 retrieving revision 1.7
123 diff -u -r1.6 -r1.7
124 --- seabios-1.7.1.ebuild 17 Mar 2013 03:14:42 -0000 1.6
125 +++ seabios-1.7.1.ebuild 30 Apr 2014 21:15:33 -0000 1.7
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2013 Gentoo Foundation
128 +# Copyright 1999-2014 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild,v 1.6 2013/03/17 03:14:42 cardoe Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
132
133 EAPI=4
134
135 @@ -13,8 +13,6 @@
136 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
137 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
138 inherit git-2
139 - KEYWORDS=""
140 - SRC_URI=""
141 else
142 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
143 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
144
145
146
147 1.4 sys-firmware/seabios/seabios-1.7.2.1.ebuild
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild?rev=1.4&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild?rev=1.4&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild?r1=1.3&r2=1.4
152
153 Index: seabios-1.7.2.1.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild,v
156 retrieving revision 1.3
157 retrieving revision 1.4
158 diff -u -r1.3 -r1.4
159 --- seabios-1.7.2.1.ebuild 4 Jun 2013 12:32:59 -0000 1.3
160 +++ seabios-1.7.2.1.ebuild 30 Apr 2014 21:15:33 -0000 1.4
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2013 Gentoo Foundation
163 +# Copyright 1999-2014 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild,v 1.3 2013/06/04 12:32:59 ago Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild,v 1.4 2014/04/30 21:15:33 vapier Exp $
167
168 EAPI=5
169
170 @@ -13,8 +13,6 @@
171 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
172 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
173 inherit git-2
174 - KEYWORDS=""
175 - SRC_URI=""
176 else
177 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
178 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
179
180
181
182 1.5 sys-firmware/seabios/seabios-1.7.2.2.ebuild
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild?rev=1.5&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild?rev=1.5&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild?r1=1.4&r2=1.5
187
188 Index: seabios-1.7.2.2.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild,v
191 retrieving revision 1.4
192 retrieving revision 1.5
193 diff -u -r1.4 -r1.5
194 --- seabios-1.7.2.2.ebuild 14 Sep 2013 10:04:38 -0000 1.4
195 +++ seabios-1.7.2.2.ebuild 30 Apr 2014 21:15:33 -0000 1.5
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2013 Gentoo Foundation
198 +# Copyright 1999-2014 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild,v 1.4 2013/09/14 10:04:38 ago Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild,v 1.5 2014/04/30 21:15:33 vapier Exp $
202
203 EAPI=5
204
205 @@ -18,8 +18,6 @@
206 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
207 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
208 inherit git-2
209 - KEYWORDS=""
210 - SRC_URI=""
211 else
212 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
213 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
214
215
216
217 1.7 sys-firmware/seabios/seabios-1.7.2.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild?rev=1.7&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild?rev=1.7&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild?r1=1.6&r2=1.7
222
223 Index: seabios-1.7.2.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v
226 retrieving revision 1.6
227 retrieving revision 1.7
228 diff -u -r1.6 -r1.7
229 --- seabios-1.7.2.ebuild 7 May 2013 19:33:10 -0000 1.6
230 +++ seabios-1.7.2.ebuild 30 Apr 2014 21:15:33 -0000 1.7
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2013 Gentoo Foundation
233 +# Copyright 1999-2014 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.6 2013/05/07 19:33:10 ago Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
237
238 EAPI=5
239
240 @@ -13,8 +13,6 @@
241 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
242 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
243 inherit git-2
244 - KEYWORDS=""
245 - SRC_URI=""
246 else
247 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
248 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
249
250
251
252 1.2 sys-firmware/seabios/seabios-1.7.3.2.ebuild
253
254 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild?rev=1.2&view=markup
255 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild?rev=1.2&content-type=text/plain
256 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild?r1=1.1&r2=1.2
257
258 Index: seabios-1.7.3.2.ebuild
259 ===================================================================
260 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v
261 retrieving revision 1.1
262 retrieving revision 1.2
263 diff -u -r1.1 -r1.2
264 --- seabios-1.7.3.2.ebuild 19 Jan 2014 23:01:55 -0000 1.1
265 +++ seabios-1.7.3.2.ebuild 30 Apr 2014 21:15:33 -0000 1.2
266 @@ -1,6 +1,6 @@
267 # Copyright 1999-2014 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.1 2014/01/19 23:01:55 cardoe Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.2 2014/04/30 21:15:33 vapier Exp $
271
272 EAPI=5
273
274 @@ -18,8 +18,6 @@
275 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
276 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
277 inherit git-2
278 - KEYWORDS=""
279 - SRC_URI=""
280 else
281 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
282 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
283
284
285
286 1.5 sys-firmware/seabios/seabios-1.7.3.ebuild
287
288 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild?rev=1.5&view=markup
289 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild?rev=1.5&content-type=text/plain
290 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild?r1=1.4&r2=1.5
291
292 Index: seabios-1.7.3.ebuild
293 ===================================================================
294 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild,v
295 retrieving revision 1.4
296 retrieving revision 1.5
297 diff -u -r1.4 -r1.5
298 --- seabios-1.7.3.ebuild 31 Dec 2013 15:48:22 -0000 1.4
299 +++ seabios-1.7.3.ebuild 30 Apr 2014 21:15:33 -0000 1.5
300 @@ -1,6 +1,6 @@
301 -# Copyright 1999-2013 Gentoo Foundation
302 +# Copyright 1999-2014 Gentoo Foundation
303 # Distributed under the terms of the GNU General Public License v2
304 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild,v 1.4 2013/12/31 15:48:22 floppym Exp $
305 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild,v 1.5 2014/04/30 21:15:33 vapier Exp $
306
307 EAPI=5
308
309 @@ -18,8 +18,6 @@
310 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
311 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
312 inherit git-2
313 - KEYWORDS=""
314 - SRC_URI=""
315 else
316 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
317 SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz