diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:23:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:23:01 +0000 |
commit | 2b475d33c8d77a0842ca5fc2d6ee3fc4776235fb (patch) | |
tree | c9a18e9fdc9d3a492f59022f39acb267e0d4ce2a /dev-libs | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-2b475d33c8d77a0842ca5fc2d6ee3fc4776235fb.tar.gz gentoo-2-2b475d33c8d77a0842ca5fc2d6ee3fc4776235fb.tar.bz2 gentoo-2-2b475d33c8d77a0842ca5fc2d6ee3fc4776235fb.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpqxx/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libpqxx/libpqxx-2.6.8.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libpqxx/libpqxx-2.6.9.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libpqxx/libpqxx-3.0.2.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-libs/libpqxx/ChangeLog b/dev-libs/libpqxx/ChangeLog index 7cc21c7c6ccb..7a0a9d151b2f 100644 --- a/dev-libs/libpqxx/ChangeLog +++ b/dev-libs/libpqxx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libpqxx -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.63 2009/09/10 13:10:42 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.64 2010/06/17 18:23:01 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> libpqxx-2.6.8.ebuild, + libpqxx-2.6.9.ebuild, libpqxx-3.0.2.ebuild: + Migrating away from deprecated postgres virtuals *libpqxx-3.0.2 (10 Sep 2009) diff --git a/dev-libs/libpqxx/libpqxx-2.6.8.ebuild b/dev-libs/libpqxx/libpqxx-2.6.8.ebuild index 91c6aa94250c..a8f853f86e2b 100644 --- a/dev-libs/libpqxx/libpqxx-2.6.8.ebuild +++ b/dev-libs/libpqxx/libpqxx-2.6.8.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-libs/libpqxx/libpqxx-2.6.8.ebuild,v 1.11 2008/05/19 19:39:38 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.6.8.ebuild,v 1.12 2010/06/17 18:23:01 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="virtual/postgresql-base" +DEPEND="dev-db/postgresql-base" RDEPEND="${DEPEND}" src_unpack() { diff --git a/dev-libs/libpqxx/libpqxx-2.6.9.ebuild b/dev-libs/libpqxx/libpqxx-2.6.9.ebuild index 28889a9a864e..ef32122e1c05 100644 --- a/dev-libs/libpqxx/libpqxx-2.6.9.ebuild +++ b/dev-libs/libpqxx/libpqxx-2.6.9.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-libs/libpqxx/libpqxx-2.6.9.ebuild,v 1.19 2009/07/19 11:55:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.6.9.ebuild,v 1.20 2010/06/17 18:23:01 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="virtual/postgresql-base" +DEPEND="dev-db/postgresql-base" RDEPEND="${DEPEND}" src_unpack() { diff --git a/dev-libs/libpqxx/libpqxx-3.0.2.ebuild b/dev-libs/libpqxx/libpqxx-3.0.2.ebuild index 281b51b2d1fa..da9dcdcc2f14 100644 --- a/dev-libs/libpqxx/libpqxx-3.0.2.ebuild +++ b/dev-libs/libpqxx/libpqxx-3.0.2.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-libs/libpqxx/libpqxx-3.0.2.ebuild,v 1.1 2009/09/10 13:10:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-3.0.2.ebuild,v 1.2 2010/06/17 18:23:01 patrick Exp $ EAPI="2" @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="virtual/postgresql-base" +DEPEND="dev-db/postgresql-base" RDEPEND="${DEPEND}" src_prepare() { |