jer 14/07/19 19:36:02 Modified: 3ddesktop-0.2.9-asneeded.patch 3ddesktop-0.2.9-missing-include.patch 3ddesktop-0.2.9-gcc4.patch 3ddesktop-0.2.9-gl_init.patch Log: EAPI bump. Clean up patches. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch?r1=1.2&r2=1.3 Index: 3ddesktop-0.2.9-asneeded.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 3ddesktop-0.2.9-asneeded.patch 19 Jun 2012 09:58:29 -0000 1.2 +++ 3ddesktop-0.2.9-asneeded.patch 19 Jul 2014 19:36:02 -0000 1.3 @@ -1,7 +1,7 @@ http://bugs.gentoo.org/206817 ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -37,7 +37,7 @@ camera.cpp \ config.cpp 1.3 x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch?r1=1.2&r2=1.3 Index: 3ddesktop-0.2.9-missing-include.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 3ddesktop-0.2.9-missing-include.patch 19 Jun 2012 09:58:29 -0000 1.2 +++ 3ddesktop-0.2.9-missing-include.patch 19 Jul 2014 19:36:02 -0000 1.3 @@ -1,7 +1,7 @@ http://bugs.gentoo.org/228217 ---- config.hpp -+++ config.hpp +--- a/config.hpp ++++ b/config.hpp @@ -24,6 +24,7 @@ #include <stdio.h> 1.4 x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch?r1=1.3&r2=1.4 Index: 3ddesktop-0.2.9-gcc4.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 3ddesktop-0.2.9-gcc4.patch 19 Jun 2012 09:58:29 -0000 1.3 +++ 3ddesktop-0.2.9-gcc4.patch 19 Jul 2014 19:36:02 -0000 1.4 @@ -1,7 +1,7 @@ http://bugs.gentoo.org/118458 ---- event.hpp -+++ event.hpp +--- a/event.hpp ++++ b/event.hpp @@ -74,7 +74,7 @@ list<Event *>::iterator k; for (k = events.begin(); k != events.end(); ++k) { 1.2 x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch?r1=1.1&r2=1.2 Index: 3ddesktop-0.2.9-gl_init.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 3ddesktop-0.2.9-gl_init.patch 6 Jun 2010 12:03:37 -0000 1.1 +++ 3ddesktop-0.2.9-gl_init.patch 19 Jul 2014 19:36:02 -0000 1.2 @@ -1,7 +1,7 @@ http://bugs.gentoo.org/123762 ---- 3ddeskd.cpp -+++ 3ddeskd.cpp +--- a/3ddeskd.cpp ++++ b/3ddeskd.cpp @@ -2411,15 +2411,15 @@ // initialize opengl