summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 15:25:22 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 15:26:47 +0200
commit5835c53e314d06f82fd03ecc6de7ad1fe586354e (patch)
tree9e9a882079337cdaf9c6485b226a0bc606035dab
parentdev-ros/rqt_robot_steering: Remove old (diff)
downloadgentoo-5835c53e314d06f82fd03ecc6de7ad1fe586354e.tar.gz
gentoo-5835c53e314d06f82fd03ecc6de7ad1fe586354e.tar.bz2
gentoo-5835c53e314d06f82fd03ecc6de7ad1fe586354e.zip
dev-ros/rqt_robot_monitor: bump to 0.5.12
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ros/rqt_robot_monitor/Manifest1
-rw-r--r--dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.12.ebuild28
-rw-r--r--dev-ros/rqt_robot_monitor/rqt_robot_monitor-9999.ebuild7
3 files changed, 32 insertions, 4 deletions
diff --git a/dev-ros/rqt_robot_monitor/Manifest b/dev-ros/rqt_robot_monitor/Manifest
index c5917c06b0c6..abc64420a3d9 100644
--- a/dev-ros/rqt_robot_monitor/Manifest
+++ b/dev-ros/rqt_robot_monitor/Manifest
@@ -1,3 +1,4 @@
+DIST rqt_robot_monitor-0.5.12.tar.gz 14917 BLAKE2B 8864165fc491bad7a77e12a769d63e5b404d02cd96ef4dfa33c87ed9e2417ba4bd9a0dfc0cf53507c32e5216e16c8b9f89ee4bb5e762fa4049d846f98d0872c4 SHA512 f354e30a85d6bf8e3f15bbd7b97051b02a3348b37a559a53c8942f5939525e046295f5c6e03902850b137dc705bfad94b5e2fd0554ecfe32e24296c2656ee1b5
DIST rqt_robot_monitor-0.5.7.tar.gz 13928 BLAKE2B 82d48383c4ea3acb088a81d170d3c0bad671b037c69e9a4e05efe4f73ce6d38c95abf4e1d4ad548f77e8bfb25277e60c841c672c82f3b54c25fba5e8bed03b04 SHA512 769f0a99253395bfa6dd3eabd08344fcf8d82efd29545bdcae9b9077851cced60678d3ed5fc96e29377208787edd3eb080b62c25c810f60dd3bfaa6785f1aa1c
DIST rqt_robot_monitor-0.5.8.tar.gz 14150 BLAKE2B a90797b2aa1e4a1a5833ea7a6a7652ca9174f243e875e642784861449fac56a56ad0c611c1d7b65e86e2a4619f9cf5eb7d90eb9d2ac231f5db45614f497f3b7d SHA512 5eac271da5dbb9c9ce33875cc6ec5af2557816121aa0e36d6643df90b8e3286db9a3006f9135757597fd9da06ac9273daf1108356ac2f0515bf7bb5be51858dd
DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51
diff --git a/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.12.ebuild b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.12.ebuild
new file mode 100644
index 000000000000..6ea56ea941ea
--- /dev/null
+++ b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_monitor"
+
+inherit ros-catkin
+
+DESCRIPTION="Displays messages that are published by diagnostic_aggregator"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/python_qt_binding[${PYTHON_USEDEP}]
+ dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-ros/qt_gui[${PYTHON_USEDEP}]
+ dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+ dev-ros/rqt_py_common[${PYTHON_USEDEP}]
+ dev-ros/rqt_bag[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-ros/rqt_robot_monitor/rqt_robot_monitor-9999.ebuild b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-9999.ebuild
index c510a0e991c0..6ea56ea941ea 100644
--- a/dev-ros/rqt_robot_monitor/rqt_robot_monitor-9999.ebuild
+++ b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-9999.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
KEYWORDS="~amd64"
ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_monitor"
-PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
-DESCRIPTION="Displays diagnostics_agg topics messages that are published by diagnostic_aggregator"
+DESCRIPTION="Displays messages that are published by diagnostic_aggregator"
LICENSE="BSD"
SLOT="0"
IUSE=""