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