summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:33:01 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:33:01 +0000
commite868b254467efe63ba8a23a0ec110107fa15e6cc (patch)
treed4573ad688e6d4c11fe488ac40c812fef70c1beb /dev-db/psqlodbc
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-e868b254467efe63ba8a23a0ec110107fa15e6cc.tar.gz
gentoo-2-e868b254467efe63ba8a23a0ec110107fa15e6cc.tar.bz2
gentoo-2-e868b254467efe63ba8a23a0ec110107fa15e6cc.zip
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db/psqlodbc')
-rw-r--r--dev-db/psqlodbc/ChangeLog7
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild6
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild6
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild4
4 files changed, 14 insertions, 9 deletions
diff --git a/dev-db/psqlodbc/ChangeLog b/dev-db/psqlodbc/ChangeLog
index eafd5f14a490..53b379206234 100644
--- a/dev-db/psqlodbc/ChangeLog
+++ b/dev-db/psqlodbc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/psqlodbc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.3 2014/05/10 13:18:50 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.4 2014/11/03 11:33:01 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ psqlodbc-09.01.0200.ebuild, psqlodbc-09.02.0100.ebuild,
+ psqlodbc-09.03.0210.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
*psqlodbc-09.03.0210 (10 May 2014)
diff --git a/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild b/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild
index 2f3a5a21885c..b6e265bbbe6b 100644
--- a/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild
+++ b/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild,v 1.1 2012/11/28 20:55:25 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild,v 1.2 2014/11/03 11:33:01 titanofold Exp $
EAPI="4"
@@ -18,7 +18,7 @@ LICENSE="LGPL-2"
KEYWORDS="~x86 ~amd64"
IUSE="doc iodbc ssl threads unicode"
-DEPEND="dev-db/postgresql-base:${PGSLOT}
+DEPEND="virtual/postgresql:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )
diff --git a/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild b/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild
index e351fb4252b5..20670fbed4e1 100644
--- a/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild
+++ b/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild,v 1.1 2013/06/08 15:53:50 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild,v 1.2 2014/11/03 11:33:01 titanofold Exp $
EAPI="4"
@@ -18,7 +18,7 @@ LICENSE="LGPL-2"
KEYWORDS="~x86 ~amd64"
IUSE="doc iodbc ssl threads unicode"
-DEPEND="dev-db/postgresql-base:${PGSLOT}
+DEPEND="virtual/postgresql:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )
diff --git a/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild b/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild
index 7170d37cc883..ad1b2bb503cd 100644
--- a/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild
+++ b/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild,v 1.1 2014/05/10 13:18:50 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild,v 1.2 2014/11/03 11:33:01 titanofold Exp $
EAPI="4"
@@ -18,7 +18,7 @@ LICENSE="LGPL-2"
KEYWORDS="~x86 ~amd64"
IUSE="doc iodbc ssl threads unicode"
-DEPEND="dev-db/postgresql-base:${PGSLOT}
+DEPEND="virtual/postgresql:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )