From 9da83eff3163fcb0147d70e90b298603187a8db4 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 14 Apr 2020 14:57:12 +0200 Subject: dev-ros/hector_map_tools: add missing eigen dep Closes: https://bugs.gentoo.org/715638 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier --- .../hector_map_tools-0.4.0-r1.ebuild | 20 ++++++++++++++++++++ .../hector_map_tools/hector_map_tools-0.4.0.ebuild | 17 ----------------- .../hector_map_tools/hector_map_tools-9999.ebuild | 7 +++++-- 3 files changed, 25 insertions(+), 19 deletions(-) create mode 100644 dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild delete mode 100644 dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild (limited to 'dev-ros/hector_map_tools') diff --git a/dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild b/dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild new file mode 100644 index 000000000000..298849dc5dfa --- /dev/null +++ b/dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# 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}] + dev-cpp/eigen:3 +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild b/dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild deleted file mode 100644 index cafea00cc37b..000000000000 --- a/dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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}" diff --git a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild b/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild index 2257b6d50ad9..298849dc5dfa 100644 --- a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild +++ b/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,5 +13,8 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]" +RDEPEND=" + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-cpp/eigen:3 +" DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad