diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-14 12:28:55 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-14 12:38:20 +0100 |
commit | 4dac4c897a1b19fc49476d3c453ca80da34f21c9 (patch) | |
tree | 637ead636cc35156f347593627e7b29fba4dd87f /dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild | |
parent | b8339373578801ca7df8d0330a1da5eb7584d5e3 (diff) | |
download | gentoo-4dac4c897a1b19fc49476d3c453ca80da34f21c9.tar.gz gentoo-4dac4c897a1b19fc49476d3c453ca80da34f21c9.tar.xz |
dev-ros/rqt_runtime_monitor: Bump to 0.4.3.
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild')
-rw-r--r-- | dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild new file mode 100644 index 00000000000..971856bafc1 --- /dev/null +++ b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.4.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="GUI plugin viewing DiagnosticsArray messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/qt_gui[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |