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