Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-0.6.2.ebuild zfs-0.6.2-r1.ebuild zfs-0.6.1-r4.ebuild zfs-0.6.2-r4.ebuild zfs-0.6.2-r2.ebuild zfs-0.6.3.ebuild zfs-9999.ebuild zfs-0.6.2-r5.ebuild zfs-0.6.0_rc13-r2.ebuild zfs-0.6.0_rc14-r1.ebuild zfs-0.6.2-r3.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:21:18
Message-Id: 20140730192111.17DFA2004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:21:11
2
3 Modified: zfs-0.6.2.ebuild zfs-0.6.2-r1.ebuild
4 zfs-0.6.1-r4.ebuild zfs-0.6.2-r4.ebuild
5 zfs-0.6.2-r2.ebuild zfs-0.6.3.ebuild
6 zfs-9999.ebuild zfs-0.6.2-r5.ebuild
7 zfs-0.6.0_rc13-r2.ebuild zfs-0.6.0_rc14-r1.ebuild
8 zfs-0.6.2-r3.ebuild ChangeLog
9 Log:
10 Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
11
12 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
13
14 Revision Changes Path
15 1.4 sys-fs/zfs/zfs-0.6.2.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild?rev=1.4&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild?rev=1.4&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild?r1=1.3&r2=1.4
20
21 Index: zfs-0.6.2.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild,v
24 retrieving revision 1.3
25 retrieving revision 1.4
26 diff -u -r1.3 -r1.4
27 --- zfs-0.6.2.ebuild 5 Sep 2013 19:44:53 -0000 1.3
28 +++ zfs-0.6.2.ebuild 30 Jul 2014 19:21:10 -0000 1.4
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 +# Copyright 1999-2014 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild,v 1.3 2013/09/05 19:44:53 mgorny Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild,v 1.4 2014/07/30 19:21:10 ssuominen Exp $
35
36 EAPI="5"
37 PYTHON_COMPAT=( python{2_6,2_7} )
38 @@ -85,7 +85,7 @@
39 --with-config=user
40 --with-linux="${KV_DIR}"
41 --with-linux-obj="${KV_OUT_DIR}"
42 - --with-udevdir="$(udev_get_udevdir)"
43 + --with-udevdir="$(get_udevdir)"
44 $(use_with selinux)
45 )
46 autotools-utils_src_configure
47
48
49
50 1.4 sys-fs/zfs/zfs-0.6.2-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild?r1=1.3&r2=1.4
55
56 Index: zfs-0.6.2-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- zfs-0.6.2-r1.ebuild 14 Oct 2013 14:28:24 -0000 1.3
63 +++ zfs-0.6.2-r1.ebuild 30 Jul 2014 19:21:10 -0000 1.4
64 @@ -1,6 +1,6 @@
65 -# Copyright 1999-2013 Gentoo Foundation
66 +# Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild,v 1.3 2013/10/14 14:28:24 ryao Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild,v 1.4 2014/07/30 19:21:10 ssuominen Exp $
70
71 EAPI="5"
72 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
73 @@ -94,7 +94,7 @@
74 --with-config=user
75 --with-linux="${KV_DIR}"
76 --with-linux-obj="${KV_OUT_DIR}"
77 - --with-udevdir="$(udev_get_udevdir)"
78 + --with-udevdir="$(get_udevdir)"
79 --with-blkid
80 $(use_with selinux)
81 )
82
83
84
85 1.2 sys-fs/zfs/zfs-0.6.1-r4.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild?r1=1.1&r2=1.2
90
91 Index: zfs-0.6.1-r4.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- zfs-0.6.1-r4.ebuild 21 Aug 2013 14:18:48 -0000 1.1
98 +++ zfs-0.6.1-r4.ebuild 30 Jul 2014 19:21:10 -0000 1.2
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2013 Gentoo Foundation
101 +# Copyright 1999-2014 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild,v 1.1 2013/08/21 14:18:48 ryao Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
105
106 EAPI="4"
107
108 @@ -97,7 +97,7 @@
109 --with-config=user
110 --with-linux="${KV_DIR}"
111 --with-linux-obj="${KV_OUT_DIR}"
112 - --with-udevdir="$(udev_get_udevdir)"
113 + --with-udevdir="$(get_udevdir)"
114 $(use_with selinux)
115 )
116 autotools-utils_src_configure
117
118
119
120 1.2 sys-fs/zfs/zfs-0.6.2-r4.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild?rev=1.2&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild?rev=1.2&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild?r1=1.1&r2=1.2
125
126 Index: zfs-0.6.2-r4.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild,v
129 retrieving revision 1.1
130 retrieving revision 1.2
131 diff -u -r1.1 -r1.2
132 --- zfs-0.6.2-r4.ebuild 10 Apr 2014 03:14:39 -0000 1.1
133 +++ zfs-0.6.2-r4.ebuild 30 Jul 2014 19:21:10 -0000 1.2
134 @@ -1,6 +1,6 @@
135 # Copyright 1999-2014 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild,v 1.1 2014/04/10 03:14:39 ryao Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
139
140 EAPI="5"
141 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
142 @@ -94,7 +94,7 @@
143 --with-config=user
144 --with-linux="${KV_DIR}"
145 --with-linux-obj="${KV_OUT_DIR}"
146 - --with-udevdir="$(udev_get_udevdir)"
147 + --with-udevdir="$(get_udevdir)"
148 --with-blkid
149 $(use_enable debug)
150 $(use_with selinux)
151
152
153
154 1.2 sys-fs/zfs/zfs-0.6.2-r2.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild?rev=1.2&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild?rev=1.2&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild?r1=1.1&r2=1.2
159
160 Index: zfs-0.6.2-r2.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild,v
163 retrieving revision 1.1
164 retrieving revision 1.2
165 diff -u -r1.1 -r1.2
166 --- zfs-0.6.2-r2.ebuild 18 Oct 2013 16:26:04 -0000 1.1
167 +++ zfs-0.6.2-r2.ebuild 30 Jul 2014 19:21:10 -0000 1.2
168 @@ -1,6 +1,6 @@
169 -# Copyright 1999-2013 Gentoo Foundation
170 +# Copyright 1999-2014 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild,v 1.1 2013/10/18 16:26:04 ryao Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
174
175 EAPI="5"
176 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
177 @@ -94,7 +94,7 @@
178 --with-config=user
179 --with-linux="${KV_DIR}"
180 --with-linux-obj="${KV_OUT_DIR}"
181 - --with-udevdir="$(udev_get_udevdir)"
182 + --with-udevdir="$(get_udevdir)"
183 --with-blkid
184 $(use_with selinux)
185 )
186
187
188
189 1.2 sys-fs/zfs/zfs-0.6.3.ebuild
190
191 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild?rev=1.2&view=markup
192 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild?rev=1.2&content-type=text/plain
193 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild?r1=1.1&r2=1.2
194
195 Index: zfs-0.6.3.ebuild
196 ===================================================================
197 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild,v
198 retrieving revision 1.1
199 retrieving revision 1.2
200 diff -u -r1.1 -r1.2
201 --- zfs-0.6.3.ebuild 13 Jun 2014 01:21:31 -0000 1.1
202 +++ zfs-0.6.3.ebuild 30 Jul 2014 19:21:10 -0000 1.2
203 @@ -1,6 +1,6 @@
204 # Copyright 1999-2014 Gentoo Foundation
205 # Distributed under the terms of the GNU General Public License v2
206 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild,v 1.1 2014/06/13 01:21:31 ryao Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
208
209 EAPI="5"
210 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
211 @@ -84,7 +84,7 @@
212 --with-config=user
213 --with-linux="${KV_DIR}"
214 --with-linux-obj="${KV_OUT_DIR}"
215 - --with-udevdir="$(udev_get_udevdir)"
216 + --with-udevdir="$(get_udevdir)"
217 --with-blkid
218 $(use_enable debug)
219 )
220
221
222
223 1.54 sys-fs/zfs/zfs-9999.ebuild
224
225 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.54&view=markup
226 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.54&content-type=text/plain
227 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?r1=1.53&r2=1.54
228
229 Index: zfs-9999.ebuild
230 ===================================================================
231 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v
232 retrieving revision 1.53
233 retrieving revision 1.54
234 diff -u -r1.53 -r1.54
235 --- zfs-9999.ebuild 9 Jul 2014 01:31:30 -0000 1.53
236 +++ zfs-9999.ebuild 30 Jul 2014 19:21:10 -0000 1.54
237 @@ -1,6 +1,6 @@
238 # Copyright 1999-2014 Gentoo Foundation
239 # Distributed under the terms of the GNU General Public License v2
240 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.53 2014/07/09 01:31:30 prometheanfire Exp $
241 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.54 2014/07/30 19:21:10 ssuominen Exp $
242
243 EAPI="5"
244 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
245 @@ -93,7 +93,7 @@
246 --with-config=user
247 --with-linux="${KV_DIR}"
248 --with-linux-obj="${KV_OUT_DIR}"
249 - --with-udevdir="$(udev_get_udevdir)"
250 + --with-udevdir="$(get_udevdir)"
251 --with-blkid
252 $(use_enable debug)
253 )
254
255
256
257 1.3 sys-fs/zfs/zfs-0.6.2-r5.ebuild
258
259 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild?rev=1.3&view=markup
260 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild?rev=1.3&content-type=text/plain
261 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild?r1=1.2&r2=1.3
262
263 Index: zfs-0.6.2-r5.ebuild
264 ===================================================================
265 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v
266 retrieving revision 1.2
267 retrieving revision 1.3
268 diff -u -r1.2 -r1.3
269 --- zfs-0.6.2-r5.ebuild 11 Apr 2014 04:44:53 -0000 1.2
270 +++ zfs-0.6.2-r5.ebuild 30 Jul 2014 19:21:10 -0000 1.3
271 @@ -1,6 +1,6 @@
272 # Copyright 1999-2014 Gentoo Foundation
273 # Distributed under the terms of the GNU General Public License v2
274 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.2 2014/04/11 04:44:53 ryao Exp $
275 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.3 2014/07/30 19:21:10 ssuominen Exp $
276
277 EAPI="5"
278 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
279 @@ -94,7 +94,7 @@
280 --with-config=user
281 --with-linux="${KV_DIR}"
282 --with-linux-obj="${KV_OUT_DIR}"
283 - --with-udevdir="$(udev_get_udevdir)"
284 + --with-udevdir="$(get_udevdir)"
285 --with-blkid
286 $(use_enable debug)
287 $(use_with selinux)
288
289
290
291 1.2 sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
292
293 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild?rev=1.2&view=markup
294 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild?rev=1.2&content-type=text/plain
295 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild?r1=1.1&r2=1.2
296
297 Index: zfs-0.6.0_rc13-r2.ebuild
298 ===================================================================
299 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild,v
300 retrieving revision 1.1
301 retrieving revision 1.2
302 diff -u -r1.1 -r1.2
303 --- zfs-0.6.0_rc13-r2.ebuild 6 Feb 2013 01:48:50 -0000 1.1
304 +++ zfs-0.6.0_rc13-r2.ebuild 30 Jul 2014 19:21:10 -0000 1.2
305 @@ -1,6 +1,6 @@
306 -# Copyright 1999-2013 Gentoo Foundation
307 +# Copyright 1999-2014 Gentoo Foundation
308 # Distributed under the terms of the GNU General Public License v2
309 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild,v 1.1 2013/02/06 01:48:50 ryao Exp $
310 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
311
312 EAPI="4"
313
314 @@ -80,7 +80,7 @@
315 --with-config=user
316 --with-linux="${KV_DIR}"
317 --with-linux-obj="${KV_OUT_DIR}"
318 - --with-udevdir="$(udev_get_udevdir)"
319 + --with-udevdir="$(get_udevdir)"
320 )
321 autotools-utils_src_configure
322 }
323
324
325
326 1.2 sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild
327
328 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild?rev=1.2&view=markup
329 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild?rev=1.2&content-type=text/plain
330 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild?r1=1.1&r2=1.2
331
332 Index: zfs-0.6.0_rc14-r1.ebuild
333 ===================================================================
334 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild,v
335 retrieving revision 1.1
336 retrieving revision 1.2
337 diff -u -r1.1 -r1.2
338 --- zfs-0.6.0_rc14-r1.ebuild 6 Feb 2013 01:48:50 -0000 1.1
339 +++ zfs-0.6.0_rc14-r1.ebuild 30 Jul 2014 19:21:10 -0000 1.2
340 @@ -1,6 +1,6 @@
341 -# Copyright 1999-2013 Gentoo Foundation
342 +# Copyright 1999-2014 Gentoo Foundation
343 # Distributed under the terms of the GNU General Public License v2
344 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild,v 1.1 2013/02/06 01:48:50 ryao Exp $
345 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
346
347 EAPI="4"
348
349 @@ -86,7 +86,7 @@
350 --with-config=user
351 --with-linux="${KV_DIR}"
352 --with-linux-obj="${KV_OUT_DIR}"
353 - --with-udevdir="$(udev_get_udevdir)"
354 + --with-udevdir="$(get_udevdir)"
355 )
356 autotools-utils_src_configure
357 }
358
359
360
361 1.3 sys-fs/zfs/zfs-0.6.2-r3.ebuild
362
363 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild?rev=1.3&view=markup
364 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild?rev=1.3&content-type=text/plain
365 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild?r1=1.2&r2=1.3
366
367 Index: zfs-0.6.2-r3.ebuild
368 ===================================================================
369 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild,v
370 retrieving revision 1.2
371 retrieving revision 1.3
372 diff -u -r1.2 -r1.3
373 --- zfs-0.6.2-r3.ebuild 10 Apr 2014 03:14:39 -0000 1.2
374 +++ zfs-0.6.2-r3.ebuild 30 Jul 2014 19:21:10 -0000 1.3
375 @@ -1,6 +1,6 @@
376 # Copyright 1999-2014 Gentoo Foundation
377 # Distributed under the terms of the GNU General Public License v2
378 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild,v 1.2 2014/04/10 03:14:39 ryao Exp $
379 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild,v 1.3 2014/07/30 19:21:10 ssuominen Exp $
380
381 EAPI="5"
382 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
383 @@ -94,7 +94,7 @@
384 --with-config=user
385 --with-linux="${KV_DIR}"
386 --with-linux-obj="${KV_OUT_DIR}"
387 - --with-udevdir="$(udev_get_udevdir)"
388 + --with-udevdir="$(get_udevdir)"
389 --with-blkid
390 $(use_with selinux)
391 )
392
393
394
395 1.85 sys-fs/zfs/ChangeLog
396
397 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.85&view=markup
398 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.85&content-type=text/plain
399 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?r1=1.84&r2=1.85
400
401 Index: ChangeLog
402 ===================================================================
403 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
404 retrieving revision 1.84
405 retrieving revision 1.85
406 diff -u -r1.84 -r1.85
407 --- ChangeLog 9 Jul 2014 01:31:30 -0000 1.84
408 +++ ChangeLog 30 Jul 2014 19:21:10 -0000 1.85
409 @@ -1,6 +1,13 @@
410 # ChangeLog for sys-fs/zfs
411 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
412 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.84 2014/07/09 01:31:30 prometheanfire Exp $
413 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.85 2014/07/30 19:21:10 ssuominen Exp $
414 +
415 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o> zfs-0.6.0_rc13-r2.ebuild,
416 + zfs-0.6.0_rc14-r1.ebuild, zfs-0.6.1-r4.ebuild, zfs-0.6.2-r1.ebuild,
417 + zfs-0.6.2-r2.ebuild, zfs-0.6.2-r3.ebuild, zfs-0.6.2-r4.ebuild,
418 + zfs-0.6.2-r5.ebuild, zfs-0.6.2.ebuild, zfs-0.6.3.ebuild, zfs-9999.ebuild:
419 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
420 + version.
421
422 09 Jul 2014; Matthew Thode <prometheanfire@g.o> zfs-9999.ebuild:
423 swiching to https for git ebuild