Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild vtk-5.10.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:24:18
Message-Id: 20130302232415.05C522171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:24:14
2
3 Modified: vtk-5.10.1.ebuild vtk-5.10.0.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.6 sci-libs/vtk/vtk-5.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.5&r2=1.6
15
16 Index: vtk-5.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- vtk-5.10.1.ebuild 17 Jan 2013 21:15:03 -0000 1.5
23 +++ vtk-5.10.1.ebuild 2 Mar 2013 23:24:14 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.5 2013/01/17 21:15:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.6 2013/03/02 23:24:14 hwoarang Exp $
29
30 EAPI=3
31
32 @@ -40,8 +40,8 @@
33 x11-libs/libXt
34 cg? ( media-gfx/nvidia-cg-toolkit )
35 examples? (
36 - x11-libs/qt-core:4[qt3support]
37 - x11-libs/qt-gui:4[qt3support] )
38 + dev-qt/qtcore:4[qt3support]
39 + dev-qt/qtgui:4[qt3support] )
40 ffmpeg? ( virtual/ffmpeg )
41 java? ( >=virtual/jre-1.5 )
42 mpi? ( virtual/mpi[cxx,romio] )
43 @@ -50,11 +50,11 @@
44 postgres? ( dev-db/postgresql-base )
45 python? ( dev-python/sip )
46 qt4? (
47 - x11-libs/qt-core:4
48 - x11-libs/qt-gui:4
49 - x11-libs/qt-opengl:4
50 - x11-libs/qt-sql:4
51 - x11-libs/qt-webkit:4
52 + dev-qt/qtcore:4
53 + dev-qt/qtgui:4
54 + dev-qt/qtopengl:4
55 + dev-qt/qtsql:4
56 + dev-qt/qtwebkit:4
57 python? ( dev-python/PyQt4 )
58 )
59 tk? ( dev-lang/tk )
60
61
62
63 1.3 sci-libs/vtk/vtk-5.10.0.ebuild
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild?rev=1.3&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild?rev=1.3&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild?r1=1.2&r2=1.3
68
69 Index: vtk-5.10.0.ebuild
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v
72 retrieving revision 1.2
73 retrieving revision 1.3
74 diff -u -r1.2 -r1.3
75 --- vtk-5.10.0.ebuild 6 Dec 2012 19:36:02 -0000 1.2
76 +++ vtk-5.10.0.ebuild 2 Mar 2013 23:24:14 -0000 1.3
77 @@ -1,6 +1,6 @@
78 -# Copyright 1999-2012 Gentoo Foundation
79 +# Copyright 1999-2013 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.2 2012/12/06 19:36:02 bicatali Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.3 2013/03/02 23:24:14 hwoarang Exp $
83
84 EAPI=3
85
86 @@ -40,8 +40,8 @@
87 x11-libs/libXt
88 cg? ( media-gfx/nvidia-cg-toolkit )
89 examples? (
90 - x11-libs/qt-core:4[qt3support]
91 - x11-libs/qt-gui:4[qt3support] )
92 + dev-qt/qtcore:4[qt3support]
93 + dev-qt/qtgui:4[qt3support] )
94 ffmpeg? ( virtual/ffmpeg )
95 java? ( >=virtual/jre-1.5 )
96 mpi? ( virtual/mpi[cxx,romio] )
97 @@ -50,11 +50,11 @@
98 postgres? ( dev-db/postgresql-base )
99 python? ( dev-python/sip )
100 qt4? (
101 - x11-libs/qt-core:4
102 - x11-libs/qt-gui:4
103 - x11-libs/qt-opengl:4
104 - x11-libs/qt-sql:4
105 - x11-libs/qt-webkit:4
106 + dev-qt/qtcore:4
107 + dev-qt/qtgui:4
108 + dev-qt/qtopengl:4
109 + dev-qt/qtsql:4
110 + dev-qt/qtwebkit:4
111 python? ( dev-python/PyQt4 )
112 )
113 tk? ( dev-lang/tk )
114
115
116
117 1.107 sci-libs/vtk/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.107&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.107&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.106&r2=1.107
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
126 retrieving revision 1.106
127 retrieving revision 1.107
128 diff -u -r1.106 -r1.107
129 --- ChangeLog 31 Jan 2013 08:09:39 -0000 1.106
130 +++ ChangeLog 2 Mar 2013 23:24:14 -0000 1.107
131 @@ -1,6 +1,10 @@
132 # ChangeLog for sci-libs/vtk
133 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.106 2013/01/31 08:09:39 jlec Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.107 2013/03/02 23:24:14 hwoarang Exp $
136 +
137 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> vtk-5.10.0.ebuild,
138 + vtk-5.10.1.ebuild:
139 + Move Qt dependencies to the new category
140
141 31 Jan 2013; Justin Lecher <jlec@g.o> files/vtk-5.10.1-tcl8.6.patch:
142 Backport upstream patch for tcl/tk-8.6.0, #454762