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