From 9f4d14a8da43d0dbff9a4d14ab2365dc0918b595 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 28 Dec 2017 19:35:49 +0100 Subject: dev-ros/move_slow_and_clear: add missing console bridge dep Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../move_slow_and_clear-1.15.1-r1.ebuild | 31 ++++++++++++++++++++++ .../move_slow_and_clear-1.15.1.ebuild | 30 --------------------- .../move_slow_and_clear-9999.ebuild | 3 ++- 3 files changed, 33 insertions(+), 31 deletions(-) create mode 100644 dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild delete mode 100644 dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild (limited to 'dev-ros') diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild new file mode 100644 index 000000000000..423f39b67620 --- /dev/null +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation" +ROS_SUBDIR=${PN} +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Move slow and clear" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/nav_core + dev-ros/costmap_2d + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/pluginlib + dev-libs/boost:=[threads] + dev-cpp/eigen:3 + sci-libs/pcl + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + dev-ros/cmake_modules + +" diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild deleted file mode 100644 index 2ab17267f0c4..000000000000 --- a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild +++ /dev/null @@ -1,30 +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/ros-planning/navigation" -ROS_SUBDIR=${PN} -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Move slow and clear" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/nav_core - dev-ros/costmap_2d - dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/pluginlib - dev-libs/boost:=[threads] - dev-cpp/eigen:3 - sci-libs/pcl -" -DEPEND="${RDEPEND} - dev-ros/cmake_modules - -" diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild index e7fa60b23cb1..423f39b67620 100644 --- a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/boost:=[threads] dev-cpp/eigen:3 sci-libs/pcl + dev-libs/console_bridge:= " DEPEND="${RDEPEND} dev-ros/cmake_modules -- cgit v1.2.3-65-gdbad