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: ChangeLog linux-docs-2.4.32.ebuild linux-docs-2.6.16.ebuild linux-docs-2.6.25.2.ebuild
Date: Thu, 08 May 2008 12:24:17
Message-Id: E1Ju5AS-0004yB-Lw@stork.gentoo.org
1 mpagano 08/05/08 12:24:12
2
3 Modified: ChangeLog linux-docs-2.4.32.ebuild
4 linux-docs-2.6.16.ebuild
5 Added: linux-docs-2.6.25.2.ebuild
6 Log:
7 Version bump and qa cleanups
8 (Portage version: 2.1.5_rc7)
9
10 Revision Changes Path
11 1.16 sys-kernel/linux-docs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 17 Feb 2008 02:21:25 -0000 1.15
24 +++ ChangeLog 8 May 2008 12:24:12 -0000 1.16
25 @@ -1,6 +1,15 @@
26 # ChangeLog for sys-kernel/linux-docs
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.15 2008/02/17 02:21:25 mpagano Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.16 2008/05/08 12:24:12 mpagano Exp $
30 +
31 + 08 May 2008; Mike Pagano <mpagano@g.o> linux-docs-2.4.32.ebuild,
32 + linux-docs-2.6.16.ebuild, +linux-docs-2.6.25.2.ebuild:
33 + Version bump and qa cleanups
34 +
35 +*linux-docs-2.6.25.2 (08 May 2008)
36 +
37 + 08 May 2008; Mike Pagano <mpagano@g.o> +linux-docs-2.6.25.2.ebuild:
38 + Version bump
39
40 *linux-docs-2.6.24.2 (17 Feb 2008)
41
42
43
44
45 1.7 sys-kernel/linux-docs/linux-docs-2.4.32.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.4.32.ebuild?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.4.32.ebuild?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.4.32.ebuild?r1=1.6&r2=1.7
50
51 Index: linux-docs-2.4.32.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.4.32.ebuild,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- linux-docs-2.4.32.ebuild 2 Aug 2006 21:38:19 -0000 1.6
58 +++ linux-docs-2.4.32.ebuild 8 May 2008 12:24:12 -0000 1.7
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2006 Gentoo Foundation
61 +# Copyright 1999-2008 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-2.4.32.ebuild,v 1.6 2006/08/02 21:38:19 gustavoz Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.4.32.ebuild,v 1.7 2008/05/08 12:24:12 mpagano Exp $
65
66 inherit toolchain-funcs
67
68 @@ -28,7 +28,7 @@
69 sed -i \
70 -e "s:db2:docbook2:g" \
71 -e "s:docbook2html \$<:docbook2html -o \$@ \$<:" \
72 - ${S}/Documentation/DocBook/Makefile
73 + "${S}"/Documentation/DocBook/Makefile
74 }
75
76 src_compile() {
77
78
79
80 1.14 sys-kernel/linux-docs/linux-docs-2.6.16.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild?rev=1.14&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild?rev=1.14&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild?r1=1.13&r2=1.14
85
86 Index: linux-docs-2.6.16.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild,v
89 retrieving revision 1.13
90 retrieving revision 1.14
91 diff -u -r1.13 -r1.14
92 --- linux-docs-2.6.16.ebuild 13 Nov 2006 00:03:23 -0000 1.13
93 +++ linux-docs-2.6.16.ebuild 8 May 2008 12:24:12 -0000 1.14
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2006 Gentoo Foundation
96 +# Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild,v 1.13 2006/11/13 00:03:23 josejx Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild,v 1.14 2008/05/08 12:24:12 mpagano Exp $
100
101 inherit toolchain-funcs
102
103 @@ -27,7 +27,7 @@
104 sed -i \
105 -e "s:db2:docbook2:g" \
106 -e "s:/usr/local/man:${D}/usr/share/man:g" \
107 - ${S}/Documentation/DocBook/Makefile
108 + "${S}"/Documentation/DocBook/Makefile
109 }
110
111 src_compile() {
112
113
114
115 1.1 sys-kernel/linux-docs/linux-docs-2.6.25.2.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.25.2.ebuild?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.25.2.ebuild?rev=1.1&content-type=text/plain
119
120 Index: linux-docs-2.6.25.2.ebuild
121 ===================================================================
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.25.2.ebuild,v 1.1 2008/05/08 12:24:12 mpagano Exp $
125
126 inherit toolchain-funcs
127
128 MY_P=linux-${PV}
129 S=${WORKDIR}/${MY_P}
130
131 DESCRIPTION="Developer documentation generated from the Linux kernel"
132 HOMEPAGE="http://www.kernel.org/"
133 SRC_URI="mirror://kernel/linux/kernel/v2.6/${MY_P}.tar.bz2"
134
135 LICENSE="GPL-2"
136 SLOT="0"
137 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
138
139 IUSE="html"
140 DEPEND="app-text/docbook-sgml-utils
141 app-text/xmlto
142 sys-apps/sed
143 ~app-text/docbook-xml-dtd-4.1.2"
144 RDEPEND=""
145
146 src_unpack() {
147 unpack ${A}
148
149 sed -i \
150 -e "s:db2:docbook2:g" \
151 -e "s:/usr/local/man:${D}/usr/share/man:g" \
152 "${S}"/Documentation/DocBook/Makefile
153 }
154
155 src_compile() {
156 local ARCH=$(tc-arch-kernel)
157 unset KBUILD_OUTPUT
158
159 make mandocs || die "make mandocs failed"
160
161 if use html; then
162 make htmldocs || die "make htmldocs failed"
163 fi
164 }
165
166 src_install() {
167 local file
168 local ARCH=$(tc-arch-kernel)
169 unset KBUILD_OUTPUT
170
171 make installmandocs || die "make installmandocs failed"
172
173 if use html; then
174 for file in Documentation/DocBook/*.html; do
175 dohtml -r ${file/\.html/}
176 done
177 fi
178 }
179
180
181
182 --
183 gentoo-commits@l.g.o mailing list