diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-31 20:21:09 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-31 20:21:09 +0000 |
commit | 484178e3e4231f79b6355e039af515036cb58257 (patch) | |
tree | 1b3f94863800608edbe6cae36c940692d1760916 /dev-db/postgresql | |
parent | Stable on ppc64; bug #134168 (diff) | |
download | gentoo-2-484178e3e4231f79b6355e039af515036cb58257.tar.gz gentoo-2-484178e3e4231f79b6355e039af515036cb58257.tar.bz2 gentoo-2-484178e3e4231f79b6355e039af515036cb58257.zip |
Stable on ppc64; bug #134168
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.13.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index af7a72b1f60e..b27d9a40367b 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.269 2006/05/31 17:41:47 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.270 2006/05/31 20:21:09 corsair Exp $ + + 31 May 2006; Markus Rothe <corsair@gentoo.org> postgresql-7.4.13.ebuild, + postgresql-8.0.8.ebuild: + Stable on ppc64; bug #134168 31 May 2006; Konstantin Arkhipov <voxus@gentoo.org> +postgresql-8.1.4.ebuild, +postgresql-8.0.8.ebuild, +postgresql-7.4.13.ebuild, diff --git a/dev-db/postgresql/postgresql-7.4.13.ebuild b/dev-db/postgresql/postgresql-7.4.13.ebuild index b3af3b37ddb7..b8d5e437be5e 100644 --- a/dev-db/postgresql/postgresql-7.4.13.ebuild +++ b/dev-db/postgresql/postgresql-7.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.13.ebuild,v 1.1 2006/05/31 17:41:47 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.13.ebuild,v 1.2 2006/05/31 20:21:09 corsair 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="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" 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.8.ebuild b/dev-db/postgresql/postgresql-8.0.8.ebuild index b5a5b2cfecf2..16a78d7a509f 100644 --- a/dev-db/postgresql/postgresql-8.0.8.ebuild +++ b/dev-db/postgresql/postgresql-8.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.1 2006/05/31 17:41:47 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.2 2006/05/31 20:21:09 corsair 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="~alpha ~amd64 ~arm ~hppa ia64 mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |