diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:21:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:21:51 +0000 |
commit | d8041796b80c6f1f49af277eaa63583206566fad (patch) | |
tree | 2b3daef627d09739b8f95019d412598e1a027e49 /gnome-extra | |
parent | Remove rb_libtorrent-0.15.0 masking (diff) | |
download | gentoo-2-d8041796b80c6f1f49af277eaa63583206566fad.tar.gz gentoo-2-d8041796b80c6f1f49af277eaa63583206566fad.tar.bz2 gentoo-2-d8041796b80c6f1f49af277eaa63583206566fad.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.2.4.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-3.0.4.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.1.4.ebuild | 4 |
6 files changed, 18 insertions, 13 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 1d32c4ecb3b9..fedd220a2738 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/libgda # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.139 2010/05/29 17:47:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.140 2010/06/17 20:21:51 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> libgda-1.2.4.ebuild, + libgda-3.0.4.ebuild, libgda-4.1.0.ebuild, libgda-4.1.4.ebuild, + libgda-4.1.4-r1.ebuild: + Migrating away from deprecated postgres virtuals 29 May 2010; Raúl Porcel <armin76@gentoo.org> libgda-4.1.4.ebuild, libgda-4.1.4-r1.ebuild: diff --git a/gnome-extra/libgda/libgda-1.2.4.ebuild b/gnome-extra/libgda/libgda-1.2.4.ebuild index c2715665963d..4c5cf7110958 100644 --- a/gnome-extra/libgda/libgda-1.2.4.ebuild +++ b/gnome-extra/libgda/libgda-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/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.13 2008/05/19 19:57:54 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.14 2010/06/17 20:21:51 patrick Exp $ WANT_AUTOMAKE="1.9" WANT_AUTOCONF="2.5" @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2 berkdb? ( sys-libs/db ) odbc? ( >=dev-db/unixODBC-2.0.6 ) mysql? ( virtual/mysql ) - postgres? ( >=virtual/postgresql-base-7.2.1 ) + postgres? ( dev-db/postgresql-base ) freetds? ( >=dev-db/freetds-0.62 ) xbase? ( dev-db/xbase ) sqlite3? ( >=dev-db/sqlite-3 ) diff --git a/gnome-extra/libgda/libgda-3.0.4.ebuild b/gnome-extra/libgda/libgda-3.0.4.ebuild index 96f971a130cc..59aadc560040 100644 --- a/gnome-extra/libgda/libgda-3.0.4.ebuild +++ b/gnome-extra/libgda/libgda-3.0.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/gnome-extra/libgda/libgda-3.0.4.ebuild,v 1.9 2009/05/31 21:14:23 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-3.0.4.ebuild,v 1.10 2010/06/17 20:21:51 patrick Exp $ # TODO: # * Verify if the parallel compilation problems persist, and if so fix them. @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.8 berkdb? ( sys-libs/db ) odbc? ( >=dev-db/unixODBC-2.0.6 ) mysql? ( virtual/mysql ) - postgres? ( >=virtual/postgresql-base-7.2.1 ) + postgres? ( dev-db/postgresql-base ) freetds? ( >=dev-db/freetds-0.62 ) !bindist? ( firebird? ( dev-db/firebird ) ) xbase? ( dev-db/xbase ) diff --git a/gnome-extra/libgda/libgda-4.1.0.ebuild b/gnome-extra/libgda/libgda-4.1.0.ebuild index 65e8e33f89ac..98a410fcb140 100644 --- a/gnome-extra/libgda/libgda-4.1.0.ebuild +++ b/gnome-extra/libgda/libgda-4.1.0.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/gnome-extra/libgda/libgda-4.1.0.ebuild,v 1.7 2010/04/04 16:27:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.1.0.ebuild,v 1.8 2010/06/17 20:21:51 patrick Exp $ EAPI="2" @@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.16 berkdb? ( sys-libs/db ) odbc? ( >=dev-db/unixODBC-2.0.6 ) mysql? ( virtual/mysql ) - postgres? ( >=virtual/postgresql-base-7.2.1 ) + postgres? ( dev-db/postgresql-base ) freetds? ( >=dev-db/freetds-0.62 ) !bindist? ( firebird? ( dev-db/firebird ) ) xbase? ( dev-db/xbase ) diff --git a/gnome-extra/libgda/libgda-4.1.4-r1.ebuild b/gnome-extra/libgda/libgda-4.1.4-r1.ebuild index 26073ea67a8b..400924753ddf 100644 --- a/gnome-extra/libgda/libgda-4.1.4-r1.ebuild +++ b/gnome-extra/libgda/libgda-4.1.4-r1.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/gnome-extra/libgda/libgda-4.1.4-r1.ebuild,v 1.2 2010/05/29 17:47:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.1.4-r1.ebuild,v 1.3 2010/06/17 20:21:51 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND=" ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( virtual/mysql ) odbc? ( >=dev-db/unixODBC-2.0.6 ) - postgres? ( >=virtual/postgresql-base-7.2.1 ) + postgres? ( dev-db/postgresql-base ) xbase? ( dev-db/xbase ) >=dev-db/sqlite-3.6.22:3" # json? ( dev-libs/json-glib ) diff --git a/gnome-extra/libgda/libgda-4.1.4.ebuild b/gnome-extra/libgda/libgda-4.1.4.ebuild index c3162ded659e..6546ac6d4dc3 100644 --- a/gnome-extra/libgda/libgda-4.1.4.ebuild +++ b/gnome-extra/libgda/libgda-4.1.4.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/gnome-extra/libgda/libgda-4.1.4.ebuild,v 1.3 2010/05/29 17:47:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.1.4.ebuild,v 1.4 2010/06/17 20:21:51 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND=" ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( virtual/mysql ) odbc? ( >=dev-db/unixODBC-2.0.6 ) - postgres? ( >=virtual/postgresql-base-7.2.1 ) + postgres? ( dev-db/postgresql-base ) xbase? ( dev-db/xbase ) >=dev-db/sqlite-3.6.22:3" # json? ( dev-libs/json-glib ) |