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.4.19.ebuild postgresql-docs-9.1.11.ebuild postgresql-docs-9.2.6.ebuild postgresql-docs-9.3.2.ebuild postgresql-docs-9.0.15.ebuild ChangeLog
Date: Fri, 06 Dec 2013 07:41:29
Message-Id: 20131206074120.56BD42004B@flycatcher.gentoo.org
1 patrick 13/12/06 07:41:20
2
3 Modified: ChangeLog
4 Added: postgresql-docs-8.4.19.ebuild
5 postgresql-docs-9.1.11.ebuild
6 postgresql-docs-9.2.6.ebuild
7 postgresql-docs-9.3.2.ebuild
8 postgresql-docs-9.0.15.ebuild
9 Log:
10 Bump
11
12 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
13
14 Revision Changes Path
15 1.214 dev-db/postgresql-docs/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.214&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.214&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.213&r2=1.214
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
24 retrieving revision 1.213
25 retrieving revision 1.214
26 diff -u -r1.213 -r1.214
27 --- ChangeLog 11 Oct 2013 08:58:21 -0000 1.213
28 +++ ChangeLog 6 Dec 2013 07:41:20 -0000 1.214
29 @@ -1,6 +1,18 @@
30 # ChangeLog for dev-db/postgresql-docs
31 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.213 2013/10/11 08:58:21 patrick Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.214 2013/12/06 07:41:20 patrick Exp $
34 +
35 +*postgresql-docs-9.0.15 (06 Dec 2013)
36 +*postgresql-docs-9.1.11 (06 Dec 2013)
37 +*postgresql-docs-9.3.2 (06 Dec 2013)
38 +*postgresql-docs-8.4.19 (06 Dec 2013)
39 +*postgresql-docs-9.2.6 (06 Dec 2013)
40 +
41 + 06 Dec 2013; Patrick Lauer <patrick@g.o>
42 + +postgresql-docs-8.4.19.ebuild, +postgresql-docs-9.0.15.ebuild,
43 + +postgresql-docs-9.1.11.ebuild, +postgresql-docs-9.2.6.ebuild,
44 + +postgresql-docs-9.3.2.ebuild:
45 + Bump
46
47 *postgresql-docs-9.1.10 (11 Oct 2013)
48 *postgresql-docs-9.0.14 (11 Oct 2013)
49
50
51
52 1.1 dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild?rev=1.1&content-type=text/plain
56
57 Index: postgresql-docs-8.4.19.ebuild
58 ===================================================================
59 # Copyright 1999-2013 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.4.19.ebuild,v 1.1 2013/12/06 07:41:20 patrick Exp $
62
63 EAPI="4"
64
65 inherit versionator
66
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
68
69 RESTRICT="test"
70
71 DESCRIPTION="PostgreSQL documentation"
72 HOMEPAGE="http://www.postgresql.org/"
73 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
74 LICENSE="POSTGRESQL"
75
76 S=${WORKDIR}/postgresql-${PV}
77 SLOT="$(get_version_component_range 1-2)"
78
79 IUSE=""
80
81 DEPEND=""
82 RDEPEND=""
83
84 src_unpack() {
85 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
86 }
87
88 src_install() {
89 # Don't use ${PF} here as three packages
90 # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
91 local mypath=/usr/share/doc/postgresql-${SLOT}
92
93 cd "${S}/doc"
94
95 dodir ${mypath}/html
96 tar -zxf "postgres.tar.gz" -C "${ED}${mypath}/html" || die
97
98 insinto ${mypath}/sgml
99 doins src/sgml/*.{sgml,dsl}
100
101 insinto ${mypath}/sgml/ref
102 doins src/sgml/ref/*.sgml
103
104 fowners root:0 -R ${mypath}
105
106 dodir /etc/eselect/postgresql/slots/${SLOT}
107 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
108 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
109 }
110
111
112
113 1.1 dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild?rev=1.1&content-type=text/plain
117
118 Index: postgresql-docs-9.1.11.ebuild
119 ===================================================================
120 # Copyright 1999-2013 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild,v 1.1 2013/12/06 07:41:20 patrick Exp $
123
124 EAPI="4"
125
126 inherit versionator
127
128 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
129
130 RESTRICT="test"
131
132 SLOT="$(get_version_component_range 1-2)"
133 S="${WORKDIR}/postgresql-${PV}"
134
135 DESCRIPTION="PostgreSQL documentation"
136 HOMEPAGE="http://www.postgresql.org/"
137 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
138 LICENSE="POSTGRESQL"
139
140 IUSE=""
141
142 DEPEND=""
143 RDEPEND=""
144
145 src_unpack() {
146 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
147 }
148
149 src_install() {
150 # Don't use ${PF} here as three packages
151 # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
152 local mypath=/usr/share/doc/postgresql-${SLOT}
153
154 cd "${S}/doc"
155
156 insinto ${mypath}/html
157 doins src/sgml/html/*
158
159 insinto ${mypath}/sgml
160 doins src/sgml/*.{sgml,dsl}
161
162 insinto ${mypath}/sgml/ref
163 doins src/sgml/ref/*.sgml
164
165 fowners root:0 -R ${mypath}
166
167 dodir /etc/eselect/postgresql/slots/${SLOT}
168 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
169 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
170 }
171
172
173
174 1.1 dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild
175
176 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild?rev=1.1&view=markup
177 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild?rev=1.1&content-type=text/plain
178
179 Index: postgresql-docs-9.2.6.ebuild
180 ===================================================================
181 # Copyright 1999-2013 Gentoo Foundation
182 # Distributed under the terms of the GNU General Public License v2
183 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild,v 1.1 2013/12/06 07:41:20 patrick Exp $
184
185 EAPI="4"
186
187 inherit versionator
188
189 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
190
191 RESTRICT="test"
192
193 DESCRIPTION="PostgreSQL documentation"
194 HOMEPAGE="http://www.postgresql.org/"
195 LICENSE="POSTGRESQL"
196
197 SLOT="$(get_version_component_range 1-2)"
198
199 # Comment the following four lines when not a beta or rc.
200 #MY_PV="${PV//_}"
201 #MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
202 #S="${WORKDIR}/postgresql-${MY_FILE_PV}"
203 #SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
204
205 # Comment the following two lines when a beta or rc.
206 S="${WORKDIR}/postgresql-${PV}"
207 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
208
209 IUSE=""
210
211 DEPEND=""
212 RDEPEND=""
213
214 src_unpack() {
215 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
216 }
217
218 src_install() {
219 # Don't use ${PF} here as three packages
220 # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
221 local mypath=/usr/share/doc/postgresql-${SLOT}
222
223 cd "${S}/doc"
224
225 insinto ${mypath}/html
226 doins src/sgml/html/*
227
228 insinto ${mypath}/sgml
229 doins src/sgml/*.{sgml,dsl}
230
231 insinto ${mypath}/sgml/ref
232 doins src/sgml/ref/*.sgml
233
234 fowners root:0 -R ${mypath}
235
236 dodir /etc/eselect/postgresql/slots/${SLOT}
237 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
238 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
239 }
240
241
242
243 1.1 dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild
244
245 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild?rev=1.1&view=markup
246 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild?rev=1.1&content-type=text/plain
247
248 Index: postgresql-docs-9.3.2.ebuild
249 ===================================================================
250 # Copyright 1999-2013 Gentoo Foundation
251 # Distributed under the terms of the GNU General Public License v2
252 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild,v 1.1 2013/12/06 07:41:20 patrick Exp $
253
254 EAPI="4"
255
256 inherit versionator
257
258 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
259
260 RESTRICT="test"
261
262 DESCRIPTION="PostgreSQL documentation"
263 HOMEPAGE="http://www.postgresql.org/"
264 LICENSE="POSTGRESQL"
265
266 SLOT="$(get_version_component_range 1-2)"
267
268 # Comment the following four lines when not a beta or rc.
269 #MY_PV="${PV//_}"
270 #MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
271 #S="${WORKDIR}/postgresql-${MY_FILE_PV}"
272 #SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
273
274 # Comment the following two lines when a beta or rc.
275 S="${WORKDIR}/postgresql-${PV}"
276 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
277
278 IUSE=""
279
280 DEPEND=""
281 RDEPEND=""
282
283 src_unpack() {
284 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
285 }
286
287 src_install() {
288 # Don't use ${PF} here as three packages
289 # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
290 local mypath=/usr/share/doc/postgresql-${SLOT}
291
292 cd "${S}/doc"
293
294 insinto ${mypath}/html
295 doins src/sgml/html/*
296
297 insinto ${mypath}/sgml
298 doins src/sgml/*.{sgml,dsl}
299
300 insinto ${mypath}/sgml/ref
301 doins src/sgml/ref/*.sgml
302
303 fowners root:0 -R ${mypath}
304
305 dodir /etc/eselect/postgresql/slots/${SLOT}
306 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
307 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
308 }
309
310
311
312 1.1 dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild
313
314 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild?rev=1.1&view=markup
315 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild?rev=1.1&content-type=text/plain
316
317 Index: postgresql-docs-9.0.15.ebuild
318 ===================================================================
319 # Copyright 1999-2013 Gentoo Foundation
320 # Distributed under the terms of the GNU General Public License v2
321 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild,v 1.1 2013/12/06 07:41:20 patrick Exp $
322
323 EAPI="4"
324
325 inherit versionator
326
327 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
328
329 RESTRICT="test"
330
331 DESCRIPTION="PostgreSQL documentation"
332 HOMEPAGE="http://www.postgresql.org/"
333 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
334 LICENSE="POSTGRESQL"
335
336 S=${WORKDIR}/postgresql-${PV}
337 SLOT="$(get_version_component_range 1-2)"
338
339 IUSE=""
340
341 DEPEND=""
342 RDEPEND=""
343
344 src_unpack() {
345 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
346 }
347
348 src_install() {
349 # Don't use ${PF} here as three packages
350 # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
351 local mypath=/usr/share/doc/postgresql-${SLOT}
352
353 cd "${S}/doc"
354
355 insinto ${mypath}/html
356 doins src/sgml/html/*
357
358 insinto ${mypath}/sgml
359 doins src/sgml/*.{sgml,dsl}
360
361 insinto ${mypath}/sgml/ref
362 doins src/sgml/ref/*.sgml
363
364 fowners root:0 -R ${mypath}
365
366 dodir /etc/eselect/postgresql/slots/${SLOT}
367 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
368 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
369 }