diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:14 +0000 |
commit | e72bb819d3732edbfde1fc98fe473bf5397288e6 (patch) | |
tree | df7514a574ae2a1a735230bceecc96e30257825a /sci-libs/vtk | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.tar.gz gentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.tar.bz2 gentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.0.ebuild | 18 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.1.ebuild | 16 |
3 files changed, 22 insertions, 18 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 111653011475..852afdc84a92 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.106 2013/01/31 08:09:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.107 2013/03/02 23:24:14 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> vtk-5.10.0.ebuild, + vtk-5.10.1.ebuild: + Move Qt dependencies to the new category 31 Jan 2013; Justin Lecher <jlec@gentoo.org> files/vtk-5.10.1-tcl8.6.patch: Backport upstream patch for tcl/tk-8.6.0, #454762 diff --git a/sci-libs/vtk/vtk-5.10.0.ebuild b/sci-libs/vtk/vtk-5.10.0.ebuild index b4a40cb4bc55..ae3772ce55e0 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.2 2012/12/06 19:36:02 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.3 2013/03/02 23:24:14 hwoarang Exp $ EAPI=3 @@ -40,8 +40,8 @@ RDEPEND=" x11-libs/libXt cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( - x11-libs/qt-core:4[qt3support] - x11-libs/qt-gui:4[qt3support] ) + dev-qt/qtcore:4[qt3support] + dev-qt/qtgui:4[qt3support] ) ffmpeg? ( virtual/ffmpeg ) java? ( >=virtual/jre-1.5 ) mpi? ( virtual/mpi[cxx,romio] ) @@ -50,11 +50,11 @@ RDEPEND=" postgres? ( dev-db/postgresql-base ) python? ( dev-python/sip ) qt4? ( - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - x11-libs/qt-sql:4 - x11-libs/qt-webkit:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qtsql:4 + dev-qt/qtwebkit:4 python? ( dev-python/PyQt4 ) ) tk? ( dev-lang/tk ) diff --git a/sci-libs/vtk/vtk-5.10.1.ebuild b/sci-libs/vtk/vtk-5.10.1.ebuild index af88a06312de..8577593e41bc 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 # 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.5 2013/01/17 21:15:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.6 2013/03/02 23:24:14 hwoarang Exp $ EAPI=3 @@ -40,8 +40,8 @@ RDEPEND=" x11-libs/libXt cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( - x11-libs/qt-core:4[qt3support] - x11-libs/qt-gui:4[qt3support] ) + dev-qt/qtcore:4[qt3support] + dev-qt/qtgui:4[qt3support] ) ffmpeg? ( virtual/ffmpeg ) java? ( >=virtual/jre-1.5 ) mpi? ( virtual/mpi[cxx,romio] ) @@ -50,11 +50,11 @@ RDEPEND=" postgres? ( dev-db/postgresql-base ) python? ( dev-python/sip ) qt4? ( - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - x11-libs/qt-sql:4 - x11-libs/qt-webkit:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qtsql:4 + dev-qt/qtwebkit:4 python? ( dev-python/PyQt4 ) ) tk? ( dev-lang/tk ) |