summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 19:11:31 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 19:34:46 +0200
commit691979577a09ed8c08364ff539bd79bdca29b8d3 (patch)
tree6fb8a0629d674078272b0062c56a788d0fecd32e /dev-ros/depthimage_to_laserscan/files
parentdev-ros/depthimage_to_laserscan: bump to 1.0.8 (diff)
downloadgentoo-691979577a09ed8c08364ff539bd79bdca29b8d3.tar.gz
gentoo-691979577a09ed8c08364ff539bd79bdca29b8d3.tar.bz2
gentoo-691979577a09ed8c08364ff539bd79bdca29b8d3.zip
dev-ros/depthimage_to_laserscan: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/depthimage_to_laserscan/files')
-rw-r--r--dev-ros/depthimage_to_laserscan/files/pluginlib.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-ros/depthimage_to_laserscan/files/pluginlib.patch b/dev-ros/depthimage_to_laserscan/files/pluginlib.patch
deleted file mode 100644
index a367cd40c5f6..000000000000
--- a/dev-ros/depthimage_to_laserscan/files/pluginlib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp
-===================================================================
---- depthimage_to_laserscan-1.0.7.orig/src/DepthImageToLaserScanNodelet.cpp
-+++ depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp
-@@ -57,5 +57,5 @@ private:
- }
-
- #include <pluginlib/class_list_macros.h>
--PLUGINLIB_DECLARE_CLASS(depthimage_to_laserscan, DepthImageToLaserScanNodelet, depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet);
-+PLUGINLIB_EXPORT_CLASS(depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet)
-