diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-07 12:57:11 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-07 12:57:11 +0000 |
commit | f00a73bcd2107e174a15dddb31a73052c105af90 (patch) | |
tree | 56a5fbb5faacfb106a51e31533eea606e6a6fe1b /dev-db | |
parent | stable on amd64 wrt #91231 (diff) | |
download | gentoo-2-f00a73bcd2107e174a15dddb31a73052c105af90.tar.gz gentoo-2-f00a73bcd2107e174a15dddb31a73052c105af90.tar.bz2 gentoo-2-f00a73bcd2107e174a15dddb31a73052c105af90.zip |
Stable hppa.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.1-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index da0376f9dd06..11d99394f1ea 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.207 2005/05/07 12:51:59 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.208 2005/05/07 12:57:11 hansmi Exp $ + + 07 May 2005; Michael Hanselmann <hansmi@gentoo.org> + postgresql-7.4.7-r2.ebuild, postgresql-8.0.1-r3.ebuild: + Stable on hppa. 07 May 2005; Konstantin Arkhipov <voxus@gentoo.org> postgresql-8.0.1-r3.ebuild, postgresql-7.4.7-r2.ebuild: diff --git a/dev-db/postgresql/postgresql-7.4.7-r2.ebuild b/dev-db/postgresql/postgresql-7.4.7-r2.ebuild index 7f577c871dc5..a1adf412a3e9 100644 --- a/dev-db/postgresql/postgresql-7.4.7-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.4.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.7-r2.ebuild,v 1.3 2005/05/07 12:51:59 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.7-r2.ebuild,v 1.4 2005/05/07 12:57:11 hansmi Exp $ inherit eutils gnuconfig flag-o-matic java-pkg multilib toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~s390 ~ppc64" +KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~arm hppa amd64 ~ia64 ~s390 ~ppc64" IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime threads xml2 selinux" DEPEND="virtual/libc diff --git a/dev-db/postgresql/postgresql-8.0.1-r3.ebuild b/dev-db/postgresql/postgresql-8.0.1-r3.ebuild index f792b27a0e91..6c6a19bc3a6b 100644 --- a/dev-db/postgresql/postgresql-8.0.1-r3.ebuild +++ b/dev-db/postgresql/postgresql-8.0.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r3.ebuild,v 1.4 2005/05/07 12:51:59 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r3.ebuild,v 1.5 2005/05/07 12:57:11 hansmi Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${MY_PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~x86 ppc sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~s390 ~ppc64" +KEYWORDS="~x86 ppc sparc ~mips ~alpha ~arm hppa amd64 ~ia64 ~s390 ~ppc64" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |