From 5a28f1e87a72af58538f8c49e8fd88932b3f4813 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 18 Jun 2021 21:15:28 +0200 Subject: dev-ros/robot_pose_ekf: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert --- .../robot_pose_ekf/robot_pose_ekf-1.14.5-r1.ebuild | 31 ++++++++++++++++++++++ .../robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild | 31 ---------------------- dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild | 4 +-- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5-r1.ebuild delete mode 100644 dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild (limited to 'dev-ros') diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5-r1.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5-r1.ebuild new file mode 100644 index 000000000000..59f91b30ba19 --- /dev/null +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-planning/robot_pose_ekf" +KEYWORDS="~amd64 ~arm" +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Estimate the 3D pose of a robot from pose measurements from various sources" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/tf + sci-libs/orocos-bfl + dev-libs/boost:=[threads(+)] +" +DEPEND="${RDEPEND} + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest + ) + virtual/pkgconfig" diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild deleted file mode 100644 index 68b49259d460..000000000000 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros-planning/robot_pose_ekf" -KEYWORDS="~amd64 ~arm" -CATKIN_HAS_MESSAGES=yes -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Estimate the 3D pose of a robot from pose measurements from various sources" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/tf - sci-libs/orocos-bfl - dev-libs/boost:=[threads] -" -DEPEND="${RDEPEND} - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - ) - virtual/pkgconfig" diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild index 68b49259d460..59f91b30ba19 100644 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf sci-libs/orocos-bfl - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] " DEPEND="${RDEPEND} dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -- cgit v1.2.3-65-gdbad