diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:58:24 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:58:24 +0000 |
commit | 04db0e5556ff7f4eb9516e56bd5a39d5c48af9d4 (patch) | |
tree | be90422af8545a59b0a9a28116443001db3508a2 /sci-libs | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-04db0e5556ff7f4eb9516e56bd5a39d5c48af9d4.tar.gz gentoo-2-04db0e5556ff7f4eb9516e56bd5a39d5c48af9d4.tar.bz2 gentoo-2-04db0e5556ff7f4eb9516e56bd5a39d5c48af9d4.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 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-6.0.0.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index d9aadb579663..9f8128546bc2 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.118 2014/10/30 10:55:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.119 2014/11/03 13:58:24 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> vtk-5.10.0.ebuild, + vtk-5.10.1.ebuild, vtk-6.0.0.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> vtk-6.0.0.ebuild: keyword ~arm diff --git a/sci-libs/vtk/vtk-5.10.0.ebuild b/sci-libs/vtk/vtk-5.10.0.ebuild index ada5230d0f51..5fb207c248f5 100644 --- a/sci-libs/vtk/vtk-5.10.0.ebuild +++ b/sci-libs/vtk/vtk-5.10.0.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/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.5 2013/07/23 14:12:22 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.6 2014/11/03 13:58:24 titanofold Exp $ EAPI=3 @@ -47,7 +47,7 @@ RDEPEND=" mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) python? ( dev-python/sip ) qt4? ( dev-qt/qtcore:4 diff --git a/sci-libs/vtk/vtk-5.10.1.ebuild b/sci-libs/vtk/vtk-5.10.1.ebuild index 31b46b7ac7d6..4be0aeb54ca3 100644 --- a/sci-libs/vtk/vtk-5.10.1.ebuild +++ b/sci-libs/vtk/vtk-5.10.1.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/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.9 2013/07/23 14:12:22 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.10 2014/11/03 13:58:24 titanofold Exp $ EAPI=3 @@ -47,7 +47,7 @@ RDEPEND=" mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) python? ( dev-python/sip ) qt4? ( dev-qt/qtcore:4 diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild index 801afa67e99d..c432bcfa07da 100644 --- a/sci-libs/vtk/vtk-6.0.0.ebuild +++ b/sci-libs/vtk/vtk-6.0.0.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/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.7 2014/10/30 10:55:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.8 2014/11/03 13:58:24 titanofold Exp $ EAPI=5 @@ -65,7 +65,7 @@ RDEPEND=" mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) python? ( ${PYTHON_DEPS} dev-python/sip[${PYTHON_USEDEP}] |