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