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.13.8.ebuild aufs-sources-3.10.35.ebuild
Date: Tue, 01 Apr 2014 14:56:44
Message-Id: 20140401145636.F3DA92005E@flycatcher.gentoo.org
1 jlec 14/04/01 14:56:36
2
3 Modified: ChangeLog
4 Added: aufs-sources-3.13.8.ebuild
5 aufs-sources-3.10.35.ebuild
6 Log:
7 sys-kernel/aufs-sources: Bump to latest linux and genpatch release
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
10
11 Revision Changes Path
12 1.106 sys-kernel/aufs-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.106&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.106&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.105&r2=1.106
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
21 retrieving revision 1.105
22 retrieving revision 1.106
23 diff -u -r1.105 -r1.106
24 --- ChangeLog 28 Mar 2014 08:09:21 -0000 1.105
25 +++ ChangeLog 1 Apr 2014 14:56:36 -0000 1.106
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-kernel/aufs-sources
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.105 2014/03/28 08:09:21 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.106 2014/04/01 14:56:36 jlec Exp $
31 +
32 +*aufs-sources-3.13.8 (01 Apr 2014)
33 +*aufs-sources-3.10.35 (01 Apr 2014)
34 +
35 + 01 Apr 2014; Justin Lecher <jlec@g.o> +aufs-sources-3.10.35.ebuild,
36 + +aufs-sources-3.13.8.ebuild:
37 + Bump to latest linux and genpatch release
38
39 *aufs-sources-3.12.15 (28 Mar 2014)
40
41
42
43
44 1.1 sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: aufs-sources-3.13.8.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild,v 1.1 2014/04/01 14:56:36 jlec Exp $
54
55 EAPI=5
56
57 ETYPE="sources"
58 K_WANT_GENPATCHES="base extras experimental"
59 K_GENPATCHES_VER="11"
60 K_DEBLOB_AVAILABLE="1"
61 UNIPATCH_STRICTORDER=1
62 inherit kernel-2 eutils
63 detect_version
64 detect_arch
65
66 AUFS_VERSION=3.13_p20140310
67 AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
68 # git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
69 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
70
71 KEYWORDS="~amd64 ~x86"
72 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
73 IUSE="deblob experimental module vanilla"
74
75 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
76 SRC_URI="
77 ${KERNEL_URI}
78 ${ARCH_URI}
79 ${AUFS_URI}
80 !vanilla? ( ${GENPATCHES_URI} )
81 "
82
83 PDEPEND=">=sys-fs/aufs-util-3.9"
84
85 src_unpack() {
86 if use vanilla; then
87 unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
88 ewarn "You are using USE=vanilla"
89 ewarn "This will drop all support from the gentoo kernel security team"
90 fi
91
92 UNIPATCH_LIST="
93 "${WORKDIR}"/aufs3-kbuild.patch
94 "${WORKDIR}"/aufs3-base.patch
95 "${WORKDIR}"/aufs3-mmap.patch"
96
97 use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch"
98
99 unpack ${AUFS_TARBALL}
100
101 einfo "Using aufs3 version: ${AUFS_VERSION}"
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.10.35.ebuild
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.35.ebuild?rev=1.1&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.35.ebuild?rev=1.1&content-type=text/plain
132
133 Index: aufs-sources-3.10.35.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.10.35.ebuild,v 1.1 2014/04/01 14:56:36 jlec Exp $
138
139 EAPI=5
140
141 ETYPE="sources"
142 K_WANT_GENPATCHES="base extras experimental"
143 K_GENPATCHES_VER="42"
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.10.x_p20140310
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 einfo "Using aufs3 version: ${AUFS_VERSION}"
186
187 kernel-2_src_unpack
188 }
189
190 src_prepare() {
191 if ! use module; then
192 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
193 fi
194 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
195 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
196 }
197
198 pkg_postinst() {
199 kernel-2_pkg_postinst
200 einfo "For more info on this patchset, and how to report problems, see:"
201 einfo "${HOMEPAGE}"
202 has_version sys-fs/aufs-util && \
203 einfo "In order to use aufs FS you need to install sys-fs/aufs-util"
204 }
205
206 pkg_postrm() {
207 kernel-2_pkg_postrm
208 }