Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/mayavi/files/
Date: Sun, 29 Jan 2017 20:11:20
Message-Id: 1485720581.4a1de7523e0e08dd2c0082baa21dadfd0db56b41.soap@gentoo
1 commit: 4a1de7523e0e08dd2c0082baa21dadfd0db56b41
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:22:12 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1de752
7
8 sci-visualization/mayavi: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 .../mayavi/files/mayavi-4.1.0-vtkQt.patch | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch b/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch
16 deleted file mode 100644
17 index 6f5834c..00000000
18 --- a/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -From 2fece6b29c9f3eefa523c8131cce02f724e437f3 Mon Sep 17 00:00:00 2001
22 -Message-Id: <2fece6b29c9f3eefa523c8131cce02f724e437f3.1330934918.git.jlec@g.o>
23 -From: martin <martin@think.(none)>
24 -Date: Sun, 19 Feb 2012 10:43:39 -0500
25 -Subject: [PATCH] FIX: don't wrap vtkQt classes
26 -
27 ----
28 - tvtk/code_gen.py | 1 +
29 - 1 files changed, 1 insertions(+), 0 deletions(-)
30 -
31 -diff --git a/tvtk/code_gen.py b/tvtk/code_gen.py
32 -index f0b0b60..377801e 100644
33 ---- a/tvtk/code_gen.py
34 -+++ b/tvtk/code_gen.py
35 -@@ -92,6 +92,7 @@ class TVTKGenerator:
36 - #classes = dir(vtk)
37 - classes = [x.name for x in wrap_gen.get_tree() \
38 - if x.name.startswith('vtk') and \
39 -+ not x.name.startswith('vtkQt') and \
40 - not issubclass(getattr(vtk, x.name), object) ]
41 - for nodes in tree:
42 - for node in nodes:
43 ---
44 -1.7.8.5
45 -