summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-07-29 16:28:55 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-07-29 16:28:55 +0000
commit6dcd60bdb25a8c1b541f70e67264e253557dd2cf (patch)
treec1b1b387fc8411b60c1aee2706244740f0d459e6 /dev-db/postgresql
parentFixed hppa no pie patch path. (diff)
downloadgentoo-2-6dcd60bdb25a8c1b541f70e67264e253557dd2cf.tar.gz
gentoo-2-6dcd60bdb25a8c1b541f70e67264e253557dd2cf.tar.bz2
gentoo-2-6dcd60bdb25a8c1b541f70e67264e253557dd2cf.zip
fixed bug. (#100631)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r--dev-db/postgresql/ChangeLog7
-rw-r--r--dev-db/postgresql/postgresql-7.3.10.ebuild6
-rw-r--r--dev-db/postgresql/postgresql-7.4.8.ebuild6
-rw-r--r--dev-db/postgresql/postgresql-8.0.1-r4.ebuild6
-rw-r--r--dev-db/postgresql/postgresql-8.0.3.ebuild6
5 files changed, 18 insertions, 13 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog
index 6b2a054ceb4e..5bc927bb379d 100644
--- a/dev-db/postgresql/ChangeLog
+++ b/dev-db/postgresql/ChangeLog
@@ -1,6 +1,11 @@
# 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.231 2005/07/28 16:59:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.232 2005/07/29 16:28:55 nakano Exp $
+
+ 29 Jul 2005; Masatomo Nakano <nakano@gentoo.org> postgresql-7.3.10.ebuild,
+ postgresql-7.4.8.ebuild, postgresql-8.0.1-r4.ebuild,
+ postgresql-8.0.3.ebuild:
+ Fixed dependency bug. (#100631)
28 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> postgresql-8.0.3.ebuild:
Stable on amd64.
diff --git a/dev-db/postgresql/postgresql-7.3.10.ebuild b/dev-db/postgresql/postgresql-7.3.10.ebuild
index 3da4078cbd12..9d159b22f00e 100644
--- a/dev-db/postgresql/postgresql-7.3.10.ebuild
+++ b/dev-db/postgresql/postgresql-7.3.10.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.3.10.ebuild,v 1.2 2005/07/03 01:15:59 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.10.ebuild,v 1.3 2005/07/29 16:28:55 nakano Exp $
inherit eutils gnuconfig flag-o-matic java-pkg
@@ -17,7 +17,7 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~ia64 ~mips"
IUSE="doc java libg++ nls pam perl python readline ssl tcltk zlib threads selinux"
DEPEND="virtual/libc
- =dev-db/libpq-7.3.10
+ =dev-db/libpq-7.3.10*
sys-devel/autoconf
>=sys-libs/ncurses-5.2
zlib? ( >=sys-libs/zlib-1.1.3 )
@@ -32,7 +32,7 @@ DEPEND="virtual/libc
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
RDEPEND="virtual/libc
- =dev-db/libpq-7.3.10
+ =dev-db/libpq-7.3.10*
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=dev-lang/perl-5.6.1-r2 )
diff --git a/dev-db/postgresql/postgresql-7.4.8.ebuild b/dev-db/postgresql/postgresql-7.4.8.ebuild
index 43a4ec9166ce..a4bcf605c5d2 100644
--- a/dev-db/postgresql/postgresql-7.4.8.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.8.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.8.ebuild,v 1.2 2005/07/06 04:33:46 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.8.ebuild,v 1.3 2005/07/29 16:28:55 nakano Exp $
inherit eutils gnuconfig flag-o-matic java-pkg multilib toolchain-funcs
@@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~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
- =dev-db/libpq-7.4.8
+ =dev-db/libpq-7.4.8*
sys-devel/autoconf
>=sys-libs/ncurses-5.2
>=sys-devel/bison-1.875
@@ -35,7 +35,7 @@ DEPEND="virtual/libc
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
RDEPEND="virtual/libc
- =dev-db/libpq-7.4.8
+ =dev-db/libpq-7.4.8*
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=dev-lang/perl-5.6.1-r2 )
diff --git a/dev-db/postgresql/postgresql-8.0.1-r4.ebuild b/dev-db/postgresql/postgresql-8.0.1-r4.ebuild
index 188bb2ffd527..3dddfd20056e 100644
--- a/dev-db/postgresql/postgresql-8.0.1-r4.ebuild
+++ b/dev-db/postgresql/postgresql-8.0.1-r4.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-r4.ebuild,v 1.10 2005/07/14 19:31:25 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r4.ebuild,v 1.11 2005/07/29 16:28:55 nakano Exp $
inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs
@@ -21,7 +21,7 @@ IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerber
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
- =dev-db/libpq-8.0.1
+ =dev-db/libpq-8.0.1*
sys-devel/autoconf
>=sys-libs/ncurses-5.2
>=sys-devel/bison-1.875
@@ -35,7 +35,7 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )
kerberos? ( virtual/krb5 )"
RDEPEND="virtual/libc
- =dev-db/libpq-8.0.1
+ =dev-db/libpq-8.0.1*
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=dev-lang/perl-5.6.1-r2 )
diff --git a/dev-db/postgresql/postgresql-8.0.3.ebuild b/dev-db/postgresql/postgresql-8.0.3.ebuild
index 17f7b48ce1cb..b9ad6c27ad2c 100644
--- a/dev-db/postgresql/postgresql-8.0.3.ebuild
+++ b/dev-db/postgresql/postgresql-8.0.3.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.3.ebuild,v 1.7 2005/07/28 16:59:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.3.ebuild,v 1.8 2005/07/29 16:28:55 nakano Exp $
inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs
@@ -21,7 +21,7 @@ IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerber
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
- =dev-db/libpq-8.0.3
+ =dev-db/libpq-8.0.3*
sys-devel/autoconf
>=sys-libs/ncurses-5.2
>=sys-devel/bison-1.875
@@ -35,7 +35,7 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )
kerberos? ( virtual/krb5 )"
RDEPEND="virtual/libc
- =dev-db/libpq-8.0.3
+ =dev-db/libpq-8.0.3*
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=dev-lang/perl-5.6.1-r2 )