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.12.12.ebuild aufs-sources-3.10.31.ebuild
Date: Mon, 24 Feb 2014 09:16:50
Message-Id: 20140224091646.AD8192004C@flycatcher.gentoo.org
1 jlec 14/02/24 09:16:46
2
3 Modified: ChangeLog
4 Added: aufs-sources-3.12.12.ebuild
5 aufs-sources-3.10.31.ebuild
6 Log:
7 sys-kernel/aufs-sources: Bump to latest aufs3, linux and genpatch release
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
10
11 Revision Changes Path
12 1.99 sys-kernel/aufs-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.99&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.99&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.98&r2=1.99
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
21 retrieving revision 1.98
22 retrieving revision 1.99
23 diff -u -r1.98 -r1.99
24 --- ChangeLog 21 Feb 2014 12:46:41 -0000 1.98
25 +++ ChangeLog 24 Feb 2014 09:16:46 -0000 1.99
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.98 2014/02/21 12:46:41 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.99 2014/02/24 09:16:46 jlec Exp $
31 +
32 +*aufs-sources-3.12.12 (24 Feb 2014)
33 +*aufs-sources-3.10.31 (24 Feb 2014)
34 +
35 + 24 Feb 2014; Justin Lecher <jlec@g.o> +aufs-sources-3.10.31.ebuild,
36 + +aufs-sources-3.12.12.ebuild:
37 + Bump to latest aufs3, linux and genpatch release
38
39 *aufs-sources-3.13.4 (21 Feb 2014)
40
41
42
43
44 1.1 sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild?rev=1.1&content-type=text/plain
48
49 Index: aufs-sources-3.12.12.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.12.12.ebuild,v 1.1 2014/02/24 09:16:46 jlec Exp $
54
55 EAPI=5
56
57 ETYPE="sources"
58 K_WANT_GENPATCHES="base extras experimental"
59 K_GENPATCHES_VER="13"
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.12.x_p20140224
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 kernel-2_src_unpack
102 }
103
104 src_prepare() {
105 if ! use module; then
106 sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die
107 fi
108 cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die
109 cp -rf "${WORKDIR}"/{Documentation,fs} . || die
110 }
111
112 pkg_postinst() {
113 kernel-2_pkg_postinst
114 einfo "For more info on this patchset, and how to report problems, see:"
115 einfo "${HOMEPAGE}"
116 has_version sys-fs/aufs-util && \
117 einfo "In order to use aufs FS you need to install sys-fs/aufs-util"
118 }
119
120 pkg_postrm() {
121 kernel-2_pkg_postrm
122 }
123
124
125
126 1.1 sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild?rev=1.1&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild?rev=1.1&content-type=text/plain
130
131 Index: aufs-sources-3.10.31.ebuild
132 ===================================================================
133 # Copyright 1999-2014 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild,v 1.1 2014/02/24 09:16:46 jlec Exp $
136
137 EAPI=5
138
139 ETYPE="sources"
140 K_WANT_GENPATCHES="base extras experimental"
141 K_GENPATCHES_VER="38"
142 K_DEBLOB_AVAILABLE="1"
143 UNIPATCH_STRICTORDER=1
144 inherit kernel-2 eutils
145 detect_version
146 detect_arch
147
148 AUFS_VERSION=3.10.x_p20140224
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 }