summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:28:06 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:28:06 +0000
commit9e1a19d9873712e10b5060cac06504e5de31e969 (patch)
tree260b7c2b57b9a81a34dd60da252924f8e2f557d2 /dev-db
parenttrim trailing whitespace (Manifest recommit) (diff)
downloadgentoo-2-9e1a19d9873712e10b5060cac06504e5de31e969.tar.gz
gentoo-2-9e1a19d9873712e10b5060cac06504e5de31e969.tar.bz2
gentoo-2-9e1a19d9873712e10b5060cac06504e5de31e969.zip
sync IUSE (+doc), glibc -> libc
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/ChangeLog7
-rw-r--r--dev-db/postgresql/postgresql-7.3.6-r1.ebuild8
-rw-r--r--dev-db/postgresql/postgresql-7.3.6.ebuild8
-rw-r--r--dev-db/postgresql/postgresql-7.4.2-r1.ebuild6
-rw-r--r--dev-db/postgresql/postgresql-7.4.2-r2.ebuild6
-rw-r--r--dev-db/postgresql/postgresql-7.4.3.ebuild6
6 files changed, 23 insertions, 18 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog
index 6c623958dd45..7b99a58615f4 100644
--- a/dev-db/postgresql/ChangeLog
+++ b/dev-db/postgresql/ChangeLog
@@ -1,6 +1,11 @@
# 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.107 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.108 2004/06/29 17:28:06 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> postgresql-7.3.6-r1.ebuild,
+ postgresql-7.3.6.ebuild, postgresql-7.4.2-r1.ebuild,
+ postgresql-7.4.2-r2.ebuild, postgresql-7.4.3.ebuild:
+ sync IUSE (+doc), glibc -> libc
*postgresql-7.4.3 (16 Jun 2004)
diff --git a/dev-db/postgresql/postgresql-7.3.6-r1.ebuild b/dev-db/postgresql/postgresql-7.3.6-r1.ebuild
index b2320f6cadcc..9141804d8975 100644
--- a/dev-db/postgresql/postgresql-7.3.6-r1.ebuild
+++ b/dev-db/postgresql/postgresql-7.3.6-r1.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.6-r1.ebuild,v 1.3 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.6-r1.ebuild,v 1.4 2004/06/29 17:28:06 agriffis Exp $
inherit flag-o-matic
@@ -15,9 +15,9 @@ 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"
-IUSE="ssl nls java python tcltk perl libg++ pam readline zlib"
+IUSE="doc java libg++ nls pam perl python readline ssl tcltk zlib"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-devel/autoconf
app-admin/sudo
>=sys-libs/ncurses-5.2
@@ -32,7 +32,7 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
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.3.6.ebuild b/dev-db/postgresql/postgresql-7.3.6.ebuild
index 63eb82a2eac8..e5027b60f431 100644
--- a/dev-db/postgresql/postgresql-7.3.6.ebuild
+++ b/dev-db/postgresql/postgresql-7.3.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.3.6.ebuild,v 1.7 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.6.ebuild,v 1.8 2004/06/29 17:28:06 agriffis Exp $
inherit flag-o-matic
@@ -15,9 +15,9 @@ 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"
-IUSE="ssl nls java python tcltk perl libg++ pam readline zlib"
+IUSE="doc java libg++ nls pam perl python readline ssl tcltk zlib"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-devel/autoconf
app-admin/sudo
>=sys-libs/ncurses-5.2
@@ -32,7 +32,7 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
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.2-r1.ebuild b/dev-db/postgresql/postgresql-7.4.2-r1.ebuild
index 49b846d56085..e3f2b1a6bc50 100644
--- a/dev-db/postgresql/postgresql-7.4.2-r1.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.2-r1.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.2-r1.ebuild,v 1.7 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.2-r1.ebuild,v 1.8 2004/06/29 17:28:06 agriffis Exp $
inherit eutils gnuconfig flag-o-matic
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64 hppa ia64 mips"
IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-devel/autoconf
app-admin/sudo
>=sys-libs/ncurses-5.2
@@ -36,7 +36,7 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
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.2-r2.ebuild b/dev-db/postgresql/postgresql-7.4.2-r2.ebuild
index ad501519e476..78fb321865a7 100644
--- a/dev-db/postgresql/postgresql-7.4.2-r2.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.2-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.2-r2.ebuild,v 1.13 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.2-r2.ebuild,v 1.14 2004/06/29 17:28:06 agriffis Exp $
inherit eutils gnuconfig flag-o-matic
@@ -18,7 +18,7 @@ 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"
RESTRICT="nomirror"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-devel/autoconf
>=sys-libs/ncurses-5.2
>=sys-devel/bison-1.875
@@ -33,7 +33,7 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
app-admin/sudo
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )
diff --git a/dev-db/postgresql/postgresql-7.4.3.ebuild b/dev-db/postgresql/postgresql-7.4.3.ebuild
index f132650f6f02..f3607c796274 100644
--- a/dev-db/postgresql/postgresql-7.4.3.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.3.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.3.ebuild,v 1.2 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.3.ebuild,v 1.3 2004/06/29 17:28:06 agriffis Exp $
inherit eutils gnuconfig flag-o-matic
@@ -18,7 +18,7 @@ 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"
RESTRICT="nomirror"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-devel/autoconf
>=sys-libs/ncurses-5.2
>=sys-devel/bison-1.875
@@ -33,7 +33,7 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
# java dep workaround for portage bug
# x86? ( java? ( =dev-java/sun-jdk-1.3* >=dev-java/ant-1.3 ) )
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
app-admin/sudo
zlib? ( >=sys-libs/zlib-1.1.3 )
tcltk? ( >=dev-lang/tcl-8 )