summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2011-01-31 17:44:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2011-01-31 17:44:22 +0000
commitbad6c194e19db48a03e503506aed79011d2b8541 (patch)
treec7d848b9a81339dc0ed168040c08ce8e0d64cb11 /dev-db
parentBump (diff)
downloadgentoo-2-bad6c194e19db48a03e503506aed79011d2b8541.tar.gz
gentoo-2-bad6c194e19db48a03e503506aed79011d2b8541.tar.bz2
gentoo-2-bad6c194e19db48a03e503506aed79011d2b8541.zip
Bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql-docs/ChangeLog12
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-8.2.20.ebuild44
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-8.3.14.ebuild47
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-8.4.7.ebuild46
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.0.3.ebuild64
5 files changed, 212 insertions, 1 deletions
diff --git a/dev-db/postgresql-docs/ChangeLog b/dev-db/postgresql-docs/ChangeLog
index 1870c2fa120f..7b46c730a449 100644
--- a/dev-db/postgresql-docs/ChangeLog
+++ b/dev-db/postgresql-docs/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for dev-db/postgresql-docs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.76 2011/01/31 16:39:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.77 2011/01/31 17:44:22 patrick Exp $
+
+*postgresql-docs-9.0.3 (31 Jan 2011)
+*postgresql-docs-8.4.7 (31 Jan 2011)
+*postgresql-docs-8.3.14 (31 Jan 2011)
+*postgresql-docs-8.2.20 (31 Jan 2011)
+
+ 31 Jan 2011; Patrick Lauer <patrick@gentoo.org>
+ +postgresql-docs-8.2.20.ebuild, +postgresql-docs-8.3.14.ebuild,
+ +postgresql-docs-8.4.7.ebuild, +postgresql-docs-9.0.3.ebuild:
+ Bump
31 Jan 2011; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-8.1.21.ebuild, -postgresql-docs-8.2.17.ebuild,
diff --git a/dev-db/postgresql-docs/postgresql-docs-8.2.20.ebuild b/dev-db/postgresql-docs/postgresql-docs-8.2.20.ebuild
new file mode 100644
index 000000000000..6340c9ce4c6c
--- /dev/null
+++ b/dev-db/postgresql-docs/postgresql-docs-8.2.20.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+inherit versionator
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+
+DESCRIPTION="PostgreSQL documentation"
+HOMEPAGE="http://www.postgresql.org/"
+SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
+LICENSE="POSTGRESQL"
+SLOT="$(get_version_component_range 1-2)"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+RESTRICT="test"
+
+S="${WORKDIR}/postgresql-${PV}"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dodir /usr/share/doc/${PF}/html
+ tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
+ fowners root:0 -R /usr/share/doc/${PF}/html
+ cd "${S}/doc"
+ docinto FAQ_html
+ dodoc src/FAQ/*
+ docinto sgml
+ dodoc src/sgml/*.{sgml,dsl}
+ docinto sgml/ref
+ dodoc src/sgml/ref/*.sgml
+ docinto TODO.detail
+ dodoc TODO.detail/*
+
+ dodir /etc/eselect/postgresql/slots/${SLOT}
+ {
+ echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
+ } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
+}
diff --git a/dev-db/postgresql-docs/postgresql-docs-8.3.14.ebuild b/dev-db/postgresql-docs/postgresql-docs-8.3.14.ebuild
new file mode 100644
index 000000000000..38cf1ae7e858
--- /dev/null
+++ b/dev-db/postgresql-docs/postgresql-docs-8.3.14.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+inherit versionator
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+
+# Nothing to test here per 232157
+RESTRICT="test"
+
+DESCRIPTION="PostgreSQL documentation"
+HOMEPAGE="http://www.postgresql.org/"
+SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
+LICENSE="POSTGRESQL"
+SLOT="$(get_version_component_range 1-2)"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+RESTRICT="test"
+
+S="${WORKDIR}/postgresql-${PV}"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dodir /usr/share/doc/${PF}/html
+ tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
+ fowners root:0 -R /usr/share/doc/${PF}/html
+ cd "${S}/doc"
+ docinto FAQ_html
+ dodoc src/FAQ/*
+ docinto sgml
+ dodoc src/sgml/*.{sgml,dsl}
+ docinto sgml/ref
+ dodoc src/sgml/ref/*.sgml
+ docinto TODO.detail
+ dodoc TODO.detail/*
+
+ dodir /etc/eselect/postgresql/slots/${SLOT}
+ {
+ echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
+ } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
+}
diff --git a/dev-db/postgresql-docs/postgresql-docs-8.4.7.ebuild b/dev-db/postgresql-docs/postgresql-docs-8.4.7.ebuild
new file mode 100644
index 000000000000..715f9d8c2098
--- /dev/null
+++ b/dev-db/postgresql-docs/postgresql-docs-8.4.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+inherit versionator
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+
+# Nothing to test here per 232157
+RESTRICT="test"
+
+DESCRIPTION="PostgreSQL documentation"
+HOMEPAGE="http://www.postgresql.org/"
+SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
+LICENSE="POSTGRESQL"
+SLOT="$(get_version_component_range 1-2)"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/postgresql-${PV}"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dodir /usr/share/doc/${PF}/html
+ tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
+ fowners root:0 -R /usr/share/doc/${PF}/html
+ cd "${S}/doc"
+ docinto FAQ_html
+ #dodoc src/FAQ/* # no longer there?
+ docinto sgml
+ dodoc src/sgml/*.{sgml,dsl}
+ docinto sgml/ref
+ dodoc src/sgml/ref/*.sgml
+ docinto
+ dodoc TODO
+
+ dodir /etc/eselect/postgresql/slots/${SLOT}
+ {
+ echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
+ } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
+}
diff --git a/dev-db/postgresql-docs/postgresql-docs-9.0.3.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.0.3.ebuild
new file mode 100644
index 000000000000..1f773380c5d6
--- /dev/null
+++ b/dev-db/postgresql-docs/postgresql-docs-9.0.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=2
+
+inherit versionator autotools
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+
+# Nothing to test here per 232157
+RESTRICT="test"
+
+DESCRIPTION="PostgreSQL documentation"
+HOMEPAGE="http://www.postgresql.org/"
+
+MY_PV=${PV/_/}
+SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
+S=${WORKDIR}/postgresql-${MY_PV}
+
+LICENSE="POSTGRESQL"
+SLOT="$(get_version_component_range 1-2)"
+IUSE=""
+
+DEPEND="app-text/openjade
+ app-text/docbook2X
+ app-text/docbook-sgml
+ app-text/docbook-sgml-dtd:4.2
+ app-text/docbook-xml-dtd:4.2
+ app-text/docbook-dsssl-stylesheets
+ app-text/sgmltools-lite"
+RDEPEND=""
+
+src_prepare() {
+ epatch "${FILESDIR}/postgresql-${SLOT}-common.3.patch"
+ eautoconf || die "Failed to eautoconf"
+}
+
+src_compile() {
+ cd doc
+ emake html || die
+}
+
+src_install() {
+ dodir /usr/share/doc/${PF}/html
+ #tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
+ cd "${S}/doc"
+ docinto FAQ_html
+ #dodoc src/FAQ/* # no longer there?
+ docinto sgml
+ dodoc src/sgml/*.{sgml,dsl}
+ docinto sgml/ref
+ dodoc src/sgml/ref/*.sgml
+ docinto html
+ dodoc src/sgml/html/*.html
+ dodoc src/sgml/html/stylesheet.css
+ docinto
+ dodoc TODO
+
+ dodir /etc/eselect/postgresql/slots/${SLOT}
+ {
+ echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
+ } >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
+}