summaryrefslogtreecommitdiff
path: root/dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
commit34dea8e38f88007799629d0a56b12dec480b1d21 (patch)
tree6790873994b58030360328cf5897d934b3b03d16 /dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild
parent7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff)
gentoo resync : 20.06.2021
Diffstat (limited to 'dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild')
-rw-r--r--dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild
deleted file mode 100644
index a1ed26ce92da..000000000000
--- a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.17.0.ebuild
+++ /dev/null
@@ -1,29 +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/navigation"
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Move slow and clear"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-ros/costmap_2d-1.16
- dev-ros/nav_core
- dev-ros/pluginlib
- dev-ros/roscpp
-
- dev-libs/boost:=[threads]
- dev-cpp/eigen:3
- dev-libs/console_bridge:=
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"