From 87fd847f72cd039700d6a32a00ab88d41dd24379 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 30 Sep 2015 11:46:47 +0200 Subject: dev-ros/amcl: Initial import. Ebuild by me. Package-Manager: portage-2.2.22 --- dev-ros/amcl/amcl-9999.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-ros/amcl/amcl-9999.ebuild (limited to 'dev-ros/amcl/amcl-9999.ebuild') diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild new file mode 100644 index 000000000000..a9c2fc0e40f4 --- /dev/null +++ b/dev-ros/amcl/amcl-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation" +ROS_SUBDIR=${PN} +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Probabilistic localization system for a robot moving in 2D" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/tf + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] ) +" -- cgit v1.2.3-65-gdbad