diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:00:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:00:54 +0000 |
commit | 94dc02cc64e1ad9a65f2bc0a85fdbb5bf1f20ee0 (patch) | |
tree | 83fbf9c188bc3edf4a2e08510eba8720f65acad3 /sci-libs | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-94dc02cc64e1ad9a65f2bc0a85fdbb5bf1f20ee0.tar.gz gentoo-2-94dc02cc64e1ad9a65f2bc0a85fdbb5bf1f20ee0.tar.bz2 gentoo-2-94dc02cc64e1ad9a65f2bc0a85fdbb5bf1f20ee0.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.6.0-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index c790a6d321cf..644135bae4b0 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.80 2010/11/09 07:57:14 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.81 2011/03/02 21:00:54 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> vtk-5.4.2-r1.ebuild, + vtk-5.6.0-r2.ebuild: + Correct Slots for gtk 3 introduction to tree 09 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> +vtk-5.4.2-r1.ebuild, +files/vtk-5.4.2-boost-property_map.patch, +files/vtk-5.4.2-cg-path.patch, diff --git a/sci-libs/vtk/vtk-5.4.2-r1.ebuild b/sci-libs/vtk/vtk-5.4.2-r1.ebuild index 5d9e6308be72..2d75c18a95bf 100644 --- a/sci-libs/vtk/vtk-5.4.2-r1.ebuild +++ b/sci-libs/vtk/vtk-5.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2-r1.ebuild,v 1.14 2010/11/09 07:57:14 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2-r1.ebuild,v 1.15 2011/03/02 21:00:54 jlec Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -34,7 +34,7 @@ RDEPEND="mpi? ( || ( examples? ( x11-libs/qt-core:4[qt3support] x11-libs/qt-gui:4[qt3support] ) dev-libs/expat - dev-libs/libxml2 + dev-libs/libxml2:2 media-libs/freetype virtual/jpeg media-libs/libpng diff --git a/sci-libs/vtk/vtk-5.6.0-r2.ebuild b/sci-libs/vtk/vtk-5.6.0-r2.ebuild index 68043131af53..5cc90b468760 100644 --- a/sci-libs/vtk/vtk-5.6.0-r2.ebuild +++ b/sci-libs/vtk/vtk-5.6.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.6 2010/11/08 17:48:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.7 2011/03/02 21:00:54 jlec Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -42,7 +42,7 @@ RDEPEND=" tk? ( >=dev-lang/tk-8.2.3 ) R? ( dev-lang/R ) dev-libs/expat - dev-libs/libxml2 + dev-libs/libxml2:2 media-libs/freetype virtual/jpeg media-libs/libpng |