diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:51 +0000 |
commit | 54aa65c6d778f2e442950ceb62114b66a5a5629c (patch) | |
tree | f49dde8a1b9b6869cd613c888bdffd2a9875823b /dev-db/opendbx | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.tar.gz gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.tar.bz2 gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/opendbx')
-rw-r--r-- | dev-db/opendbx/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/opendbx/opendbx-1.2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-db/opendbx/opendbx-1.2.6.ebuild | 6 | ||||
-rw-r--r-- | dev-db/opendbx/opendbx-1.4.0.ebuild | 6 | ||||
-rw-r--r-- | dev-db/opendbx/opendbx-1.4.4.ebuild | 6 | ||||
-rw-r--r-- | dev-db/opendbx/opendbx-1.4.5.ebuild | 4 |
6 files changed, 20 insertions, 15 deletions
diff --git a/dev-db/opendbx/ChangeLog b/dev-db/opendbx/ChangeLog index e2823d2cd424..29b14ff5fce0 100644 --- a/dev-db/opendbx/ChangeLog +++ b/dev-db/opendbx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/opendbx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.28 2010/05/09 09:32:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.29 2010/06/17 20:09:51 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> opendbx-1.2.4.ebuild, + opendbx-1.2.6.ebuild, opendbx-1.4.0.ebuild, opendbx-1.4.4.ebuild, + opendbx-1.4.5.ebuild: + Migrating away from deprecated postgres virtuals *opendbx-1.4.5 (09 May 2010) diff --git a/dev-db/opendbx/opendbx-1.2.4.ebuild b/dev-db/opendbx/opendbx-1.2.4.ebuild index f39523d3e844..fc217c7acd22 100644 --- a/dev-db/opendbx/opendbx-1.2.4.ebuild +++ b/dev-db/opendbx/opendbx-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.4.ebuild,v 1.4 2008/07/16 09:43:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.4.ebuild,v 1.5 2010/06/17 20:09:51 patrick Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="bindist firebird mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) diff --git a/dev-db/opendbx/opendbx-1.2.6.ebuild b/dev-db/opendbx/opendbx-1.2.6.ebuild index f19c7cf93393..b38be435f508 100644 --- a/dev-db/opendbx/opendbx-1.2.6.ebuild +++ b/dev-db/opendbx/opendbx-1.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.6.ebuild,v 1.3 2008/07/16 09:43:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.6.ebuild,v 1.4 2010/06/17 20:09:51 patrick Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) diff --git a/dev-db/opendbx/opendbx-1.4.0.ebuild b/dev-db/opendbx/opendbx-1.4.0.ebuild index c2f62d4fe49f..ac508492c821 100644 --- a/dev-db/opendbx/opendbx-1.4.0.ebuild +++ b/dev-db/opendbx/opendbx-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.0.ebuild,v 1.2 2009/11/14 10:47:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.0.ebuild,v 1.3 2010/06/17 20:09:51 patrick Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) diff --git a/dev-db/opendbx/opendbx-1.4.4.ebuild b/dev-db/opendbx/opendbx-1.4.4.ebuild index 995d4e259e68..7c5d4aa67e95 100644 --- a/dev-db/opendbx/opendbx-1.4.4.ebuild +++ b/dev-db/opendbx/opendbx-1.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.4.ebuild,v 1.1 2009/11/14 10:47:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.4.ebuild,v 1.2 2010/06/17 20:09:51 patrick Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) diff --git a/dev-db/opendbx/opendbx-1.4.5.ebuild b/dev-db/opendbx/opendbx-1.4.5.ebuild index b94f3e7b2951..280a247a5440 100644 --- a/dev-db/opendbx/opendbx-1.4.5.ebuild +++ b/dev-db/opendbx/opendbx-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.1 2010/05/09 09:32:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.2 2010/06/17 20:09:51 patrick Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) |