summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-04-14 14:57:36 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-04-14 14:57:36 +0200
commiteb67c2e462881e00aeafb8a88398c24eb756e362 (patch)
tree7db2faacfc30dec4c5ab13b347075615cda185e0 /dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild
parentdev-ros/hector_map_tools: add missing eigen dep (diff)
downloadgentoo-eb67c2e462881e00aeafb8a88398c24eb756e362.tar.gz
gentoo-eb67c2e462881e00aeafb8a88398c24eb756e362.tar.bz2
gentoo-eb67c2e462881e00aeafb8a88398c24eb756e362.zip
dev-ros/hector_map_tools: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild')
-rw-r--r--dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild b/dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild
deleted file mode 100644
index 68b83fd91633..000000000000
--- a/dev-ros/hector_map_tools/hector_map_tools-0.3.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Functions related to accessing information from OccupancyGridMap maps"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]"
-DEPEND="${RDEPEND}"