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