summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 17:41:26 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 18:02:00 +0200
commit15c9d3a1e57e1a5d5a93312b155e4016e790ab0b (patch)
treedfc02b502a8bcff516abb1d48121025bdded7514 /dev-ros/nav_core
parentdev-ros/nav_core: Remove old (diff)
downloadgentoo-15c9d3a1e57e1a5d5a93312b155e4016e790ab0b.tar.gz
gentoo-15c9d3a1e57e1a5d5a93312b155e4016e790ab0b.tar.bz2
gentoo-15c9d3a1e57e1a5d5a93312b155e4016e790ab0b.zip
dev-ros/nav_core: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/nav_core')
-rw-r--r--dev-ros/nav_core/Manifest1
-rw-r--r--dev-ros/nav_core/nav_core-1.15.2.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/nav_core/Manifest b/dev-ros/nav_core/Manifest
index 7741f34de8dc..a4fee98c8c5a 100644
--- a/dev-ros/nav_core/Manifest
+++ b/dev-ros/nav_core/Manifest
@@ -1,2 +1 @@
-DIST navigation-1.15.2.tar.gz 348985 BLAKE2B 866779425828b1e4c3a044654ae41f33643646ca70cf6841f23bce265add2c420bf0934a41a6b29fa65fc421228a31dc15e9fb0f6cc4295ce12adbbb627b43d4 SHA512 582422756b31b4d83e929e3c723e7205e772b9775fcf618c9bd5d3c54af1f20e9bc8a0143626750c0c3cffeb0cbea8f8706b7e66f62dc037cfe12b05f23ee142
DIST navigation-1.17.0.tar.gz 347660 BLAKE2B 8345dccf8ac5e24d1017631bb621ebaa472cc492d6361f29938501a149555771e03a6a46e16fdcc508bbe5c206ead80e9b79e9168b873685fca50a78ea7a7e13 SHA512 a536c8826bd88151ff8f51f83661282f8ccf1b19872bd91ed32987ef372797b94489380262e79ee2560ecb4d9e290c5b4f8d52c17721e2a41126eaea909bce26
diff --git a/dev-ros/nav_core/nav_core-1.15.2.ebuild b/dev-ros/nav_core/nav_core-1.15.2.ebuild
deleted file mode 100644
index 3461f7166e3d..000000000000
--- a/dev-ros/nav_core/nav_core-1.15.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 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="Common interfaces for navigation specific robot actions"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/tf
- dev-ros/costmap_2d
-"
-DEPEND="${RDEPEND}"