From 6665d96340a282a5757bc092d0d2a5df46e4e87e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 29 Nov 2016 10:58:13 +0100 Subject: sci-electronics/gazebo: remove old Package-Manager: portage-2.3.2 --- sci-electronics/gazebo/files/boost162.patch | 12 ------------ sci-electronics/gazebo/files/tinyxml2.patch | 22 ---------------------- 2 files changed, 34 deletions(-) delete mode 100644 sci-electronics/gazebo/files/boost162.patch delete mode 100644 sci-electronics/gazebo/files/tinyxml2.patch (limited to 'sci-electronics/gazebo/files') diff --git a/sci-electronics/gazebo/files/boost162.patch b/sci-electronics/gazebo/files/boost162.patch deleted file mode 100644 index e91643fbef44..000000000000 --- a/sci-electronics/gazebo/files/boost162.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: gazebo-7.3.1/gazebo/rendering/Camera.cc -=================================================================== ---- gazebo-7.3.1.orig/gazebo/rendering/Camera.cc -+++ gazebo-7.3.1/gazebo/rendering/Camera.cc -@@ -25,6 +25,7 @@ - - #include - #include -+#include - #include - - #ifndef _WIN32 diff --git a/sci-electronics/gazebo/files/tinyxml2.patch b/sci-electronics/gazebo/files/tinyxml2.patch deleted file mode 100644 index b829201f4905..000000000000 --- a/sci-electronics/gazebo/files/tinyxml2.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: gazebo-7.3.1/gazebo/util/LogPlay.cc -=================================================================== ---- gazebo-7.3.1.orig/gazebo/util/LogPlay.cc -+++ gazebo-7.3.1/gazebo/util/LogPlay.cc -@@ -72,7 +72,7 @@ void LogPlay::Open(const std::string &_l - - // Flag use to indicate if a parser failure has occurred - bool xmlParserFail = this->dataPtr->xmlDoc.LoadFile(_logFile.c_str()) != -- tinyxml2::XML_NO_ERROR; -+ tinyxml2::XML_SUCCESS; - - // Parse the log file - if (xmlParserFail) -@@ -105,7 +105,7 @@ void LogPlay::Open(const std::string &_l - - // Retry loading the log file. - xmlParserFail = this->dataPtr->xmlDoc.LoadFile(_logFile.c_str()) != -- tinyxml2::XML_NO_ERROR; -+ tinyxml2::XML_SUCCESS; - } - } - } -- cgit v1.2.3-18-g5258