Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-docs: postgresql-docs-9.1.3.ebuild postgresql-docs-8.3.18.ebuild ChangeLog postgresql-docs-9.0.7.ebuild postgresql-docs-8.4.11.ebuild
Date: Tue, 28 Feb 2012 01:48:42
Message-Id: 20120228014831.570FE2004B@flycatcher.gentoo.org
1 titanofold 12/02/28 01:48:31
2
3 Modified: ChangeLog
4 Added: postgresql-docs-9.1.3.ebuild
5 postgresql-docs-8.3.18.ebuild
6 postgresql-docs-9.0.7.ebuild
7 postgresql-docs-8.4.11.ebuild
8 Log:
9 Security bump. (Bug 406037)
10
11 (Portage version: 2.1.10.44/cvs/Linux i686)
12
13 Revision Changes Path
14 1.134 dev-db/postgresql-docs/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.134&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.134&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.133&r2=1.134
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
23 retrieving revision 1.133
24 retrieving revision 1.134
25 diff -u -r1.133 -r1.134
26 --- ChangeLog 19 Feb 2012 13:25:07 -0000 1.133
27 +++ ChangeLog 28 Feb 2012 01:48:31 -0000 1.134
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.133 2012/02/19 13:25:07 klausman Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.134 2012/02/28 01:48:31 titanofold Exp $
33 +
34 +*postgresql-docs-9.1.3 (28 Feb 2012)
35 +*postgresql-docs-9.0.7 (28 Feb 2012)
36 +*postgresql-docs-8.4.11 (28 Feb 2012)
37 +*postgresql-docs-8.3.18 (28 Feb 2012)
38 +
39 + 28 Feb 2012; Aaron W. Swenson <titanofold@g.o>
40 + +postgresql-docs-8.3.18.ebuild, +postgresql-docs-8.4.11.ebuild,
41 + +postgresql-docs-9.0.7.ebuild, +postgresql-docs-9.1.3.ebuild:
42 + Security bump. (Bug 406037)
43
44 19 Feb 2012; Tobias Klausmann <klausman@g.o>
45 postgresql-docs-9.1.2.ebuild:
46
47
48
49 1.1 dev-db/postgresql-docs/postgresql-docs-9.1.3.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.3.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.3.ebuild?rev=1.1&content-type=text/plain
53
54 Index: postgresql-docs-9.1.3.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.3.ebuild,v 1.1 2012/02/28 01:48:31 titanofold Exp $
59
60 EAPI="4"
61
62 inherit versionator
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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.3.18.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.18.ebuild?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.18.ebuild?rev=1.1&content-type=text/plain
112
113 Index: postgresql-docs-8.3.18.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.3.18.ebuild,v 1.1 2012/02/28 01:48:31 titanofold 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 FAQ_html
153 dodoc src/FAQ/*
154
155 docinto sgml
156 dodoc src/sgml/*.{sgml,dsl}
157 docinto sgml/ref
158 dodoc src/sgml/ref/*.sgml
159
160 docinto TODO.detail
161 dodoc TODO.detail/*
162
163 dodir /etc/eselect/postgresql/slots/${SLOT}
164 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
165 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
166 }
167
168
169
170 1.1 dev-db/postgresql-docs/postgresql-docs-9.0.7.ebuild
171
172 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.7.ebuild?rev=1.1&view=markup
173 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.7.ebuild?rev=1.1&content-type=text/plain
174
175 Index: postgresql-docs-9.0.7.ebuild
176 ===================================================================
177 # Copyright 1999-2012 Gentoo Foundation
178 # Distributed under the terms of the GNU General Public License v2
179 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.7.ebuild,v 1.1 2012/02/28 01:48:31 titanofold Exp $
180
181 EAPI="4"
182
183 inherit versionator
184
185 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
186
187 RESTRICT="test"
188
189 DESCRIPTION="PostgreSQL documentation"
190 HOMEPAGE="http://www.postgresql.org/"
191 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
192 LICENSE="POSTGRESQL"
193
194 S=${WORKDIR}/postgresql-${PV}
195 SLOT="$(get_version_component_range 1-2)"
196
197 IUSE=""
198
199 DEPEND=""
200 RDEPEND=""
201
202 src_unpack() {
203 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
204 }
205
206 src_install() {
207 dodir /usr/share/doc/${PF}/html
208
209 cd "${S}/doc"
210
211 docinto sgml
212 dodoc src/sgml/*.{sgml,dsl}
213 docinto sgml/ref
214 dodoc src/sgml/ref/*.sgml
215
216 docinto html
217 dodoc src/sgml/html/*.html
218 dodoc src/sgml/html/stylesheet.css
219
220 docinto
221 dodoc TODO
222
223 dodir /etc/eselect/postgresql/slots/${SLOT}
224 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
225 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
226 }
227
228
229
230 1.1 dev-db/postgresql-docs/postgresql-docs-8.4.11.ebuild
231
232 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.11.ebuild?rev=1.1&view=markup
233 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.11.ebuild?rev=1.1&content-type=text/plain
234
235 Index: postgresql-docs-8.4.11.ebuild
236 ===================================================================
237 # Copyright 1999-2012 Gentoo Foundation
238 # Distributed under the terms of the GNU General Public License v2
239 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.11.ebuild,v 1.1 2012/02/28 01:48:31 titanofold Exp $
240
241 EAPI="4"
242
243 inherit versionator
244
245 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
246
247 # Nothing to test here per 232157
248 RESTRICT="test"
249
250 DESCRIPTION="PostgreSQL documentation"
251 HOMEPAGE="http://www.postgresql.org/"
252 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
253 LICENSE="POSTGRESQL"
254
255 S=${WORKDIR}/postgresql-${PV}
256 SLOT="$(get_version_component_range 1-2)"
257
258 IUSE=""
259
260 DEPEND=""
261 RDEPEND=""
262
263 src_unpack() {
264 tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
265 }
266
267 src_install() {
268 cd "${S}/doc"
269
270 dodir /usr/share/doc/${PF}/html
271 tar -zxf "postgres.tar.gz" -C "${ED}/usr/share/doc/${PF}/html"
272 fowners root:0 -R /usr/share/doc/${PF}/html
273
274 docinto sgml
275 dodoc src/sgml/*.{sgml,dsl}
276 docinto sgml/ref
277 dodoc src/sgml/ref/*.sgml
278
279 docinto
280 dodoc TODO
281
282 dodir /etc/eselect/postgresql/slots/${SLOT}
283 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
284 "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
285 }