dev-ros/hector_pose_estimation_core: add missing include in public header and dep...
authorAlexis Ballier <aballier@gentoo.org>
Fri, 7 Oct 2016 10:48:59 +0000 (12:48 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 7 Oct 2016 10:56:03 +0000 (12:56 +0200)
Package-Manager: portage-2.3.1

dev-ros/hector_pose_estimation_core/files/includes.patch [new file with mode: 0644]
dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild [moved from dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0.ebuild with 92% similarity]
dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-9999.ebuild

diff --git a/dev-ros/hector_pose_estimation_core/files/includes.patch b/dev-ros/hector_pose_estimation_core/files/includes.patch
new file mode 100644 (file)
index 0000000..0188d02
--- /dev/null
@@ -0,0 +1,12 @@
+Index: hector_localization-0.3.0/hector_pose_estimation_core/include/hector_pose_estimation/state.h
+===================================================================
+--- hector_localization-0.3.0.orig/hector_pose_estimation_core/include/hector_pose_estimation/state.h
++++ hector_localization-0.3.0/hector_pose_estimation_core/include/hector_pose_estimation/state.h
+@@ -29,6 +29,7 @@
+ #ifndef HECTOR_POSE_ESTIMATION_STATE_H
+ #define HECTOR_POSE_ESTIMATION_STATE_H
++#include <vector>
+ #include <hector_pose_estimation/types.h>
+ #include <boost/function.hpp>
similarity index 92%
rename from dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0.ebuild
rename to dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild
index 209d2fc442d0929fdeefbad9da45adfa5fd4df44..3fce19f64606ce92489eb7bddf80d1a888b141c5 100644 (file)
@@ -23,6 +23,8 @@ RDEPEND="
        dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf
+       dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
        dev-cpp/eigen:3"
+PATCHES=( "${FILESDIR}/includes.patch" )
index 64f702c77b2e3aba8446d1cf76d74a90bf969d6c..86071577fc9c842e4833120963879e03aa8eef74 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,6 +23,7 @@ RDEPEND="
        dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf
+       dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
        dev-cpp/eigen:3"