Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-docs: postgresql-docs-8.1.22.ebuild postgresql-docs-8.2.18.ebuild postgresql-docs-8.3.12.ebuild postgresql-docs-9.0.1.ebuild ChangeLog postgresql-docs-8.4.5.ebuild
Date: Wed, 06 Oct 2010 15:03:11
Message-Id: 20101006145739.F306A20051@flycatcher.gentoo.org
1 patrick 10/10/06 14:57:39
2
3 Modified: ChangeLog
4 Added: postgresql-docs-8.1.22.ebuild
5 postgresql-docs-8.2.18.ebuild
6 postgresql-docs-8.3.12.ebuild
7 postgresql-docs-9.0.1.ebuild
8 postgresql-docs-8.4.5.ebuild
9 Log:
10 Bump
11
12 (Portage version: 2.2_rc88/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.59 dev-db/postgresql-docs/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.59&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.59&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.58&r2=1.59
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
24 retrieving revision 1.58
25 retrieving revision 1.59
26 diff -u -r1.58 -r1.59
27 --- ChangeLog 21 Sep 2010 16:17:30 -0000 1.58
28 +++ ChangeLog 6 Oct 2010 14:57:39 -0000 1.59
29 @@ -1,6 +1,18 @@
30 # ChangeLog for dev-db/postgresql-docs
31 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.58 2010/09/21 16:17:30 patrick Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.59 2010/10/06 14:57:39 patrick Exp $
34 +
35 +*postgresql-docs-9.0.1 (06 Oct 2010)
36 +*postgresql-docs-8.4.5 (06 Oct 2010)
37 +*postgresql-docs-8.3.12 (06 Oct 2010)
38 +*postgresql-docs-8.2.18 (06 Oct 2010)
39 +*postgresql-docs-8.1.22 (06 Oct 2010)
40 +
41 + 06 Oct 2010; Patrick Lauer <patrick@g.o>
42 + +postgresql-docs-8.1.22.ebuild, +postgresql-docs-8.2.18.ebuild,
43 + +postgresql-docs-8.3.12.ebuild, +postgresql-docs-8.4.5.ebuild,
44 + +postgresql-docs-9.0.1.ebuild:
45 + Bump
46
47 21 Sep 2010; Patrick Lauer <patrick@g.o>
48 -postgresql-docs-9.0_beta4.ebuild, -postgresql-docs-9.0_rc1.ebuild:
49
50
51
52 1.1 dev-db/postgresql-docs/postgresql-docs-8.1.22.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.22.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.22.ebuild?rev=1.1&content-type=text/plain
56
57 Index: postgresql-docs-8.1.22.ebuild
58 ===================================================================
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.22.ebuild,v 1.1 2010/10/06 14:57:39 patrick Exp $
62
63 inherit versionator
64
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
66
67 DESCRIPTION="PostgreSQL documentation"
68 HOMEPAGE="http://www.postgresql.org/"
69 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
70 LICENSE="POSTGRESQL"
71 SLOT="$(get_version_component_range 1-2)"
72 IUSE=""
73
74 DEPEND=""
75 RDEPEND=""
76 RESTRICT="test"
77
78 S="${WORKDIR}/postgresql-${PV}"
79
80 src_compile() {
81 :
82 }
83
84 src_install() {
85 dodir /usr/share/doc/${PF}/html
86 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
87 fowners root:0 -R /usr/share/doc/${PF}/html
88 cd "${S}/doc"
89 docinto FAQ_html
90 dodoc src/FAQ/*
91 docinto sgml
92 dodoc src/sgml/*.{sgml,dsl}
93 docinto sgml/ref
94 dodoc src/sgml/ref/*.sgml
95 docinto TODO.detail
96 dodoc TODO.detail/*
97
98 dodir /etc/eselect/postgresql/slots/${SLOT}
99 {
100 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
101 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
102 }
103
104
105
106 1.1 dev-db/postgresql-docs/postgresql-docs-8.2.18.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.18.ebuild?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.18.ebuild?rev=1.1&content-type=text/plain
110
111 Index: postgresql-docs-8.2.18.ebuild
112 ===================================================================
113 # Copyright 1999-2010 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.18.ebuild,v 1.1 2010/10/06 14:57:39 patrick Exp $
116
117 inherit versionator
118
119 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
120
121 DESCRIPTION="PostgreSQL documentation"
122 HOMEPAGE="http://www.postgresql.org/"
123 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
124 LICENSE="POSTGRESQL"
125 SLOT="$(get_version_component_range 1-2)"
126 IUSE=""
127
128 DEPEND=""
129 RDEPEND=""
130 RESTRICT="test"
131
132 S="${WORKDIR}/postgresql-${PV}"
133
134 src_compile() {
135 :
136 }
137
138 src_install() {
139 dodir /usr/share/doc/${PF}/html
140 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
141 fowners root:0 -R /usr/share/doc/${PF}/html
142 cd "${S}/doc"
143 docinto FAQ_html
144 dodoc src/FAQ/*
145 docinto sgml
146 dodoc src/sgml/*.{sgml,dsl}
147 docinto sgml/ref
148 dodoc src/sgml/ref/*.sgml
149 docinto TODO.detail
150 dodoc TODO.detail/*
151
152 dodir /etc/eselect/postgresql/slots/${SLOT}
153 {
154 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
155 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
156 }
157
158
159
160 1.1 dev-db/postgresql-docs/postgresql-docs-8.3.12.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.12.ebuild?rev=1.1&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.12.ebuild?rev=1.1&content-type=text/plain
164
165 Index: postgresql-docs-8.3.12.ebuild
166 ===================================================================
167 # Copyright 1999-2010 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.12.ebuild,v 1.1 2010/10/06 14:57:39 patrick Exp $
170
171 inherit versionator
172
173 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
174
175 # Nothing to test here per 232157
176 RESTRICT="test"
177
178 DESCRIPTION="PostgreSQL documentation"
179 HOMEPAGE="http://www.postgresql.org/"
180 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
181 LICENSE="POSTGRESQL"
182 SLOT="$(get_version_component_range 1-2)"
183 IUSE=""
184
185 DEPEND=""
186 RDEPEND=""
187 RESTRICT="test"
188
189 S="${WORKDIR}/postgresql-${PV}"
190
191 src_compile() {
192 :
193 }
194
195 src_install() {
196 dodir /usr/share/doc/${PF}/html
197 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
198 fowners root:0 -R /usr/share/doc/${PF}/html
199 cd "${S}/doc"
200 docinto FAQ_html
201 dodoc src/FAQ/*
202 docinto sgml
203 dodoc src/sgml/*.{sgml,dsl}
204 docinto sgml/ref
205 dodoc src/sgml/ref/*.sgml
206 docinto TODO.detail
207 dodoc TODO.detail/*
208
209 dodir /etc/eselect/postgresql/slots/${SLOT}
210 {
211 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
212 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
213 }
214
215
216
217 1.1 dev-db/postgresql-docs/postgresql-docs-9.0.1.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.1.ebuild?rev=1.1&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.1.ebuild?rev=1.1&content-type=text/plain
221
222 Index: postgresql-docs-9.0.1.ebuild
223 ===================================================================
224 # Copyright 1999-2010 Gentoo Foundation
225 # Distributed under the terms of the GNU General Public License v2
226 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.1.ebuild,v 1.1 2010/10/06 14:57:39 patrick Exp $
227
228 EAPI=2
229
230 inherit versionator autotools
231
232 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
233
234 # Nothing to test here per 232157
235 RESTRICT="test"
236
237 DESCRIPTION="PostgreSQL documentation"
238 HOMEPAGE="http://www.postgresql.org/"
239
240 MY_PV=${PV/_/}
241 SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
242 S=${WORKDIR}/postgresql-${MY_PV}
243
244 LICENSE="POSTGRESQL"
245 SLOT="$(get_version_component_range 1-2)"
246 IUSE=""
247
248 DEPEND="app-text/openjade
249 app-text/docbook2X
250 app-text/docbook-sgml
251 app-text/docbook-sgml-dtd:4.2
252 app-text/docbook-xml-dtd:4.2
253 app-text/docbook-dsssl-stylesheets
254 app-text/sgmltools-lite"
255 RDEPEND=""
256
257 src_prepare() {
258 epatch "${FILESDIR}/postgresql-${SLOT}-common.3.patch"
259 eautoconf || die "Failed to eautoconf"
260 }
261
262 src_compile() {
263 cd doc
264 emake html || die
265 }
266
267 src_install() {
268 dodir /usr/share/doc/${PF}/html
269 #tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
270 cd "${S}/doc"
271 docinto FAQ_html
272 #dodoc src/FAQ/* # no longer there?
273 docinto sgml
274 dodoc src/sgml/*.{sgml,dsl}
275 docinto sgml/ref
276 dodoc src/sgml/ref/*.sgml
277 docinto html
278 dodoc src/sgml/html/*.html
279 dodoc src/sgml/html/stylesheet.css
280 docinto
281 dodoc TODO
282
283 dodir /etc/eselect/postgresql/slots/${SLOT}
284 {
285 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
286 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
287 }
288
289
290
291 1.1 dev-db/postgresql-docs/postgresql-docs-8.4.5.ebuild
292
293 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.5.ebuild?rev=1.1&view=markup
294 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.5.ebuild?rev=1.1&content-type=text/plain
295
296 Index: postgresql-docs-8.4.5.ebuild
297 ===================================================================
298 # Copyright 1999-2010 Gentoo Foundation
299 # Distributed under the terms of the GNU General Public License v2
300 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.5.ebuild,v 1.1 2010/10/06 14:57:39 patrick Exp $
301
302 inherit versionator
303
304 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
305
306 # Nothing to test here per 232157
307 RESTRICT="test"
308
309 DESCRIPTION="PostgreSQL documentation"
310 HOMEPAGE="http://www.postgresql.org/"
311 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
312 LICENSE="POSTGRESQL"
313 SLOT="$(get_version_component_range 1-2)"
314 IUSE=""
315
316 DEPEND=""
317 RDEPEND=""
318
319 S="${WORKDIR}/postgresql-${PV}"
320
321 src_compile() {
322 :
323 }
324
325 src_install() {
326 dodir /usr/share/doc/${PF}/html
327 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
328 fowners root:0 -R /usr/share/doc/${PF}/html
329 cd "${S}/doc"
330 docinto FAQ_html
331 #dodoc src/FAQ/* # no longer there?
332 docinto sgml
333 dodoc src/sgml/*.{sgml,dsl}
334 docinto sgml/ref
335 dodoc src/sgml/ref/*.sgml
336 docinto
337 dodoc TODO
338
339 dodir /etc/eselect/postgresql/slots/${SLOT}
340 {
341 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
342 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
343 }