diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-20 00:05:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-20 00:05:15 +0000 |
commit | 4c0bcb2be2ce270dfeb8f46456ad7f0db3e3cc49 (patch) | |
tree | 4ed3faa9f33b683ea2ebd298ae3c0b67da50a342 /dev-db | |
parent | Version bump, new ebuild by Fernando Serboncini <fserb@terra.com.br> (Manifes... (diff) | |
download | gentoo-2-4c0bcb2be2ce270dfeb8f46456ad7f0db3e3cc49.tar.gz gentoo-2-4c0bcb2be2ce270dfeb8f46456ad7f0db3e3cc49.tar.bz2 gentoo-2-4c0bcb2be2ce270dfeb8f46456ad7f0db3e3cc49.zip |
Stable on alpha.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.6.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pygresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pygresql/pygresql-3.5.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 0fd37e04d3dd..3a9590b2ee74 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.158 2004/12/16 09:31:28 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.159 2004/12/20 00:04:15 kloeri Exp $ + + 20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> + postgresql-7.4.6.ebuild: + Stable on alpha. 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> postgresql-7.4.6.ebuild: Stable on amd64. diff --git a/dev-db/postgresql/postgresql-7.4.6.ebuild b/dev-db/postgresql/postgresql-7.4.6.ebuild index d542f4796b15..b0cc7cb9d278 100644 --- a/dev-db/postgresql/postgresql-7.4.6.ebuild +++ b/dev-db/postgresql/postgresql-7.4.6.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.6.ebuild,v 1.5 2004/12/16 09:31:28 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.6.ebuild,v 1.6 2004/12/20 00:04:15 kloeri Exp $ inherit eutils gnuconfig flag-o-matic java-pkg @@ -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" DEPEND="virtual/libc diff --git a/dev-db/pygresql/ChangeLog b/dev-db/pygresql/ChangeLog index 8abfa64d569f..2c718623e3af 100644 --- a/dev-db/pygresql/ChangeLog +++ b/dev-db/pygresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pygresql # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.9 2004/12/18 15:39:22 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.10 2004/12/20 00:05:15 kloeri Exp $ + + 20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> pygresql-3.5.ebuild: + Stable on alpha. 18 Dec 2004; Dylan Carlson <absinthe@gentoo.org> pygresql-3.5.ebuild: Stable on amd64. diff --git a/dev-db/pygresql/pygresql-3.5.ebuild b/dev-db/pygresql/pygresql-3.5.ebuild index 66ec8a2cb622..45280b66f5fa 100644 --- a/dev-db/pygresql/pygresql-3.5.ebuild +++ b/dev-db/pygresql/pygresql-3.5.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/pygresql/pygresql-3.5.ebuild,v 1.3 2004/12/18 15:39:22 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.4 2004/12/20 00:05:15 kloeri Exp $ inherit eutils distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.druid.net/pygresql/" LICENSE="as-is" DEPEND=">=dev-db/postgresql-7.3 dev-lang/python" -KEYWORDS="x86 ~ppc ~sparc ~alpha amd64 ~hppa ~ia64 ~mips" +KEYWORDS="x86 ~ppc ~sparc alpha amd64 ~hppa ~ia64 ~mips" IUSE="" SLOT="0" |