summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2010-09-15 19:44:18 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2010-09-15 19:44:18 +0000
commitc01a16b3ff8e909b9b71acc7aa014300a81a4646 (patch)
tree7fffb40d1838e8934574483707569b8a74d7b81e /sci-visualization/spyview/files
parentBugfix release; fixes a SIP memory leak among other things. Patchset unchanged. (diff)
downloadgentoo-2-c01a16b3ff8e909b9b71acc7aa014300a81a4646.tar.gz
gentoo-2-c01a16b3ff8e909b9b71acc7aa014300a81a4646.tar.bz2
gentoo-2-c01a16b3ff8e909b9b71acc7aa014300a81a4646.zip
Proxied maintainer becomes real maintainer; removed unused patch.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/spyview/files')
-rw-r--r--sci-visualization/spyview/files/spyview-includes.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-visualization/spyview/files/spyview-includes.patch b/sci-visualization/spyview/files/spyview-includes.patch
deleted file mode 100644
index fa76d1b8562e..000000000000
--- a/sci-visualization/spyview/files/spyview-includes.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -r -u spyview-2009-12-14-09_17.orig/spyview/Fl_Listbox.C spyview-2009-12-14-09_17/spyview/Fl_Listbox.C
---- spyview-2009-12-14-09_17.orig/spyview/Fl_Listbox.C 2008-09-05 16:23:20.000000000 +0200
-+++ spyview-2009-12-14-09_17/spyview/Fl_Listbox.C 2010-01-05 15:54:46.000000000 +0100
-@@ -1,4 +1,5 @@
- #include "Fl_Listbox.H"
-+#include <stdio.h>
-
- Fl_Listbox::Fl_Listbox(int x, int y, int w, int h, const char *l) : Fl_Table(x,y,w,h,l)
- {
-diff -r -u spyview-2009-12-14-09_17.orig/spyview/ImageData.H spyview-2009-12-14-09_17/spyview/ImageData.H
---- spyview-2009-12-14-09_17.orig/spyview/ImageData.H 2009-12-14 09:15:33.000000000 +0100
-+++ spyview-2009-12-14-09_17/spyview/ImageData.H 2010-01-04 22:59:38.000000000 +0100
-@@ -5,6 +5,7 @@
- #include <FL/Fl_Output.H>
-
- #include <string>
-+#include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
- #include <vector>
-diff -r -u spyview-2009-12-14-09_17.orig/spyview/gp_to_mat.C spyview-2009-12-14-09_17/spyview/gp_to_mat.C
---- spyview-2009-12-14-09_17.orig/spyview/gp_to_mat.C 2009-08-28 23:46:45.000000000 +0200
-+++ spyview-2009-12-14-09_17/spyview/gp_to_mat.C 2010-01-05 16:47:03.000000000 +0100
-@@ -5,6 +5,7 @@
- #include <map>
- #include <math.h>
- #include <string.h>
-+#include <stdio.h>
- #include "../config.h"
-
- using namespace std;