summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-03-12 10:26:40 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-03-12 10:26:40 +0000
commitbca65d8ada8dc6081598e332f0742c02136e927c (patch)
tree08ab9b83a32fe1c379bf1dd66eb684bab9897e49 /dev-db
parentStable for sparc, wrt bug #501946 (diff)
downloadgentoo-2-bca65d8ada8dc6081598e332f0742c02136e927c.tar.gz
gentoo-2-bca65d8ada8dc6081598e332f0742c02136e927c.tar.bz2
gentoo-2-bca65d8ada8dc6081598e332f0742c02136e927c.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql-docs/ChangeLog7
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild51
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild51
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild51
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild59
-rw-r--r--dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild59
6 files changed, 6 insertions, 272 deletions
diff --git a/dev-db/postgresql-docs/ChangeLog b/dev-db/postgresql-docs/ChangeLog
index 239488b35822..55fd8529f68a 100644
--- a/dev-db/postgresql-docs/ChangeLog
+++ b/dev-db/postgresql-docs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/postgresql-docs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.234 2014/03/12 10:24:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.235 2014/03/12 10:26:40 ago Exp $
+
+ 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> -postgresql-docs-8.4.19.ebuild,
+ -postgresql-docs-9.0.15.ebuild, -postgresql-docs-9.1.11.ebuild,
+ -postgresql-docs-9.2.6.ebuild, -postgresql-docs-9.3.2.ebuild:
+ Remove old
12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-docs-8.4.20.ebuild,
postgresql-docs-9.0.16.ebuild, postgresql-docs-9.1.12.ebuild,
diff --git a/dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild b/dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild
deleted file mode 100644
index a13968318a14..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-8.4.19.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 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.19.ebuild,v 1.10 2014/01/15 10:23:54 ago Exp $
-
-EAPI="4"
-
-inherit versionator
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-
-RESTRICT="test"
-
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-LICENSE="POSTGRESQL"
-
-S=${WORKDIR}/postgresql-${PV}
-SLOT="$(get_version_component_range 1-2)"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- # Don't use ${PF} here as three packages
- # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
- local mypath=/usr/share/doc/postgresql-${SLOT}
-
- cd "${S}/doc"
-
- dodir ${mypath}/html
- tar -zxf "postgres.tar.gz" -C "${ED}${mypath}/html" || die
-
- insinto ${mypath}/sgml
- doins src/sgml/*.{sgml,dsl}
-
- insinto ${mypath}/sgml/ref
- doins src/sgml/ref/*.sgml
-
- fowners root:0 -R ${mypath}
-
- 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.0.15.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild
deleted file mode 100644
index dfcc6f6691f2..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.0.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 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.15.ebuild,v 1.10 2014/01/15 10:23:54 ago Exp $
-
-EAPI="4"
-
-inherit versionator
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-
-RESTRICT="test"
-
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-LICENSE="POSTGRESQL"
-
-S=${WORKDIR}/postgresql-${PV}
-SLOT="$(get_version_component_range 1-2)"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- # Don't use ${PF} here as three packages
- # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
- local mypath=/usr/share/doc/postgresql-${SLOT}
-
- cd "${S}/doc"
-
- insinto ${mypath}/html
- doins src/sgml/html/*
-
- insinto ${mypath}/sgml
- doins src/sgml/*.{sgml,dsl}
-
- insinto ${mypath}/sgml/ref
- doins src/sgml/ref/*.sgml
-
- fowners root:0 -R ${mypath}
-
- 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.1.11.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild
deleted file mode 100644
index 3c25d2e2cd39..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.1.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 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.1.11.ebuild,v 1.10 2014/01/15 10:23:54 ago 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"
-
-RESTRICT="test"
-
-SLOT="$(get_version_component_range 1-2)"
-S="${WORKDIR}/postgresql-${PV}"
-
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
-LICENSE="POSTGRESQL"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- # Don't use ${PF} here as three packages
- # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
- local mypath=/usr/share/doc/postgresql-${SLOT}
-
- cd "${S}/doc"
-
- insinto ${mypath}/html
- doins src/sgml/html/*
-
- insinto ${mypath}/sgml
- doins src/sgml/*.{sgml,dsl}
-
- insinto ${mypath}/sgml/ref
- doins src/sgml/ref/*.sgml
-
- fowners root:0 -R ${mypath}
-
- 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.6.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild
deleted file mode 100644
index 9308fedca4ed..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.2.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 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.6.ebuild,v 1.10 2014/01/15 10:23:54 ago 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"
-
-RESTRICT="test"
-
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-LICENSE="POSTGRESQL"
-
-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"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- # Don't use ${PF} here as three packages
- # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
- local mypath=/usr/share/doc/postgresql-${SLOT}
-
- cd "${S}/doc"
-
- insinto ${mypath}/html
- doins src/sgml/html/*
-
- insinto ${mypath}/sgml
- doins src/sgml/*.{sgml,dsl}
-
- insinto ${mypath}/sgml/ref
- doins src/sgml/ref/*.sgml
-
- fowners root:0 -R ${mypath}
-
- 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.3.2.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild
deleted file mode 100644
index ea8b5abad830..000000000000
--- a/dev-db/postgresql-docs/postgresql-docs-9.3.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 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.3.2.ebuild,v 1.10 2014/01/15 10:23:54 ago 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"
-
-RESTRICT="test"
-
-DESCRIPTION="PostgreSQL documentation"
-HOMEPAGE="http://www.postgresql.org/"
-LICENSE="POSTGRESQL"
-
-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"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
-}
-
-src_install() {
- # Don't use ${PF} here as three packages
- # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
- local mypath=/usr/share/doc/postgresql-${SLOT}
-
- cd "${S}/doc"
-
- insinto ${mypath}/html
- doins src/sgml/html/*
-
- insinto ${mypath}/sgml
- doins src/sgml/*.{sgml,dsl}
-
- insinto ${mypath}/sgml/ref
- doins src/sgml/ref/*.sgml
-
- fowners root:0 -R ${mypath}
-
- dodir /etc/eselect/postgresql/slots/${SLOT}
- echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
- "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
-}