summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-09-10 11:30:16 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-09-10 11:30:16 +0000
commit24e7676ead0a23a953870a4f4535665109d17860 (patch)
treef238dd075a6a57dc7ea8e2fc9a28206425a9973b /dev-db/postgresql-docs
parentFix copying of internal headers to installed files. Fixes bug#434476. (diff)
downloadhistorical-24e7676ead0a23a953870a4f4535665109d17860.tar.gz
historical-24e7676ead0a23a953870a4f4535665109d17860.tar.bz2
historical-24e7676ead0a23a953870a4f4535665109d17860.zip
Bump
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'dev-db/postgresql-docs')
-rw-r--r--dev-db/postgresql-docs/ChangeLog9
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.2.0.ebuild (renamed from dev-db/postgresql-docs/postgresql-docs-9.2.0_beta1.ebuild)14
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.2.0_beta2.ebuild57
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.2.0_beta3.ebuild57
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.2.0_rc1.ebuild57
5 files changed, 15 insertions, 179 deletions
diff --git a/dev-db/postgresql-docs/ChangeLog b/dev-db/postgresql-docs/ChangeLog
index f8127bd23f93..f222a96d108f 100644
--- a/dev-db/postgresql-docs/ChangeLog
+++ b/dev-db/postgresql-docs/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/postgresql-docs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.166 2012/08/29 07:10:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.167 2012/09/10 11:30:16 patrick Exp $
+
+*postgresql-docs-9.2.0 (10 Sep 2012)
+
+ 10 Sep 2012; Patrick Lauer <patrick@gentoo.org> +postgresql-docs-9.2.0.ebuild,
+ -postgresql-docs-9.2.0_beta1.ebuild, -postgresql-docs-9.2.0_beta2.ebuild,
+ -postgresql-docs-9.2.0_beta3.ebuild, -postgresql-docs-9.2.0_rc1.ebuild:
+ Bump
*postgresql-docs-9.2.0_rc1 (29 Aug 2012)
diff --git a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta1.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.2.0.ebuild
index 2217b74c125c..196c07d5d833 100644
--- a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta1.ebuild
+++ b/dev-db/postgresql-docs/postgresql-docs-9.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.2.0_beta1.ebuild,v 1.1 2012/05/23 14:20:13 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.0.ebuild,v 1.1 2012/09/10 11:30:16 patrick Exp $
EAPI="4"
@@ -11,14 +11,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
SLOT="$(get_version_component_range 1-2)"
# Comment the following four lines when not a beta or rc.
-MY_PV="${PV//_}"
-MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
-S="${WORKDIR}/postgresql-${MY_FILE_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
+#MY_PV="${PV//_}"
+#MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
+#S="${WORKDIR}/postgresql-${MY_FILE_PV}"
+#SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
# Comment the following two lines when a beta or rc.
-#S="${WORKDIR}/postgresql-${PV}"
-# SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
+S="${WORKDIR}/postgresql-${PV}"
+SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
DESCRIPTION="PostgreSQL documentation"
diff --git a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta2.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta2.ebuild
deleted file mode 100644
index 068a3aea75ec..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 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.2.0_beta2.ebuild,v 1.1 2012/06/06 14:01:50 titanofold Exp $
-
-EAPI="4"
-
-inherit versionator
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-
-SLOT="$(get_version_component_range 1-2)"
-
-# Comment the following four lines when not a beta or rc.
-MY_PV="${PV//_}"
-MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
-S="${WORKDIR}/postgresql-${MY_FILE_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
-
-# Comment the following two lines when a beta or rc.
-#S="${WORKDIR}/postgresql-${PV}"
-# SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-
-LICENSE="POSTGRESQL"
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- dodir /usr/share/doc/${PF}/html
-
- cd "${S}/doc"
-
- 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}\"" > \
- "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
-}
diff --git a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta3.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta3.ebuild
deleted file mode 100644
index 5bd10a52e353..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.2.0_beta3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 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.2.0_beta3.ebuild,v 1.1 2012/08/17 17:25:05 titanofold Exp $
-
-EAPI="4"
-
-inherit versionator
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-
-SLOT="$(get_version_component_range 1-2)"
-
-# Comment the following four lines when not a beta or rc.
-MY_PV="${PV//_}"
-MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
-S="${WORKDIR}/postgresql-${MY_FILE_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
-
-# Comment the following two lines when a beta or rc.
-#S="${WORKDIR}/postgresql-${PV}"
-# SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-
-LICENSE="POSTGRESQL"
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- dodir /usr/share/doc/${PF}/html
-
- cd "${S}/doc"
-
- 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}\"" > \
- "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
-}
diff --git a/dev-db/postgresql-docs/postgresql-docs-9.2.0_rc1.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.2.0_rc1.ebuild
deleted file mode 100644
index 9f702a603d78..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.2.0_rc1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 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.2.0_rc1.ebuild,v 1.1 2012/08/29 07:10:23 patrick Exp $
-
-EAPI="4"
-
-inherit versionator
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-
-SLOT="$(get_version_component_range 1-2)"
-
-# Comment the following four lines when not a beta or rc.
-MY_PV="${PV//_}"
-MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
-S="${WORKDIR}/postgresql-${MY_FILE_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2"
-
-# Comment the following two lines when a beta or rc.
-#S="${WORKDIR}/postgresql-${PV}"
-# SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-
-LICENSE="POSTGRESQL"
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- dodir /usr/share/doc/${PF}/html
-
- cd "${S}/doc"
-
- 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}\"" > \
- "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
-}