diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-07-03 13:04:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-07-03 13:21:51 +0200 |
commit | 1b08a6373076ffd398584840b1cd8a5719ffb3ac (patch) | |
tree | fd80f06e97dc2fe2d31e4da3e4b3f977112e9012 /dev-ros/topic_tools/topic_tools-1.14.2.ebuild | |
parent | dev-ros/rostopic: Bump to 1.14.2. (diff) | |
download | gentoo-1b08a6373076ffd398584840b1cd8a5719ffb3ac.tar.gz gentoo-1b08a6373076ffd398584840b1cd8a5719ffb3ac.tar.bz2 gentoo-1b08a6373076ffd398584840b1cd8a5719ffb3ac.zip |
dev-ros/topic_tools: Bump to 1.14.2.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-ros/topic_tools/topic_tools-1.14.2.ebuild')
-rw-r--r-- | dev-ros/topic_tools/topic_tools-1.14.2.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-ros/topic_tools/topic_tools-1.14.2.ebuild b/dev-ros/topic_tools/topic_tools-1.14.2.ebuild new file mode 100644 index 000000000000..227b9521dac4 --- /dev/null +++ b/dev-ros/topic_tools/topic_tools-1.14.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +CATKIN_HAS_MESSAGES=yes +ROS_SUBDIR=tools/${PN} +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Tools for directing, throttling and selecting ROS topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cpp_common + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostime + dev-ros/xmlrpcpp +" +DEPEND="${RDEPEND} + test? ( + dev-ros/rostest[${PYTHON_USEDEP}] + dev-ros/rosunit[${PYTHON_USEDEP}] + dev-cpp/gtest + dev-python/nose[${PYTHON_USEDEP}] + )" |