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.18.ebuild ChangeLog postgresql-docs-8.2.14.ebuild
Date: Wed, 09 Sep 2009 22:34:31
Message-Id: E1MlVjy-0001fu-0W@stork.gentoo.org
1 patrick 09/09/09 22:34:14
2
3 Modified: ChangeLog
4 Added: postgresql-docs-8.1.18.ebuild
5 postgresql-docs-8.2.14.ebuild
6 Log:
7 Bump to 8.1.18 and 8.2.14
8 (Portage version: 2.2_rc40/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-db/postgresql-docs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 9 Sep 2009 22:11:52 -0000 1.16
24 +++ ChangeLog 9 Sep 2009 22:34:13 -0000 1.17
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-db/postgresql-docs
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.16 2009/09/09 22:11:52 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.17 2009/09/09 22:34:13 patrick Exp $
30 +
31 +*postgresql-docs-8.2.14 (09 Sep 2009)
32 +*postgresql-docs-8.1.18 (09 Sep 2009)
33 +
34 + 09 Sep 2009; Patrick Lauer <patrick@g.o>
35 + +postgresql-docs-8.1.18.ebuild, +postgresql-docs-8.2.14.ebuild:
36 + Bump to 8.1.18 and 8.2.14
37
38 *postgresql-docs-8.4.1 (09 Sep 2009)
39 *postgresql-docs-8.3.8 (09 Sep 2009)
40
41
42
43 1.1 dev-db/postgresql-docs/postgresql-docs-8.1.18.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.18.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.18.ebuild?rev=1.1&content-type=text/plain
47
48 Index: postgresql-docs-8.1.18.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.1.18.ebuild,v 1.1 2009/09/09 22:34:13 patrick Exp $
53
54 inherit versionator
55
56 KEYWORDS="~amd64 ~x86"
57
58 DESCRIPTION="PostgreSQL documentation"
59 HOMEPAGE="http://www.postgresql.org/"
60 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
61 LICENSE="POSTGRESQL"
62 SLOT="$(get_version_component_range 1-2)"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND=""
67 RESTRICT="test"
68
69 S="${WORKDIR}/postgresql-${PV}"
70
71 src_compile() {
72 :
73 }
74
75 src_install() {
76 dodir /usr/share/doc/${PF}/html
77 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
78 cd "${S}/doc"
79 docinto FAQ_html
80 dodoc src/FAQ/*
81 docinto sgml
82 dodoc src/sgml/*.{sgml,dsl}
83 docinto sgml/ref
84 dodoc src/sgml/ref/*.sgml
85 docinto TODO.detail
86 dodoc TODO.detail/*
87
88 dodir /etc/eselect/postgresql/slots/${SLOT}
89 {
90 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
91 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
92 }
93
94
95
96 1.1 dev-db/postgresql-docs/postgresql-docs-8.2.14.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.14.ebuild?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.14.ebuild?rev=1.1&content-type=text/plain
100
101 Index: postgresql-docs-8.2.14.ebuild
102 ===================================================================
103 # Copyright 1999-2009 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.2.14.ebuild,v 1.1 2009/09/09 22:34:13 patrick Exp $
106
107 inherit versionator
108
109 KEYWORDS="~amd64 ~x86"
110
111 DESCRIPTION="PostgreSQL documentation"
112 HOMEPAGE="http://www.postgresql.org/"
113 SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
114 LICENSE="POSTGRESQL"
115 SLOT="$(get_version_component_range 1-2)"
116 IUSE=""
117
118 DEPEND=""
119 RDEPEND=""
120 RESTRICT="test"
121
122 S="${WORKDIR}/postgresql-${PV}"
123
124 src_compile() {
125 :
126 }
127
128 src_install() {
129 dodir /usr/share/doc/${PF}/html
130 tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
131 cd "${S}/doc"
132 docinto FAQ_html
133 dodoc src/FAQ/*
134 docinto sgml
135 dodoc src/sgml/*.{sgml,dsl}
136 docinto sgml/ref
137 dodoc src/sgml/ref/*.sgml
138 docinto TODO.detail
139 dodoc TODO.detail/*
140
141 dodir /etc/eselect/postgresql/slots/${SLOT}
142 {
143 echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
144 } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
145 }