Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-docs: linux-docs-3.13.5.ebuild ChangeLog linux-docs-3.2.55.ebuild linux-docs-3.10.32.ebuild linux-docs-3.12.13.ebuild linux-docs-3.4.82.ebuild linux-docs-3.10.17.ebuild linux-docs-3.11.6.ebuild linux-docs-3.0.101.ebuild linux-docs-3.4.67.ebuild
Date: Tue, 25 Feb 2014 14:37:36
Message-Id: 20140225143728.9C3682004C@flycatcher.gentoo.org
1 mpagano 14/02/25 14:37:28
2
3 Modified: ChangeLog
4 Added: linux-docs-3.13.5.ebuild linux-docs-3.2.55.ebuild
5 linux-docs-3.10.32.ebuild linux-docs-3.12.13.ebuild
6 linux-docs-3.4.82.ebuild
7 Removed: linux-docs-3.10.17.ebuild linux-docs-3.11.6.ebuild
8 linux-docs-3.0.101.ebuild linux-docs-3.4.67.ebuild
9 Log:
10 Version bumps, remove old
11
12 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
13
14 Revision Changes Path
15 1.42 sys-kernel/linux-docs/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/ChangeLog?rev=1.42&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/ChangeLog?rev=1.42&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/ChangeLog?r1=1.41&r2=1.42
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v
24 retrieving revision 1.41
25 retrieving revision 1.42
26 diff -u -r1.41 -r1.42
27 --- ChangeLog 31 Oct 2013 12:23:09 -0000 1.41
28 +++ ChangeLog 25 Feb 2014 14:37:28 -0000 1.42
29 @@ -1,6 +1,19 @@
30 # ChangeLog for sys-kernel/linux-docs
31 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.41 2013/10/31 12:23:09 mpagano Exp $
33 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
34 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.42 2014/02/25 14:37:28 mpagano Exp $
35 +
36 +*linux-docs-3.13.5 (25 Feb 2014)
37 +*linux-docs-3.12.13 (25 Feb 2014)
38 +*linux-docs-3.10.32 (25 Feb 2014)
39 +*linux-docs-3.4.82 (25 Feb 2014)
40 +*linux-docs-3.2.55 (25 Feb 2014)
41 +
42 + 25 Feb 2014; Mike Pagano <mpagano@g.o> -linux-docs-3.0.101.ebuild,
43 + +linux-docs-3.2.55.ebuild, -linux-docs-3.4.67.ebuild,
44 + +linux-docs-3.4.82.ebuild, -linux-docs-3.10.17.ebuild,
45 + +linux-docs-3.10.32.ebuild, -linux-docs-3.11.6.ebuild,
46 + +linux-docs-3.12.13.ebuild, +linux-docs-3.13.5.ebuild:
47 + Version bumps, remove old
48
49 *linux-docs-3.11.6 (31 Oct 2013)
50 *linux-docs-3.10.17 (31 Oct 2013)
51
52
53
54 1.1 sys-kernel/linux-docs/linux-docs-3.13.5.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild?rev=1.1&content-type=text/plain
58
59 Index: linux-docs-3.13.5.ebuild
60 ===================================================================
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $
64
65 EAPI=3
66 inherit toolchain-funcs
67
68 MY_P=linux-${PV}
69 S=${WORKDIR}/${MY_P}
70
71 DESCRIPTION="Developer documentation generated from the Linux kernel"
72 HOMEPAGE="http://www.kernel.org/"
73 SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz"
74
75 LICENSE="GPL-2"
76 SLOT="0"
77 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
78
79 IUSE="html"
80 DEPEND="app-text/docbook-sgml-utils
81 app-text/xmlto
82 sys-apps/sed
83 ~app-text/docbook-xml-dtd-4.1.2"
84 RDEPEND=""
85
86 src_prepare() {
87
88 sed -i \
89 -e "s:db2:docbook2:g" \
90 -e "s:/usr/local/man:${D}/usr/share/man:g" \
91 "${S}"/Documentation/DocBook/Makefile
92
93 # fix for parallel build as per bug #248337
94 sed -i \
95 -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
96 "${S}"/Makefile
97 }
98
99 src_compile() {
100 local ARCH=$(tc-arch-kernel)
101 unset KBUILD_OUTPUT
102
103 emake mandocs || die "make mandocs failed"
104
105 if use html; then
106 emake htmldocs || die "make htmldocs failed"
107 fi
108 }
109
110 src_install() {
111 local file
112 local ARCH=$(tc-arch-kernel)
113 unset KBUILD_OUTPUT
114
115 make installmandocs || die "make installmandocs failed"
116
117 if use html; then
118 for file in Documentation/DocBook/*.html; do
119 dohtml -r ${file/\.html/}
120 done
121 fi
122 }
123
124
125
126 1.1 sys-kernel/linux-docs/linux-docs-3.2.55.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.2.55.ebuild?rev=1.1&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.2.55.ebuild?rev=1.1&content-type=text/plain
130
131 Index: linux-docs-3.2.55.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/linux-docs/linux-docs-3.2.55.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $
136
137 EAPI=3
138 inherit toolchain-funcs
139
140 MY_P=linux-${PV}
141 S=${WORKDIR}/${MY_P}
142
143 DESCRIPTION="Developer documentation generated from the Linux kernel"
144 HOMEPAGE="http://www.kernel.org/"
145 SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz"
146
147 LICENSE="GPL-2"
148 SLOT="0"
149 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
150
151 IUSE="html"
152 DEPEND="app-text/docbook-sgml-utils
153 app-text/xmlto
154 sys-apps/sed
155 ~app-text/docbook-xml-dtd-4.1.2"
156 RDEPEND=""
157
158 src_prepare() {
159
160 sed -i \
161 -e "s:db2:docbook2:g" \
162 -e "s:/usr/local/man:${D}/usr/share/man:g" \
163 "${S}"/Documentation/DocBook/Makefile
164
165 # fix for parallel build as per bug #248337
166 sed -i \
167 -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
168 "${S}"/Makefile
169 }
170
171 src_compile() {
172 local ARCH=$(tc-arch-kernel)
173 unset KBUILD_OUTPUT
174
175 emake mandocs || die "make mandocs failed"
176
177 if use html; then
178 emake htmldocs || die "make htmldocs failed"
179 fi
180 }
181
182 src_install() {
183 local file
184 local ARCH=$(tc-arch-kernel)
185 unset KBUILD_OUTPUT
186
187 make installmandocs || die "make installmandocs failed"
188
189 if use html; then
190 for file in Documentation/DocBook/*.html; do
191 dohtml -r ${file/\.html/}
192 done
193 fi
194 }
195
196
197
198 1.1 sys-kernel/linux-docs/linux-docs-3.10.32.ebuild
199
200 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild?rev=1.1&view=markup
201 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild?rev=1.1&content-type=text/plain
202
203 Index: linux-docs-3.10.32.ebuild
204 ===================================================================
205 # Copyright 1999-2014 Gentoo Foundation
206 # Distributed under the terms of the GNU General Public License v2
207 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $
208
209 EAPI=3
210 inherit toolchain-funcs
211
212 MY_P=linux-${PV}
213 S=${WORKDIR}/${MY_P}
214
215 DESCRIPTION="Developer documentation generated from the Linux kernel"
216 HOMEPAGE="http://www.kernel.org/"
217 SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz"
218
219 LICENSE="GPL-2"
220 SLOT="0"
221 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
222
223 IUSE="html"
224 DEPEND="app-text/docbook-sgml-utils
225 app-text/xmlto
226 sys-apps/sed
227 ~app-text/docbook-xml-dtd-4.1.2"
228 RDEPEND=""
229
230 src_prepare() {
231
232 sed -i \
233 -e "s:db2:docbook2:g" \
234 -e "s:/usr/local/man:${D}/usr/share/man:g" \
235 "${S}"/Documentation/DocBook/Makefile
236
237 # fix for parallel build as per bug #248337
238 sed -i \
239 -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
240 "${S}"/Makefile
241 }
242
243 src_compile() {
244 local ARCH=$(tc-arch-kernel)
245 unset KBUILD_OUTPUT
246
247 emake mandocs || die "make mandocs failed"
248
249 if use html; then
250 emake htmldocs || die "make htmldocs failed"
251 fi
252 }
253
254 src_install() {
255 local file
256 local ARCH=$(tc-arch-kernel)
257 unset KBUILD_OUTPUT
258
259 make installmandocs || die "make installmandocs failed"
260
261 if use html; then
262 for file in Documentation/DocBook/*.html; do
263 dohtml -r ${file/\.html/}
264 done
265 fi
266 }
267
268
269
270 1.1 sys-kernel/linux-docs/linux-docs-3.12.13.ebuild
271
272 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild?rev=1.1&view=markup
273 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild?rev=1.1&content-type=text/plain
274
275 Index: linux-docs-3.12.13.ebuild
276 ===================================================================
277 # Copyright 1999-2014 Gentoo Foundation
278 # Distributed under the terms of the GNU General Public License v2
279 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $
280
281 EAPI=3
282 inherit toolchain-funcs
283
284 MY_P=linux-${PV}
285 S=${WORKDIR}/${MY_P}
286
287 DESCRIPTION="Developer documentation generated from the Linux kernel"
288 HOMEPAGE="http://www.kernel.org/"
289 SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz"
290
291 LICENSE="GPL-2"
292 SLOT="0"
293 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
294
295 IUSE="html"
296 DEPEND="app-text/docbook-sgml-utils
297 app-text/xmlto
298 sys-apps/sed
299 ~app-text/docbook-xml-dtd-4.1.2"
300 RDEPEND=""
301
302 src_prepare() {
303
304 sed -i \
305 -e "s:db2:docbook2:g" \
306 -e "s:/usr/local/man:${D}/usr/share/man:g" \
307 "${S}"/Documentation/DocBook/Makefile
308
309 # fix for parallel build as per bug #248337
310 sed -i \
311 -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
312 "${S}"/Makefile
313 }
314
315 src_compile() {
316 local ARCH=$(tc-arch-kernel)
317 unset KBUILD_OUTPUT
318
319 emake mandocs || die "make mandocs failed"
320
321 if use html; then
322 emake htmldocs || die "make htmldocs failed"
323 fi
324 }
325
326 src_install() {
327 local file
328 local ARCH=$(tc-arch-kernel)
329 unset KBUILD_OUTPUT
330
331 make installmandocs || die "make installmandocs failed"
332
333 if use html; then
334 for file in Documentation/DocBook/*.html; do
335 dohtml -r ${file/\.html/}
336 done
337 fi
338 }
339
340
341
342 1.1 sys-kernel/linux-docs/linux-docs-3.4.82.ebuild
343
344 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild?rev=1.1&view=markup
345 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild?rev=1.1&content-type=text/plain
346
347 Index: linux-docs-3.4.82.ebuild
348 ===================================================================
349 # Copyright 1999-2014 Gentoo Foundation
350 # Distributed under the terms of the GNU General Public License v2
351 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $
352
353 EAPI=3
354 inherit toolchain-funcs
355
356 MY_P=linux-${PV}
357 S=${WORKDIR}/${MY_P}
358
359 DESCRIPTION="Developer documentation generated from the Linux kernel"
360 HOMEPAGE="http://www.kernel.org/"
361 SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz"
362
363 LICENSE="GPL-2"
364 SLOT="0"
365 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
366
367 IUSE="html"
368 DEPEND="app-text/docbook-sgml-utils
369 app-text/xmlto
370 sys-apps/sed
371 ~app-text/docbook-xml-dtd-4.1.2"
372 RDEPEND=""
373
374 src_prepare() {
375
376 sed -i \
377 -e "s:db2:docbook2:g" \
378 -e "s:/usr/local/man:${D}/usr/share/man:g" \
379 "${S}"/Documentation/DocBook/Makefile
380
381 # fix for parallel build as per bug #248337
382 sed -i \
383 -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
384 "${S}"/Makefile
385 }
386
387 src_compile() {
388 local ARCH=$(tc-arch-kernel)
389 unset KBUILD_OUTPUT
390
391 emake mandocs || die "make mandocs failed"
392
393 if use html; then
394 emake htmldocs || die "make htmldocs failed"
395 fi
396 }
397
398 src_install() {
399 local file
400 local ARCH=$(tc-arch-kernel)
401 unset KBUILD_OUTPUT
402
403 make installmandocs || die "make installmandocs failed"
404
405 if use html; then
406 for file in Documentation/DocBook/*.html; do
407 dohtml -r ${file/\.html/}
408 done
409 fi
410 }