From 7232783ad8c8b7acaa836751aad5f5fdd1cd92e0 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 18:38:42 +0200 Subject: dev-ros/tf2_tools: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild (limited to 'dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild') diff --git a/dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild b/dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild new file mode 100644 index 000000000000..047dbf6fc015 --- /dev/null +++ b/dev-ros/tf2_tools/tf2_tools-0.5.12.ebuild @@ -0,0 +1,26 @@ +# 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/geometry_experimental" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="TF2 tools" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/tf2_py[${PYTHON_USEDEP}] + dev-ros/tf2_ros[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad