summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:04:38 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:14:17 +0100
commita94f459fe635a0b3e8d147f188749183b7f3f6ad (patch)
tree01081a1ec6db356b9d0160e20d0e435ab2236131 /dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild
parentdev-ros/moveit_msgs: treeclean (diff)
downloadgentoo-a94f459fe635a0b3e8d147f188749183b7f3f6ad.tar.gz
gentoo-a94f459fe635a0b3e8d147f188749183b7f3f6ad.tar.bz2
gentoo-a94f459fe635a0b3e8d147f188749183b7f3f6ad.zip
dev-ros/move_slow_and_clear: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild')
-rw-r--r--dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index 5657f3d2003c..000000000000
--- a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 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:=
- dev-cpp/eigen:3
- dev-libs/console_bridge:=
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"