From 992431d9bc6b34fd4dbe8b051e76bf9348b24c8c Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 23 Aug 2017 08:45:51 +0200 Subject: dev-ros/fake_localization: Bump to 1.15.1. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- .../fake_localization-1.15.1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-ros/fake_localization/fake_localization-1.15.1.ebuild (limited to 'dev-ros/fake_localization/fake_localization-1.15.1.ebuild') diff --git a/dev-ros/fake_localization/fake_localization-1.15.1.ebuild b/dev-ros/fake_localization/fake_localization-1.15.1.ebuild new file mode 100644 index 000000000000..8f5fc1286c21 --- /dev/null +++ b/dev-ros/fake_localization/fake_localization-1.15.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 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" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="A ROS node that simply forwards odometry information" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + 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-65-gdbad