Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnfnetlink: libnfnetlink-0.0.30.ebuild libnfnetlink-1.0.0.ebuild libnfnetlink-0.0.33.ebuild ChangeLog libnfnetlink-0.0.41.ebuild libnfnetlink-0.0.25.ebuild libnfnetlink-0.0.39.ebuild libnfnetlink-0.0.38.ebuild libnfnetlink-0.0.40.ebuild
Date: Tue, 08 Sep 2009 17:03:46
Message-Id: E1Ml46Z-0005FM-NC@stork.gentoo.org
1 ikelos 09/09/08 17:03:43
2
3 Modified: libnfnetlink-0.0.30.ebuild
4 libnfnetlink-1.0.0.ebuild
5 libnfnetlink-0.0.33.ebuild ChangeLog
6 libnfnetlink-0.0.41.ebuild
7 libnfnetlink-0.0.25.ebuild
8 libnfnetlink-0.0.39.ebuild
9 libnfnetlink-0.0.38.ebuild
10 libnfnetlink-0.0.40.ebuild
11 Log:
12 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
13 (Portage version: 2.2_rc40/cvs/Linux i686)
14
15 Revision Changes Path
16 1.7 net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild?rev=1.7&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild?rev=1.7&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild?r1=1.6&r2=1.7
21
22 Index: libnfnetlink-0.0.30.ebuild
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild,v
25 retrieving revision 1.6
26 retrieving revision 1.7
27 diff -u -r1.6 -r1.7
28 --- libnfnetlink-0.0.30.ebuild 7 Feb 2008 14:36:37 -0000 1.6
29 +++ libnfnetlink-0.0.30.ebuild 8 Sep 2009 17:03:42 -0000 1.7
30 @@ -1,6 +1,6 @@
31 -# Copyright 1999-2008 Gentoo Foundation
32 +# Copyright 1999-2009 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild,v 1.6 2008/02/07 14:36:37 coldwind Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.30.ebuild,v 1.7 2009/09/08 17:03:42 ikelos Exp $
36
37 inherit linux-info
38
39 @@ -25,9 +25,9 @@
40
41 #netfilter core team has changed some option names with kernel 2.6.20
42 if kernel_is lt 2 6 20 ; then
43 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
44 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
45 else
46 - CONFIG_CHECK="NF_CT_NETLINK"
47 + CONFIG_CHECK="~NF_CT_NETLINK"
48 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
49 fi
50
51
52
53
54 1.2 net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild?r1=1.1&r2=1.2
59
60 Index: libnfnetlink-1.0.0.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- libnfnetlink-1.0.0.ebuild 26 Jul 2009 18:55:14 -0000 1.1
67 +++ libnfnetlink-1.0.0.ebuild 8 Sep 2009 17:03:42 -0000 1.2
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2009 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.1 2009/07/26 18:55:14 cedk Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.2 2009/09/08 17:03:42 ikelos Exp $
73
74 inherit linux-info
75
76 @@ -25,9 +25,9 @@
77
78 #netfilter core team has changed some option names with kernel 2.6.20
79 if kernel_is lt 2 6 20 ; then
80 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
81 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
82 else
83 - CONFIG_CHECK="NF_CT_NETLINK"
84 + CONFIG_CHECK="~NF_CT_NETLINK"
85 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
86 fi
87
88
89
90
91 1.6 net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild?rev=1.6&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild?rev=1.6&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild?r1=1.5&r2=1.6
96
97 Index: libnfnetlink-0.0.33.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild,v
100 retrieving revision 1.5
101 retrieving revision 1.6
102 diff -u -r1.5 -r1.6
103 --- libnfnetlink-0.0.33.ebuild 9 May 2008 22:17:47 -0000 1.5
104 +++ libnfnetlink-0.0.33.ebuild 8 Sep 2009 17:03:42 -0000 1.6
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2008 Gentoo Foundation
107 +# Copyright 1999-2009 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild,v 1.5 2008/05/09 22:17:47 maekke Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.33.ebuild,v 1.6 2009/09/08 17:03:42 ikelos Exp $
111
112 inherit linux-info
113
114 @@ -25,9 +25,9 @@
115
116 #netfilter core team has changed some option names with kernel 2.6.20
117 if kernel_is lt 2 6 20 ; then
118 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
119 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
120 else
121 - CONFIG_CHECK="NF_CT_NETLINK"
122 + CONFIG_CHECK="~NF_CT_NETLINK"
123 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
124 fi
125
126
127
128
129 1.29 net-libs/libnfnetlink/ChangeLog
130
131 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/ChangeLog?rev=1.29&view=markup
132 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/ChangeLog?rev=1.29&content-type=text/plain
133 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/ChangeLog?r1=1.28&r2=1.29
134
135 Index: ChangeLog
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v
138 retrieving revision 1.28
139 retrieving revision 1.29
140 diff -u -r1.28 -r1.29
141 --- ChangeLog 26 Jul 2009 18:55:14 -0000 1.28
142 +++ ChangeLog 8 Sep 2009 17:03:42 -0000 1.29
143 @@ -1,6 +1,13 @@
144 # ChangeLog for net-libs/libnfnetlink
145 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
146 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.28 2009/07/26 18:55:14 cedk Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.29 2009/09/08 17:03:42 ikelos Exp $
148 +
149 + 08 Sep 2009; Mike Auty <ikelos@g.o> libnfnetlink-0.0.25.ebuild,
150 + libnfnetlink-0.0.30.ebuild, libnfnetlink-0.0.33.ebuild,
151 + libnfnetlink-0.0.38.ebuild, libnfnetlink-0.0.39.ebuild,
152 + libnfnetlink-0.0.40.ebuild, libnfnetlink-0.0.41.ebuild,
153 + libnfnetlink-1.0.0.ebuild:
154 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
155
156 *libnfnetlink-1.0.0 (26 Jul 2009)
157
158
159
160
161 1.2 net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild
162
163 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild?rev=1.2&view=markup
164 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild?rev=1.2&content-type=text/plain
165 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild?r1=1.1&r2=1.2
166
167 Index: libnfnetlink-0.0.41.ebuild
168 ===================================================================
169 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild,v
170 retrieving revision 1.1
171 retrieving revision 1.2
172 diff -u -r1.1 -r1.2
173 --- libnfnetlink-0.0.41.ebuild 26 May 2009 00:19:23 -0000 1.1
174 +++ libnfnetlink-0.0.41.ebuild 8 Sep 2009 17:03:42 -0000 1.2
175 @@ -1,6 +1,6 @@
176 # Copyright 1999-2009 Gentoo Foundation
177 # Distributed under the terms of the GNU General Public License v2
178 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild,v 1.1 2009/05/26 00:19:23 jer Exp $
179 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.41.ebuild,v 1.2 2009/09/08 17:03:42 ikelos Exp $
180
181 inherit linux-info
182
183 @@ -25,9 +25,9 @@
184
185 #netfilter core team has changed some option names with kernel 2.6.20
186 if kernel_is lt 2 6 20 ; then
187 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
188 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
189 else
190 - CONFIG_CHECK="NF_CT_NETLINK"
191 + CONFIG_CHECK="~NF_CT_NETLINK"
192 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
193 fi
194
195
196
197
198 1.10 net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild
199
200 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild?rev=1.10&view=markup
201 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild?rev=1.10&content-type=text/plain
202 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild?r1=1.9&r2=1.10
203
204 Index: libnfnetlink-0.0.25.ebuild
205 ===================================================================
206 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild,v
207 retrieving revision 1.9
208 retrieving revision 1.10
209 diff -u -r1.9 -r1.10
210 --- libnfnetlink-0.0.25.ebuild 8 Aug 2007 14:04:22 -0000 1.9
211 +++ libnfnetlink-0.0.25.ebuild 8 Sep 2009 17:03:42 -0000 1.10
212 @@ -1,6 +1,6 @@
213 -# Copyright 1999-2007 Gentoo Foundation
214 +# Copyright 1999-2009 Gentoo Foundation
215 # Distributed under the terms of the GNU General Public License v2
216 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild,v 1.9 2007/08/08 14:04:22 gustavoz Exp $
217 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild,v 1.10 2009/09/08 17:03:42 ikelos Exp $
218
219 inherit linux-info
220
221 @@ -25,9 +25,9 @@
222
223 #netfilter core team has changed some option names with kernel 2.6.20
224 if kernel_is lt 2 6 20 ; then
225 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
226 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
227 else
228 - CONFIG_CHECK="NF_CT_NETLINK"
229 + CONFIG_CHECK="~NF_CT_NETLINK"
230 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
231 fi
232
233
234
235
236 1.5 net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild
237
238 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild?rev=1.5&view=markup
239 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild?rev=1.5&content-type=text/plain
240 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild?r1=1.4&r2=1.5
241
242 Index: libnfnetlink-0.0.39.ebuild
243 ===================================================================
244 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild,v
245 retrieving revision 1.4
246 retrieving revision 1.5
247 diff -u -r1.4 -r1.5
248 --- libnfnetlink-0.0.39.ebuild 3 Mar 2009 14:39:00 -0000 1.4
249 +++ libnfnetlink-0.0.39.ebuild 8 Sep 2009 17:03:42 -0000 1.5
250 @@ -1,6 +1,6 @@
251 # Copyright 1999-2009 Gentoo Foundation
252 # Distributed under the terms of the GNU General Public License v2
253 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild,v 1.4 2009/03/03 14:39:00 armin76 Exp $
254 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.39.ebuild,v 1.5 2009/09/08 17:03:42 ikelos Exp $
255
256 inherit linux-info
257
258 @@ -25,9 +25,9 @@
259
260 #netfilter core team has changed some option names with kernel 2.6.20
261 if kernel_is lt 2 6 20 ; then
262 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
263 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
264 else
265 - CONFIG_CHECK="NF_CT_NETLINK"
266 + CONFIG_CHECK="~NF_CT_NETLINK"
267 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
268 fi
269
270
271
272
273 1.2 net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild
274
275 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild?rev=1.2&view=markup
276 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild?rev=1.2&content-type=text/plain
277 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild?r1=1.1&r2=1.2
278
279 Index: libnfnetlink-0.0.38.ebuild
280 ===================================================================
281 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild,v
282 retrieving revision 1.1
283 retrieving revision 1.2
284 diff -u -r1.1 -r1.2
285 --- libnfnetlink-0.0.38.ebuild 31 May 2008 21:53:46 -0000 1.1
286 +++ libnfnetlink-0.0.38.ebuild 8 Sep 2009 17:03:42 -0000 1.2
287 @@ -1,6 +1,6 @@
288 -# Copyright 1999-2008 Gentoo Foundation
289 +# Copyright 1999-2009 Gentoo Foundation
290 # Distributed under the terms of the GNU General Public License v2
291 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild,v 1.1 2008/05/31 21:53:46 cedk Exp $
292 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.38.ebuild,v 1.2 2009/09/08 17:03:42 ikelos Exp $
293
294 inherit linux-info
295
296 @@ -25,9 +25,9 @@
297
298 #netfilter core team has changed some option names with kernel 2.6.20
299 if kernel_is lt 2 6 20 ; then
300 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
301 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
302 else
303 - CONFIG_CHECK="NF_CT_NETLINK"
304 + CONFIG_CHECK="~NF_CT_NETLINK"
305 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
306 fi
307
308
309
310
311 1.2 net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild
312
313 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild?rev=1.2&view=markup
314 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild?rev=1.2&content-type=text/plain
315 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild?r1=1.1&r2=1.2
316
317 Index: libnfnetlink-0.0.40.ebuild
318 ===================================================================
319 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild,v
320 retrieving revision 1.1
321 retrieving revision 1.2
322 diff -u -r1.1 -r1.2
323 --- libnfnetlink-0.0.40.ebuild 14 Jan 2009 12:19:04 -0000 1.1
324 +++ libnfnetlink-0.0.40.ebuild 8 Sep 2009 17:03:42 -0000 1.2
325 @@ -1,6 +1,6 @@
326 # Copyright 1999-2009 Gentoo Foundation
327 # Distributed under the terms of the GNU General Public License v2
328 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild,v 1.1 2009/01/14 12:19:04 cedk Exp $
329 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.40.ebuild,v 1.2 2009/09/08 17:03:42 ikelos Exp $
330
331 inherit linux-info
332
333 @@ -25,9 +25,9 @@
334
335 #netfilter core team has changed some option names with kernel 2.6.20
336 if kernel_is lt 2 6 20 ; then
337 - CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK"
338 + CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
339 else
340 - CONFIG_CHECK="NF_CT_NETLINK"
341 + CONFIG_CHECK="~NF_CT_NETLINK"
342 ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration"
343 fi