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.13.ebuild aufs-sources-3.13.5.ebuild ChangeLog aufs-sources-3.10.32.ebuild
Date: Tue, 25 Feb 2014 07:22:30
Message-Id: 20140225072225.3BCF42004C@flycatcher.gentoo.org
1 jlec 14/02/25 07:22:25
2
3 Modified: ChangeLog
4 Added: aufs-sources-3.12.13.ebuild
5 aufs-sources-3.13.5.ebuild
6 aufs-sources-3.10.32.ebuild
7 Log:
8 sys-kernel/aufs-sources: Bump to latest aufs3, linux and genpatch release
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
11
12 Revision Changes Path
13 1.100 sys-kernel/aufs-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.100&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.100&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.99&r2=1.100
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
22 retrieving revision 1.99
23 retrieving revision 1.100
24 diff -u -r1.99 -r1.100
25 --- ChangeLog 24 Feb 2014 09:16:46 -0000 1.99
26 +++ ChangeLog 25 Feb 2014 07:22:25 -0000 1.100
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.99 2014/02/24 09:16:46 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.100 2014/02/25 07:22:25 jlec Exp $
32 +
33 +*aufs-sources-3.13.5 (25 Feb 2014)
34 +*aufs-sources-3.12.13 (25 Feb 2014)
35 +*aufs-sources-3.10.32 (25 Feb 2014)
36 +
37 + 25 Feb 2014; Justin Lecher <jlec@g.o> +aufs-sources-3.10.32.ebuild,
38 + +aufs-sources-3.12.13.ebuild, +aufs-sources-3.13.5.ebuild:
39 + Bump to latest aufs3, linux and genpatch release
40
41 *aufs-sources-3.12.12 (24 Feb 2014)
42 *aufs-sources-3.10.31 (24 Feb 2014)
43
44
45
46 1.1 sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild?rev=1.1&content-type=text/plain
50
51 Index: aufs-sources-3.12.13.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.13.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $
56
57 EAPI=5
58
59 ETYPE="sources"
60 K_WANT_GENPATCHES="base extras experimental"
61 K_GENPATCHES_VER="14"
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_p20140224
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 kernel-2_src_unpack
104 }
105
106 src_prepare() {
107 if ! use module; then
108 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
109 fi
110 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
111 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
112 }
113
114 pkg_postinst() {
115 kernel-2_pkg_postinst
116 einfo "For more info on this patchset, and how to report problems, see:"
117 einfo "${HOMEPAGE}"
118 has_version sys-fs/aufs-util && \
119 einfo "In order to use aufs FS you need to install sys-fs/aufs-util"
120 }
121
122 pkg_postrm() {
123 kernel-2_pkg_postrm
124 }
125
126
127
128 1.1 sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild?rev=1.1&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild?rev=1.1&content-type=text/plain
132
133 Index: aufs-sources-3.13.5.ebuild
134 ===================================================================
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-kernel/aufs-sources/aufs-sources-3.13.5.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $
138
139 EAPI=5
140
141 ETYPE="sources"
142 K_WANT_GENPATCHES="base extras experimental"
143 K_GENPATCHES_VER="8"
144 K_DEBLOB_AVAILABLE="1"
145 UNIPATCH_STRICTORDER=1
146 inherit kernel-2 eutils
147 detect_version
148 detect_arch
149
150 AUFS_VERSION=3.13_p20140224
151 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
152 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
153 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
154
155 KEYWORDS="~amd64 ~x86"
156 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
157 IUSE="deblob experimental module vanilla"
158
159 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
160 SRC_URI="
161 ${KERNEL_URI}
162 ${ARCH_URI}
163 ${AUFS_URI}
164 !vanilla? ( ${GENPATCHES_URI} )
165 "
166
167 PDEPEND=">=sys-fs/aufs-util-3.9"
168
169 src_unpack() {
170 if use vanilla; then
171 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
172 ewarn "You are using USE=vanilla"
173 ewarn "This will drop all support from the gentoo kernel security team"
174 fi
175
176 UNIPATCH_LIST="
177 "${WORKDIR}"/aufs3-kbuild.patch
178 "${WORKDIR}"/aufs3-base.patch
179 "${WORKDIR}"/aufs3-mmap.patch"
180
181 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
182
183 unpack ${AUFS_TARBALL}
184
185 kernel-2_src_unpack
186 }
187
188 src_prepare() {
189 if ! use module; then
190 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
191 fi
192 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
193 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
194 }
195
196 pkg_postinst() {
197 kernel-2_pkg_postinst
198 einfo "For more info on this patchset, and how to report problems, see:"
199 einfo "${HOMEPAGE}"
200 has_version sys-fs/aufs-util && \
201 einfo "In order to use aufs FS you need to install sys-fs/aufs-util"
202 }
203
204 pkg_postrm() {
205 kernel-2_pkg_postrm
206 }
207
208
209
210 1.1 sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild
211
212 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild?rev=1.1&view=markup
213 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild?rev=1.1&content-type=text/plain
214
215 Index: aufs-sources-3.10.32.ebuild
216 ===================================================================
217 # Copyright 1999-2014 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $
220
221 EAPI=5
222
223 ETYPE="sources"
224 K_WANT_GENPATCHES="base extras experimental"
225 K_GENPATCHES_VER="39"
226 K_DEBLOB_AVAILABLE="1"
227 UNIPATCH_STRICTORDER=1
228 inherit kernel-2 eutils
229 detect_version
230 detect_arch
231
232 AUFS_VERSION=3.10.x_p20140224
233 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
234 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
235 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
236
237 KEYWORDS="~amd64 ~x86"
238 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
239 IUSE="deblob experimental module vanilla"
240
241 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
242 SRC_URI="
243 ${KERNEL_URI}
244 ${ARCH_URI}
245 ${AUFS_URI}
246 !vanilla? ( ${GENPATCHES_URI} )
247 "
248
249 PDEPEND=">=sys-fs/aufs-util-3.9"
250
251 src_unpack() {
252 if use vanilla; then
253 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
254 ewarn "You are using USE=vanilla"
255 ewarn "This will drop all support from the gentoo kernel security team"
256 fi
257
258 UNIPATCH_LIST="
259 "${WORKDIR}"/aufs3-kbuild.patch
260 "${WORKDIR}"/aufs3-base.patch
261 "${WORKDIR}"/aufs3-mmap.patch"
262
263 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
264
265 unpack ${AUFS_TARBALL}
266
267 kernel-2_src_unpack
268 }
269
270 src_prepare() {
271 if ! use module; then
272 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
273 fi
274 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
275 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
276 }
277
278 pkg_postinst() {
279 kernel-2_pkg_postinst
280 einfo "For more info on this patchset, and how to report problems, see:"
281 einfo "${HOMEPAGE}"
282 has_version sys-fs/aufs-util && \
283 einfo "In order to use aufs FS you need to install sys-fs/aufs-util"
284 }
285
286 pkg_postrm() {
287 kernel-2_pkg_postrm
288 }