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-9.1.4.ebuild postgresql-docs-8.4.12.ebuild postgresql-docs-9.0.8.ebuild postgresql-docs-8.3.19.ebuild ChangeLog
Date: Tue, 05 Jun 2012 09:14:29
Message-Id: 20120605091413.7836C2004B@flycatcher.gentoo.org
1 patrick 12/06/05 09:14:13
2
3 Modified: ChangeLog
4 Added: postgresql-docs-9.1.4.ebuild
5 postgresql-docs-8.4.12.ebuild
6 postgresql-docs-9.0.8.ebuild
7 postgresql-docs-8.3.19.ebuild
8 Log:
9 Bump for #419727
10
11 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.150 dev-db/postgresql-docs/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.150&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.150&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.149&r2=1.150
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
23 retrieving revision 1.149
24 retrieving revision 1.150
25 diff -u -r1.149 -r1.150
26 --- ChangeLog 23 May 2012 14:20:13 -0000 1.149
27 +++ ChangeLog 5 Jun 2012 09:14:13 -0000 1.150
28 @@ -1,6 +1,16 @@
29 # ChangeLog for dev-db/postgresql-docs
30 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.149 2012/05/23 14:20:13 titanofold Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.150 2012/06/05 09:14:13 patrick Exp $
33 +
34 +*postgresql-docs-9.1.4 (05 Jun 2012)
35 +*postgresql-docs-8.3.19 (05 Jun 2012)
36 +*postgresql-docs-8.4.12 (05 Jun 2012)
37 +*postgresql-docs-9.0.8 (05 Jun 2012)
38 +
39 + 05 Jun 2012; Patrick Lauer <patrick@g.o>
40 + +postgresql-docs-8.3.19.ebuild, +postgresql-docs-8.4.12.ebuild,
41 + +postgresql-docs-9.0.8.ebuild, +postgresql-docs-9.1.4.ebuild:
42 + Bump for #419727
43
44 *postgresql-docs-9.2.0_beta1 (23 May 2012)
45
46
47
48
49 1.1 dev-db/postgresql-docs/postgresql-docs-9.1.4.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.4.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.4.ebuild?rev=1.1&content-type=text/plain
53
54 Index: postgresql-docs-9.1.4.ebuild
55 ===================================================================
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.4.ebuild,v 1.1 2012/06/05 09:14:13 patrick Exp $
59
60 EAPI="4"
61
62 inherit versionator
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
65
66 SLOT="$(get_version_component_range 1-2)"
67 S="${WORKDIR}/postgresql-${PV}"
68
69 DESCRIPTION="PostgreSQL documentation"
70 HOMEPAGE="http://www.postgresql.org/"
71 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
72 LICENSE="POSTGRESQL"
73
74 IUSE=""
75
76 DEPEND=""
77 RDEPEND=""
78
79 src_unpack() {
80 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
81 }
82
83 src_install() {
84 dodir /usr/share/doc/${PF}/html
85
86 cd "${S}/doc"
87
88 docinto sgml
89 dodoc src/sgml/*.{sgml,dsl}
90
91 docinto sgml/ref
92 dodoc src/sgml/ref/*.sgml
93
94 docinto html
95 dodoc src/sgml/html/*.html
96 dodoc src/sgml/html/stylesheet.css
97
98 docinto
99 dodoc TODO
100
101 dodir /etc/eselect/postgresql/slots/${SLOT}
102 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
103 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
104 }
105
106
107
108 1.1 dev-db/postgresql-docs/postgresql-docs-8.4.12.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.12.ebuild?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.12.ebuild?rev=1.1&content-type=text/plain
112
113 Index: postgresql-docs-8.4.12.ebuild
114 ===================================================================
115 # Copyright 1999-2012 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.12.ebuild,v 1.1 2012/06/05 09:14:13 patrick Exp $
118
119 EAPI="4"
120
121 inherit versionator
122
123 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
124
125 # Nothing to test here per 232157
126 RESTRICT="test"
127
128 DESCRIPTION="PostgreSQL documentation"
129 HOMEPAGE="http://www.postgresql.org/"
130 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
131 LICENSE="POSTGRESQL"
132
133 S=${WORKDIR}/postgresql-${PV}
134 SLOT="$(get_version_component_range 1-2)"
135
136 IUSE=""
137
138 DEPEND=""
139 RDEPEND=""
140
141 src_unpack() {
142 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
143 }
144
145 src_install() {
146 cd "${S}/doc"
147
148 dodir /usr/share/doc/${PF}/html
149 tar -zxf "postgres.tar.gz" -C "${ED}/usr/share/doc/${PF}/html"
150 fowners root:0 -R /usr/share/doc/${PF}/html
151
152 docinto sgml
153 dodoc src/sgml/*.{sgml,dsl}
154 docinto sgml/ref
155 dodoc src/sgml/ref/*.sgml
156
157 docinto
158 dodoc TODO
159
160 dodir /etc/eselect/postgresql/slots/${SLOT}
161 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
162 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
163 }
164
165
166
167 1.1 dev-db/postgresql-docs/postgresql-docs-9.0.8.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.8.ebuild?rev=1.1&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.8.ebuild?rev=1.1&content-type=text/plain
171
172 Index: postgresql-docs-9.0.8.ebuild
173 ===================================================================
174 # Copyright 1999-2012 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.8.ebuild,v 1.1 2012/06/05 09:14:13 patrick Exp $
177
178 EAPI="4"
179
180 inherit versionator
181
182 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
183
184 RESTRICT="test"
185
186 DESCRIPTION="PostgreSQL documentation"
187 HOMEPAGE="http://www.postgresql.org/"
188 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
189 LICENSE="POSTGRESQL"
190
191 S=${WORKDIR}/postgresql-${PV}
192 SLOT="$(get_version_component_range 1-2)"
193
194 IUSE=""
195
196 DEPEND=""
197 RDEPEND=""
198
199 src_unpack() {
200 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
201 }
202
203 src_install() {
204 dodir /usr/share/doc/${PF}/html
205
206 cd "${S}/doc"
207
208 docinto sgml
209 dodoc src/sgml/*.{sgml,dsl}
210 docinto sgml/ref
211 dodoc src/sgml/ref/*.sgml
212
213 docinto html
214 dodoc src/sgml/html/*.html
215 dodoc src/sgml/html/stylesheet.css
216
217 docinto
218 dodoc TODO
219
220 dodir /etc/eselect/postgresql/slots/${SLOT}
221 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
222 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
223 }
224
225
226
227 1.1 dev-db/postgresql-docs/postgresql-docs-8.3.19.ebuild
228
229 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.19.ebuild?rev=1.1&view=markup
230 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.19.ebuild?rev=1.1&content-type=text/plain
231
232 Index: postgresql-docs-8.3.19.ebuild
233 ===================================================================
234 # Copyright 1999-2012 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.19.ebuild,v 1.1 2012/06/05 09:14:13 patrick Exp $
237
238 EAPI="4"
239
240 inherit versionator
241
242 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
243
244 # Nothing to test here per 232157
245 RESTRICT="test"
246
247 DESCRIPTION="PostgreSQL documentation"
248 HOMEPAGE="http://www.postgresql.org/"
249 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
250 LICENSE="POSTGRESQL"
251
252 S=${WORKDIR}/postgresql-${PV}
253 SLOT="$(get_version_component_range 1-2)"
254
255 IUSE=""
256
257 DEPEND=""
258 RDEPEND=""
259
260 src_unpack() {
261 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
262 }
263
264 src_install() {
265 cd "${S}/doc"
266
267 dodir /usr/share/doc/${PF}/html
268 tar -zxf "postgres.tar.gz" -C "${ED}/usr/share/doc/${PF}/html"
269 fowners root:0 -R /usr/share/doc/${PF}/html
270
271 docinto FAQ_html
272 dodoc src/FAQ/*
273
274 docinto sgml
275 dodoc src/sgml/*.{sgml,dsl}
276 docinto sgml/ref
277 dodoc src/sgml/ref/*.sgml
278
279 docinto TODO.detail
280 dodoc TODO.detail/*
281
282 dodir /etc/eselect/postgresql/slots/${SLOT}
283 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
284 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
285 }