From 5f05339e4ebc767e25ecda8957322039f5802829 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 23 May 2016 10:34:00 +0200 Subject: dev-ros/fake_localization: Bump to 1.14.0. Package-Manager: portage-2.3.0_rc1 --- .../fake_localization-1.14.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-ros/fake_localization/fake_localization-1.14.0.ebuild (limited to 'dev-ros/fake_localization/fake_localization-1.14.0.ebuild') diff --git a/dev-ros/fake_localization/fake_localization-1.14.0.ebuild b/dev-ros/fake_localization/fake_localization-1.14.0.ebuild new file mode 100644 index 000000000000..a156a0987a39 --- /dev/null +++ b/dev-ros/fake_localization/fake_localization-1.14.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 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="A ROS node that simply forwards odometry information" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/angles + dev-ros/roscpp + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rosconsole + dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/message_filters +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-18-g5258