Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: aufs-sources-3.17.2.ebuild aufs-sources-3.12.31.ebuild ChangeLog aufs-sources-3.16.7.ebuild aufs-sources-3.14.23.ebuild
Date: Fri, 31 Oct 2014 08:06:18
Message-Id: 20141031080612.4742A91E8@oystercatcher.gentoo.org
1 jlec 14/10/31 08:06:12
2
3 Modified: ChangeLog
4 Added: aufs-sources-3.17.2.ebuild
5 aufs-sources-3.12.31.ebuild
6 aufs-sources-3.16.7.ebuild
7 aufs-sources-3.14.23.ebuild
8 Log:
9 sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release
10
11 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
12
13 Revision Changes Path
14 1.157 sys-kernel/aufs-sources/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.157&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.157&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.156&r2=1.157
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
23 retrieving revision 1.156
24 retrieving revision 1.157
25 diff -u -r1.156 -r1.157
26 --- ChangeLog 20 Oct 2014 08:28:43 -0000 1.156
27 +++ ChangeLog 31 Oct 2014 08:06:12 -0000 1.157
28 @@ -1,6 +1,16 @@
29 # ChangeLog for sys-kernel/aufs-sources
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.156 2014/10/20 08:28:43 jlec Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.157 2014/10/31 08:06:12 jlec Exp $
33 +
34 +*aufs-sources-3.17.2 (31 Oct 2014)
35 +*aufs-sources-3.16.7 (31 Oct 2014)
36 +*aufs-sources-3.14.23 (31 Oct 2014)
37 +*aufs-sources-3.12.31 (31 Oct 2014)
38 +
39 + 31 Oct 2014; Justin Lecher <jlec@g.o> +aufs-sources-3.12.31.ebuild,
40 + +aufs-sources-3.14.23.ebuild, +aufs-sources-3.16.7.ebuild,
41 + +aufs-sources-3.17.2.ebuild:
42 + Bump to latest aufs3, genpatches and linux release
43
44 *aufs-sources-3.17.1-r1 (20 Oct 2014)
45
46
47
48
49 1.1 sys-kernel/aufs-sources/aufs-sources-3.17.2.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.17.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.17.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: aufs-sources-3.17.2.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.17.2.ebuild,v 1.1 2014/10/31 08:06:12 jlec Exp $
59
60 EAPI=5
61
62 ETYPE="sources"
63 K_WANT_GENPATCHES="base extras experimental"
64 K_GENPATCHES_VER="5"
65 K_DEBLOB_AVAILABLE="1"
66 UNIPATCH_STRICTORDER=1
67 inherit kernel-2 eutils readme.gentoo
68 detect_version
69 detect_arch
70
71 AUFS_VERSION=3.17_p20141020
72 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
73 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
74 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
75
76 KEYWORDS="~amd64 ~x86"
77 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
78 IUSE="deblob experimental module vanilla"
79
80 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
81 SRC_URI="
82 ${KERNEL_URI}
83 ${ARCH_URI}
84 ${AUFS_URI}
85 !vanilla? ( ${GENPATCHES_URI} )
86 "
87
88 PDEPEND=">=sys-fs/aufs-util-3.9"
89
90 README_GENTOO_SUFFIX="-r1"
91
92 src_unpack() {
93 if use vanilla; then
94 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
95 ewarn "You are using USE=vanilla"
96 ewarn "This will drop all support from the gentoo kernel security team"
97 fi
98
99 UNIPATCH_LIST="
100 "${WORKDIR}"/aufs3-kbuild.patch
101 "${WORKDIR}"/aufs3-base.patch
102 "${WORKDIR}"/aufs3-mmap.patch"
103
104 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
105
106 unpack ${AUFS_TARBALL}
107
108 einfo "Using aufs3 version: ${AUFS_VERSION}"
109
110 kernel-2_src_unpack
111 }
112
113 src_prepare() {
114 if ! use module; then
115 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
116 fi
117 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
118 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
119 }
120
121 src_install() {
122 kernel-2_src_install
123 dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
124 docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
125 readme.gentoo_create_doc
126 }
127
128 pkg_postinst() {
129 kernel-2_pkg_postinst
130 einfo "For more info on this patchset, and how to report problems, see:"
131 einfo "${HOMEPAGE}"
132 has_version sys-fs/aufs-util || \
133 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
134
135 readme.gentoo_pkg_postinst
136 }
137
138 pkg_postrm() {
139 kernel-2_pkg_postrm
140 }
141
142
143
144 1.1 sys-kernel/aufs-sources/aufs-sources-3.12.31.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.31.ebuild?rev=1.1&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.31.ebuild?rev=1.1&content-type=text/plain
148
149 Index: aufs-sources-3.12.31.ebuild
150 ===================================================================
151 # Copyright 1999-2014 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.31.ebuild,v 1.1 2014/10/31 08:06:12 jlec Exp $
154
155 EAPI=5
156
157 ETYPE="sources"
158 K_WANT_GENPATCHES="base extras experimental"
159 K_GENPATCHES_VER="33"
160 K_DEBLOB_AVAILABLE="1"
161 UNIPATCH_STRICTORDER=1
162 inherit kernel-2 eutils readme.gentoo
163 detect_version
164 detect_arch
165
166 AUFS_VERSION=3.12.x_p20141020
167 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
168 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
169 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
170
171 KEYWORDS="~amd64 ~x86"
172 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
173 IUSE="deblob experimental module vanilla"
174
175 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
176 SRC_URI="
177 ${KERNEL_URI}
178 ${ARCH_URI}
179 ${AUFS_URI}
180 !vanilla? ( ${GENPATCHES_URI} )
181 "
182
183 PDEPEND=">=sys-fs/aufs-util-3.9"
184
185 README_GENTOO_SUFFIX="-r1"
186
187 src_unpack() {
188 if use vanilla; then
189 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
190 ewarn "You are using USE=vanilla"
191 ewarn "This will drop all support from the gentoo kernel security team"
192 fi
193
194 UNIPATCH_LIST="
195 "${WORKDIR}"/aufs3-kbuild.patch
196 "${WORKDIR}"/aufs3-base.patch
197 "${WORKDIR}"/aufs3-mmap.patch"
198
199 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
200
201 unpack ${AUFS_TARBALL}
202
203 einfo "Using aufs3 version: ${AUFS_VERSION}"
204
205 kernel-2_src_unpack
206 }
207
208 src_prepare() {
209 if ! use module; then
210 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
211 fi
212 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
213 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
214 }
215
216 src_install() {
217 kernel-2_src_install
218 dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
219 docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
220 readme.gentoo_create_doc
221 }
222 pkg_postinst() {
223 kernel-2_pkg_postinst
224 einfo "For more info on this patchset, and how to report problems, see:"
225 einfo "${HOMEPAGE}"
226 has_version sys-fs/aufs-util || \
227 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
228
229 readme.gentoo_pkg_postinst
230 }
231
232 pkg_postrm() {
233 kernel-2_pkg_postrm
234 }
235
236
237
238 1.1 sys-kernel/aufs-sources/aufs-sources-3.16.7.ebuild
239
240 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.16.7.ebuild?rev=1.1&view=markup
241 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.16.7.ebuild?rev=1.1&content-type=text/plain
242
243 Index: aufs-sources-3.16.7.ebuild
244 ===================================================================
245 # Copyright 1999-2014 Gentoo Foundation
246 # Distributed under the terms of the GNU General Public License v2
247 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.16.7.ebuild,v 1.1 2014/10/31 08:06:12 jlec Exp $
248
249 EAPI=5
250
251 ETYPE="sources"
252 K_WANT_GENPATCHES="base extras experimental"
253 K_GENPATCHES_VER="9"
254 K_DEBLOB_AVAILABLE="1"
255 UNIPATCH_STRICTORDER=1
256 inherit kernel-2 eutils readme.gentoo
257 detect_version
258 detect_arch
259
260 AUFS_VERSION=3.16_p20141020
261 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
262 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
263 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
264
265 KEYWORDS="~amd64 ~x86"
266 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
267 IUSE="deblob experimental module vanilla"
268
269 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
270 SRC_URI="
271 ${KERNEL_URI}
272 ${ARCH_URI}
273 ${AUFS_URI}
274 !vanilla? ( ${GENPATCHES_URI} )
275 "
276
277 PDEPEND=">=sys-fs/aufs-util-3.9"
278
279 README_GENTOO_SUFFIX="-r1"
280
281 src_unpack() {
282 if use vanilla; then
283 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
284 ewarn "You are using USE=vanilla"
285 ewarn "This will drop all support from the gentoo kernel security team"
286 fi
287
288 UNIPATCH_LIST="
289 "${WORKDIR}"/aufs3-kbuild.patch
290 "${WORKDIR}"/aufs3-base.patch
291 "${WORKDIR}"/aufs3-mmap.patch"
292
293 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
294
295 unpack ${AUFS_TARBALL}
296
297 einfo "Using aufs3 version: ${AUFS_VERSION}"
298
299 kernel-2_src_unpack
300 }
301
302 src_prepare() {
303 if ! use module; then
304 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
305 fi
306 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
307 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
308 }
309
310 src_install() {
311 kernel-2_src_install
312 dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
313 docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
314 readme.gentoo_create_doc
315 }
316
317 pkg_postinst() {
318 kernel-2_pkg_postinst
319 einfo "For more info on this patchset, and how to report problems, see:"
320 einfo "${HOMEPAGE}"
321 has_version sys-fs/aufs-util || \
322 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
323
324 readme.gentoo_pkg_postinst
325 }
326
327 pkg_postrm() {
328 kernel-2_pkg_postrm
329 }
330
331
332
333 1.1 sys-kernel/aufs-sources/aufs-sources-3.14.23.ebuild
334
335 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.23.ebuild?rev=1.1&view=markup
336 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.23.ebuild?rev=1.1&content-type=text/plain
337
338 Index: aufs-sources-3.14.23.ebuild
339 ===================================================================
340 # Copyright 1999-2014 Gentoo Foundation
341 # Distributed under the terms of the GNU General Public License v2
342 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.23.ebuild,v 1.1 2014/10/31 08:06:12 jlec Exp $
343
344 EAPI=5
345
346 ETYPE="sources"
347 K_WANT_GENPATCHES="base extras experimental"
348 K_GENPATCHES_VER="28"
349 K_DEBLOB_AVAILABLE="1"
350 UNIPATCH_STRICTORDER=1
351 inherit kernel-2 eutils readme.gentoo
352 detect_version
353 detect_arch
354
355 AUFS_VERSION=3.14.21+_p20141020
356 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
357 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
358 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
359
360 KEYWORDS="~amd64 ~x86"
361 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
362 IUSE="deblob experimental module vanilla"
363
364 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
365 SRC_URI="
366 ${KERNEL_URI}
367 ${ARCH_URI}
368 ${AUFS_URI}
369 !vanilla? ( ${GENPATCHES_URI} )
370 "
371
372 PDEPEND=">=sys-fs/aufs-util-3.9"
373
374 README_GENTOO_SUFFIX="-r1"
375
376 src_unpack() {
377 if use vanilla; then
378 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
379 ewarn "You are using USE=vanilla"
380 ewarn "This will drop all support from the gentoo kernel security team"
381 fi
382
383 UNIPATCH_LIST="
384 "${WORKDIR}"/aufs3-kbuild.patch
385 "${WORKDIR}"/aufs3-base.patch
386 "${WORKDIR}"/aufs3-mmap.patch"
387
388 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
389
390 unpack ${AUFS_TARBALL}
391
392 einfo "Using aufs3 version: ${AUFS_VERSION}"
393
394 kernel-2_src_unpack
395 }
396
397 src_prepare() {
398 if ! use module; then
399 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
400 fi
401 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
402 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
403 }
404
405 src_install() {
406 kernel-2_src_install
407 dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
408 docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
409 readme.gentoo_create_doc
410 }
411
412 pkg_postinst() {
413 kernel-2_pkg_postinst
414 einfo "For more info on this patchset, and how to report problems, see:"
415 einfo "${HOMEPAGE}"
416 has_version sys-fs/aufs-util || \
417 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
418
419 readme.gentoo_pkg_postinst
420 }
421
422 pkg_postrm() {
423 kernel-2_pkg_postrm
424 }