From 219fc400d5ff413859fb4b886dda562c98505363 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 14:13:19 +0200 Subject: dev-ros/rosunit: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/rosunit/rosunit-9999.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-ros/rosunit/rosunit-9999.ebuild (limited to 'dev-ros/rosunit/rosunit-9999.ebuild') diff --git a/dev-ros/rosunit/rosunit-9999.ebuild b/dev-ros/rosunit/rosunit-9999.ebuild new file mode 100644 index 000000000000..b17b660292bc --- /dev/null +++ b/dev-ros/rosunit/rosunit-9999.ebuild @@ -0,0 +1,25 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Unit-testing package for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" -- cgit v1.2.3-65-gdbad