Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-5.8.0.ebuild
Date: Mon, 27 Feb 2012 22:58:20
Message-Id: 20120227225807.07C7E2004B@flycatcher.gentoo.org
1 jlec 12/02/27 22:58:07
2
3 Modified: ChangeLog vtk-5.8.0.ebuild
4 Log:
5 Fix typo in Changelog and commit fix for #401839
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.96 sci-libs/vtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 13 Feb 2012 14:12:34 -0000 1.95
23 +++ ChangeLog 27 Feb 2012 22:58:06 -0000 1.96
24 @@ -1,13 +1,16 @@
25 # ChangeLog for sci-libs/vtk
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.95 2012/02/13 14:12:34 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.96 2012/02/27 22:58:06 jlec Exp $
29 +
30 + 27 Feb 2012; Justin Lecher <jlec@g.o> vtk-5.8.0.ebuild:
31 + Fix typo in Changelog and commit fix for #401839
32
33 13 Feb 2012; Kacper Kowalik <xarthisius@g.o> vtk-5.8.0.ebuild:
34 Add missing dependency on media-video/nvidia-settings
35
36 10 Feb 2012; Justin Lecher <jlec@g.o> vtk-5.8.0.ebuild,
37 +files/vtk-5.8.0-boost.patch:
38 - Backport patch for boost-4.48, #400901
39 + Backport patch for boost-1.48, #400901
40
41 10 Feb 2012; Justin Lecher <jlec@g.o> -vtk-5.4.2-r1.ebuild,
42 -vtk-5.6.0-r2.ebuild, -vtk-5.6.0-r3.ebuild, vtk-5.6.1.ebuild,
43
44
45
46 1.7 sci-libs/vtk/vtk-5.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild?r1=1.6&r2=1.7
51
52 Index: vtk-5.8.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- vtk-5.8.0.ebuild 13 Feb 2012 14:12:34 -0000 1.6
59 +++ vtk-5.8.0.ebuild 27 Feb 2012 22:58:06 -0000 1.7
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild,v 1.6 2012/02/13 14:12:34 xarthisius Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.8.0.ebuild,v 1.7 2012/02/27 22:58:06 jlec Exp $
65
66 EAPI=3
67
68 @@ -176,6 +176,8 @@
69
70 if use python; then
71 mycmakeargs+=(
72 + -DPYTHON_INCLUDE_DIR="${EPREFIX}"$(python_get_includedir)
73 + -DPYTHON_LIBRARY="${EPREFIX}$(python_get_library)"
74 -DVTK_WRAP_PYTHON=ON
75 -DVTK_WRAP_PYTHON_SIP=ON
76 -DSIP_PYQT_DIR="${EPREFIX}/usr/share/sip"