diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-13 21:49:48 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-13 21:49:48 +0000 |
commit | 9ffab42cc2849e5a954ff6216e393ed37b8a41e3 (patch) | |
tree | 274748a70d9decca0e7c9e0939aee768867bd9ed /dev-db | |
parent | Bad logic on BuildXprintLib. It should've been defined only when the rest of ... (diff) | |
download | gentoo-2-9ffab42cc2849e5a954ff6216e393ed37b8a41e3.tar.gz gentoo-2-9ffab42cc2849e5a954ff6216e393ed37b8a41e3.tar.bz2 gentoo-2-9ffab42cc2849e5a954ff6216e393ed37b8a41e3.zip |
Stable on hppa.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.5-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 9d83e78a3232..5f50a4029301 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.141 2004/10/13 13:21:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.142 2004/10/13 21:49:48 gmsoft Exp $ + + 13 Oct 2004; Guy Martin <gmsoft@gentoo.org> postgresql-7.3.7-r2.ebuild, + postgresql-7.4.5-r2.ebuild: + Stable on hppa. 13 Oct 2004; Akinori Hattori <hattya@gentoo.org> postgresql-7.4.5-r2.ebuild: diff --git a/dev-db/postgresql/postgresql-7.3.7-r2.ebuild b/dev-db/postgresql/postgresql-7.3.7-r2.ebuild index a0cefdb03a50..d4304e0e960f 100644 --- a/dev-db/postgresql/postgresql-7.3.7-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.3.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.7-r2.ebuild,v 1.2 2004/10/13 12:41:59 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.7-r2.ebuild,v 1.3 2004/10/13 21:49:48 gmsoft Exp $ inherit eutils gnuconfig flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~amd64 ~hppa ~ia64 ~mips" +KEYWORDS="x86 ppc ~sparc ~alpha ~amd64 hppa ~ia64 ~mips" IUSE="doc java libg++ nls pam perl python readline ssl tcltk zlib" DEPEND="virtual/libc diff --git a/dev-db/postgresql/postgresql-7.4.5-r2.ebuild b/dev-db/postgresql/postgresql-7.4.5-r2.ebuild index 873829df8bed..cbc445058835 100644 --- a/dev-db/postgresql/postgresql-7.4.5-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.4.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.5-r2.ebuild,v 1.8 2004/10/13 13:21:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.5-r2.ebuild,v 1.9 2004/10/13 21:49:48 gmsoft Exp $ inherit eutils gnuconfig flag-o-matic @@ -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" DEPEND="virtual/libc |