summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-12 18:43:58 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-12 18:58:16 +0200
commit4999fa7d0162c95f723d826a9ee60fadbefd5ee6 (patch)
tree41d3e2a16c315db83a3eb8d752a5f7cc0b2e7477 /dev-ros/global_planner
parentdev-ros/geodesy: add slot dep on angles (diff)
downloadgentoo-4999fa7d0162c95f723d826a9ee60fadbefd5ee6.tar.gz
gentoo-4999fa7d0162c95f723d826a9ee60fadbefd5ee6.tar.bz2
gentoo-4999fa7d0162c95f723d826a9ee60fadbefd5ee6.zip
dev-ros/global_planner: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/global_planner')
-rw-r--r--dev-ros/global_planner/Manifest1
-rw-r--r--dev-ros/global_planner/global_planner-1.17.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-ros/global_planner/Manifest b/dev-ros/global_planner/Manifest
index 494e2eda7805..5ca21b5617e9 100644
--- a/dev-ros/global_planner/Manifest
+++ b/dev-ros/global_planner/Manifest
@@ -1,2 +1 @@
-DIST navigation-1.17.0.tar.gz 347660 BLAKE2B 8345dccf8ac5e24d1017631bb621ebaa472cc492d6361f29938501a149555771e03a6a46e16fdcc508bbe5c206ead80e9b79e9168b873685fca50a78ea7a7e13 SHA512 a536c8826bd88151ff8f51f83661282f8ccf1b19872bd91ed32987ef372797b94489380262e79ee2560ecb4d9e290c5b4f8d52c17721e2a41126eaea909bce26
DIST navigation-1.17.1.tar.gz 349192 BLAKE2B 4cb946a296ab53d7196a70c66cc1dda0cf62f5f279fe020ca7c39781ecb5402af6addcd6164ab6e0a9bcfe3ba26e42f647546280f03b572202f0f4df8d6ed3cf SHA512 23178adaef9b720c644f621c67ed579be312101e70a7d12b527164c5cc55286982c99149a521a76c6dda05248e859435e51f9a0f09e582b89aed3b7c2173cfaa
diff --git a/dev-ros/global_planner/global_planner-1.17.0.ebuild b/dev-ros/global_planner/global_planner-1.17.0.ebuild
deleted file mode 100644
index 8d1a9dbe0d24..000000000000
--- a/dev-ros/global_planner/global_planner-1.17.0.ebuild
+++ /dev/null
@@ -1,34 +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="Path planner library and node"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-ros/costmap_2d-1.16
- dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}]
- dev-ros/nav_core
- dev-ros/navfn
- dev-ros/pluginlib
- dev-ros/roscpp
- dev-ros/tf2_ros
-
- dev-libs/boost:=
- dev-libs/console_bridge:=
-
- dev-ros/angles
-"
-DEPEND="${RDEPEND}
- dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"