diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-01 13:42:57 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-01 13:53:51 +0100 |
commit | 6ad13cf39447e5d2b5594ae405adde47eeb05355 (patch) | |
tree | e89cf18aa6262aac0d52f2c91253d2e8ba5be4ae /dev-ros/rosmaster/rosmaster-1.12.6.ebuild | |
parent | dev-ros/roslaunch: Bump to 1.12.6. (diff) | |
download | gentoo-6ad13cf39447e5d2b5594ae405adde47eeb05355.tar.gz gentoo-6ad13cf39447e5d2b5594ae405adde47eeb05355.tar.bz2 gentoo-6ad13cf39447e5d2b5594ae405adde47eeb05355.zip |
dev-ros/rosmaster: Bump to 1.12.6.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ros/rosmaster/rosmaster-1.12.6.ebuild')
-rw-r--r-- | dev-ros/rosmaster/rosmaster-1.12.6.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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}] )" |