diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-09-15 19:44:18 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-09-15 19:44:18 +0000 |
commit | c01a16b3ff8e909b9b71acc7aa014300a81a4646 (patch) | |
tree | 7fffb40d1838e8934574483707569b8a74d7b81e | |
parent | Bugfix release; fixes a SIP memory leak among other things. Patchset unchanged. (diff) | |
download | gentoo-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)
-rw-r--r-- | sci-visualization/spyview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/spyview/files/spyview-includes.patch | 31 | ||||
-rw-r--r-- | sci-visualization/spyview/metadata.xml | 7 |
3 files changed, 6 insertions, 38 deletions
diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog index 62e31caf1bfe..c9269821ccd8 100644 --- a/sci-visualization/spyview/ChangeLog +++ b/sci-visualization/spyview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/spyview # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.7 2010/08/22 12:18:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.8 2010/09/15 19:44:18 dilfridge Exp $ + + 15 Sep 2010; Andreas K. Huettel <dilfridge@gentoo.org> + -files/spyview-includes.patch, metadata.xml: + Proxied maintainer becomes real maintainer; removed unused patch. *spyview-20100810 (22 Aug 2010) 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; diff --git a/sci-visualization/spyview/metadata.xml b/sci-visualization/spyview/metadata.xml index 6fce8e563cf7..0273dfbc7333 100644 --- a/sci-visualization/spyview/metadata.xml +++ b/sci-visualization/spyview/metadata.xml @@ -3,13 +3,8 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> -<email>hwoarang@gentoo.org</email> -<name>Markos Chandras</name> -</maintainer> -<maintainer> -<email>mail@akhuettel.de</email> +<email>dilfridge@gentoo.org</email> <name>Andreas K. Huettel</name> -<description>Proxy maintainer. Assign all spyview bugs to Andreas</description> </maintainer> <longdescription lang="en"> </longdescription> |