From 6ad13cf39447e5d2b5594ae405adde47eeb05355 Mon Sep 17 00:00:00 2001 From: Alexis Ballier <aballier@gentoo.org> Date: Tue, 1 Nov 2016 13:42:57 +0100 Subject: dev-ros/rosmaster: Bump to 1.12.6. Package-Manager: portage-2.3.2 --- dev-ros/rosmaster/rosmaster-1.12.6.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-ros/rosmaster/rosmaster-1.12.6.ebuild (limited to 'dev-ros/rosmaster/rosmaster-1.12.6.ebuild') diff --git a/dev-ros/rosmaster/rosmaster-1.12.6.ebuild b/dev-ros/rosmaster/rosmaster-1.12.6.ebuild new file mode 100644 index 000000000000..eead19bc033d --- /dev/null +++ b/dev-ros/rosmaster/rosmaster-1.12.6.ebuild @@ -0,0 +1,24 @@ +# 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/ros_comm" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="ROS Master implementation" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad