From 010c420fc390a2046fc314ef7a99c6ec3d2ec445 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 28 Dec 2017 19:14:18 +0100 Subject: dev-ros/hector_pose_estimation: add missing dep on console bridge Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../hector_pose_estimation-0.3.0-r1.ebuild | 28 ++++++++++++++++++++++ .../hector_pose_estimation-0.3.0.ebuild | 27 --------------------- .../hector_pose_estimation-9999.ebuild | 1 + 3 files changed, 29 insertions(+), 27 deletions(-) create mode 100644 dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0-r1.ebuild delete mode 100644 dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild (limited to 'dev-ros/hector_pose_estimation') diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0-r1.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0-r1.ebuild new file mode 100644 index 000000000000..7cc3dd4e6490 --- /dev/null +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/hector_pose_estimation_core + dev-ros/nodelet + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf + dev-ros/message_filters + dev-libs/boost:= + dev-libs/console_bridge:= +" +# dev-ros/hector_timing +DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild deleted file mode 100644 index ff5460914801..000000000000 --- a/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_pose_estimation_core - dev-ros/nodelet - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf - dev-ros/message_filters - dev-libs/boost:= -" -# dev-ros/hector_timing -DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild index ff5460914801..7cc3dd4e6490 100644 --- a/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild @@ -22,6 +22,7 @@ RDEPEND=" dev-ros/tf dev-ros/message_filters dev-libs/boost:= + dev-libs/console_bridge:= " # dev-ros/hector_timing DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad