diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-25 09:59:30 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-25 10:54:49 +0100 |
commit | 24c68f0bb7b846c2f9d2baf18119f7525b19f27c (patch) | |
tree | 9bc9bda4935ca4972d66cdc0038cf9bc25bb7b1e /dev-ros/rosmaster/rosmaster-1.13.0.ebuild | |
parent | dev-ros/roslaunch: Bump to 1.13.0. (diff) | |
download | gentoo-24c68f0bb7b846c2f9d2baf18119f7525b19f27c.tar.gz gentoo-24c68f0bb7b846c2f9d2baf18119f7525b19f27c.tar.bz2 gentoo-24c68f0bb7b846c2f9d2baf18119f7525b19f27c.zip |
dev-ros/rosmaster: Bump to 1.13.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosmaster/rosmaster-1.13.0.ebuild')
-rw-r--r-- | dev-ros/rosmaster/rosmaster-1.13.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/rosmaster/rosmaster-1.13.0.ebuild b/dev-ros/rosmaster/rosmaster-1.13.0.ebuild new file mode 100644 index 000000000000..987d46039306 --- /dev/null +++ b/dev-ros/rosmaster/rosmaster-1.13.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 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_4,3_5} ) +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}] )" |