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.14.45.ebuild aufs-sources-4.0.6.ebuild aufs-sources-4.1.0.ebuild ChangeLog aufs-sources-3.18.12.ebuild aufs-sources-3.18.13.ebuild aufs-sources-3.18.14.ebuild
Date: Mon, 29 Jun 2015 07:26:42
Message-Id: 20150629072627.94873739@oystercatcher.gentoo.org
1 jlec 15/06/29 07:26:27
2
3 Modified: ChangeLog
4 Added: aufs-sources-3.14.45.ebuild
5 aufs-sources-4.0.6.ebuild aufs-sources-4.1.0.ebuild
6 Removed: aufs-sources-3.18.12.ebuild
7 aufs-sources-3.18.13.ebuild
8 aufs-sources-3.18.14.ebuild
9 Log:
10 Bump to latest aufs, genpatches and linux release
11
12 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
13
14 Revision Changes Path
15 1.194 sys-kernel/aufs-sources/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.194&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.194&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.193&r2=1.194
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
24 retrieving revision 1.193
25 retrieving revision 1.194
26 diff -u -r1.193 -r1.194
27 --- ChangeLog 22 Jun 2015 08:09:48 -0000 1.193
28 +++ ChangeLog 29 Jun 2015 07:26:27 -0000 1.194
29 @@ -1,6 +1,16 @@
30 # ChangeLog for sys-kernel/aufs-sources
31 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.193 2015/06/22 08:09:48 jlec Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.194 2015/06/29 07:26:27 jlec Exp $
34 +
35 +*aufs-sources-3.14.45 (29 Jun 2015)
36 +*aufs-sources-4.0.6 (29 Jun 2015)
37 +*aufs-sources-4.1.0 (29 Jun 2015)
38 +
39 + 29 Jun 2015; Justin Lecher <jlec@g.o> +aufs-sources-3.14.45.ebuild,
40 + +aufs-sources-4.0.6.ebuild, +aufs-sources-4.1.0.ebuild,
41 + -aufs-sources-3.18.12.ebuild, -aufs-sources-3.18.13.ebuild,
42 + -aufs-sources-3.18.14.ebuild:
43 + Bump to latest aufs, genpatches and linux release
44
45 *aufs-sources-3.18.16 (22 Jun 2015)
46
47
48
49
50 1.1 sys-kernel/aufs-sources/aufs-sources-3.14.45.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.45.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.45.ebuild?rev=1.1&content-type=text/plain
54
55 Index: aufs-sources-3.14.45.ebuild
56 ===================================================================
57 # Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.45.ebuild,v 1.1 2015/06/29 07:26:27 jlec Exp $
60
61 EAPI=5
62
63 ETYPE="sources"
64 K_WANT_GENPATCHES="base extras experimental"
65 K_GENPATCHES_VER="51"
66 K_DEBLOB_AVAILABLE="1"
67 UNIPATCH_STRICTORDER=1
68 inherit kernel-2 eutils readme.gentoo
69 detect_version
70 detect_arch
71
72 AUFS_VERSION=3.14.40+_p20150622
73 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
74 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
75 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
76
77 KEYWORDS="~amd64 ~x86"
78 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
79 IUSE="deblob experimental module vanilla"
80
81 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
82 SRC_URI="
83 ${KERNEL_URI}
84 ${ARCH_URI}
85 ${AUFS_URI}
86 !vanilla? ( ${GENPATCHES_URI} )
87 "
88
89 PDEPEND="=sys-fs/aufs-util-3*"
90
91 README_GENTOO_SUFFIX="-r1"
92
93 src_unpack() {
94 if use vanilla; then
95 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
96 ewarn "You are using USE=vanilla"
97 ewarn "This will drop all support from the gentoo kernel security team"
98 fi
99
100 UNIPATCH_LIST="
101 "${WORKDIR}"/aufs3-kbuild.patch
102 "${WORKDIR}"/aufs3-base.patch
103 "${WORKDIR}"/aufs3-mmap.patch"
104
105 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
106
107 unpack ${AUFS_TARBALL}
108
109 einfo "Using aufs3 version: ${AUFS_VERSION}"
110
111 kernel-2_src_unpack
112 }
113
114 src_prepare() {
115 if ! use module; then
116 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
117 fi
118 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
119 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
120 }
121
122 src_install() {
123 kernel-2_src_install
124 dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
125 docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
126 readme.gentoo_create_doc
127 }
128
129 pkg_postinst() {
130 kernel-2_pkg_postinst
131 einfo "For more info on this patchset, and how to report problems, see:"
132 einfo "${HOMEPAGE}"
133 has_version sys-fs/aufs-util || \
134 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
135
136 readme.gentoo_pkg_postinst
137 }
138
139 pkg_postrm() {
140 kernel-2_pkg_postrm
141 }
142
143
144
145 1.1 sys-kernel/aufs-sources/aufs-sources-4.0.6.ebuild
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.0.6.ebuild?rev=1.1&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.0.6.ebuild?rev=1.1&content-type=text/plain
149
150 Index: aufs-sources-4.0.6.ebuild
151 ===================================================================
152 # Copyright 1999-2015 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.0.6.ebuild,v 1.1 2015/06/29 07:26:27 jlec Exp $
155
156 EAPI=5
157
158 ETYPE="sources"
159 K_WANT_GENPATCHES="base extras experimental"
160 K_GENPATCHES_VER="8"
161 K_DEBLOB_AVAILABLE="1"
162 UNIPATCH_STRICTORDER=1
163 inherit kernel-2 eutils readme.gentoo
164 detect_version
165 detect_arch
166
167 AUFS_VERSION=4.0_p20150629
168 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
169 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs4-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
170 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
171
172 KEYWORDS="~amd64 ~x86"
173 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
174 IUSE="deblob experimental module vanilla"
175
176 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs4 support"
177 SRC_URI="
178 ${KERNEL_URI}
179 ${ARCH_URI}
180 ${AUFS_URI}
181 !vanilla? ( ${GENPATCHES_URI} )
182 "
183
184 PDEPEND="=sys-fs/aufs-util-4*"
185
186 README_GENTOO_SUFFIX="-r1"
187
188 src_unpack() {
189 if use vanilla; then
190 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
191 ewarn "You are using USE=vanilla"
192 ewarn "This will drop all support from the gentoo kernel security team"
193 fi
194
195 UNIPATCH_LIST="
196 "${WORKDIR}"/aufs4-kbuild.patch
197 "${WORKDIR}"/aufs4-base.patch
198 "${WORKDIR}"/aufs4-mmap.patch"
199
200 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs4-standalone.patch"
201
202 unpack ${AUFS_TARBALL}
203
204 einfo "Using aufs4 version: ${AUFS_VERSION}"
205
206 kernel-2_src_unpack
207 }
208
209 src_prepare() {
210 if ! use module; then
211 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
212 fi
213 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
214 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
215 }
216
217 src_install() {
218 kernel-2_src_install
219 dodoc "${WORKDIR}"/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
220 docompress -x /usr/share/doc/${PF}/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
221 readme.gentoo_create_doc
222 }
223
224 pkg_postinst() {
225 kernel-2_pkg_postinst
226 einfo "For more info on this patchset, and how to report problems, see:"
227 einfo "${HOMEPAGE}"
228 has_version sys-fs/aufs-util || \
229 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
230
231 readme.gentoo_pkg_postinst
232 }
233
234 pkg_postrm() {
235 kernel-2_pkg_postrm
236 }
237
238
239
240 1.1 sys-kernel/aufs-sources/aufs-sources-4.1.0.ebuild
241
242 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.0.ebuild?rev=1.1&view=markup
243 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.0.ebuild?rev=1.1&content-type=text/plain
244
245 Index: aufs-sources-4.1.0.ebuild
246 ===================================================================
247 # Copyright 1999-2015 Gentoo Foundation
248 # Distributed under the terms of the GNU General Public License v2
249 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.0.ebuild,v 1.1 2015/06/29 07:26:27 jlec Exp $
250
251 EAPI=5
252
253 ETYPE="sources"
254 K_WANT_GENPATCHES="base extras experimental"
255 K_GENPATCHES_VER="3"
256 K_DEBLOB_AVAILABLE="1"
257 UNIPATCH_STRICTORDER=1
258 inherit kernel-2 eutils readme.gentoo
259 detect_version
260 detect_arch
261
262 AUFS_VERSION=4.1_p20150629
263 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
264 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs4-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
265 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
266
267 KEYWORDS="~amd64 ~x86"
268 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
269 IUSE="deblob experimental module vanilla"
270
271 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs4 support"
272 SRC_URI="
273 ${KERNEL_URI}
274 ${ARCH_URI}
275 ${AUFS_URI}
276 !vanilla? ( ${GENPATCHES_URI} )
277 "
278
279 PDEPEND="=sys-fs/aufs-util-4*"
280
281 README_GENTOO_SUFFIX="-r1"
282
283 src_unpack() {
284 if use vanilla; then
285 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
286 ewarn "You are using USE=vanilla"
287 ewarn "This will drop all support from the gentoo kernel security team"
288 fi
289
290 UNIPATCH_LIST="
291 "${WORKDIR}"/aufs4-kbuild.patch
292 "${WORKDIR}"/aufs4-base.patch
293 "${WORKDIR}"/aufs4-mmap.patch"
294
295 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs4-standalone.patch"
296
297 unpack ${AUFS_TARBALL}
298
299 einfo "Using aufs4 version: ${AUFS_VERSION}"
300
301 kernel-2_src_unpack
302 }
303
304 src_prepare() {
305 if ! use module; then
306 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
307 fi
308 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
309 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
310 }
311
312 src_install() {
313 kernel-2_src_install
314 dodoc "${WORKDIR}"/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
315 docompress -x /usr/share/doc/${PF}/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
316 readme.gentoo_create_doc
317 }
318
319 pkg_postinst() {
320 kernel-2_pkg_postinst
321 einfo "For more info on this patchset, and how to report problems, see:"
322 einfo "${HOMEPAGE}"
323 has_version sys-fs/aufs-util || \
324 elog "In order to use aufs FS you need to install sys-fs/aufs-util"
325
326 readme.gentoo_pkg_postinst
327 }
328
329 pkg_postrm() {
330 kernel-2_pkg_postrm
331 }