summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 15:14:00 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 15:26:42 +0200
commit8d6bbffc86a3dcf9ca8446e7c6849cfcc1f34c86 (patch)
treea12c67bde5bd4d806741252b82141bdb50cfdc72 /dev-ros/rqt_top/rqt_top-0.4.9.ebuild
parentdev-ros/rqt_topic: Remove old (diff)
downloadgentoo-8d6bbffc86a3dcf9ca8446e7c6849cfcc1f34c86.tar.gz
gentoo-8d6bbffc86a3dcf9ca8446e7c6849cfcc1f34c86.tar.bz2
gentoo-8d6bbffc86a3dcf9ca8446e7c6849cfcc1f34c86.zip
dev-ros/rqt_top: bump to 0.4.9
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_top/rqt_top-0.4.9.ebuild')
-rw-r--r--dev-ros/rqt_top/rqt_top-0.4.9.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rqt_top/rqt_top-0.4.9.ebuild b/dev-ros/rqt_top/rqt_top-0.4.9.ebuild
new file mode 100644
index 000000000000..65e6ab7c9c5a
--- /dev/null
+++ b/dev-ros/rqt_top/rqt_top-0.4.9.ebuild
@@ -0,0 +1,22 @@
+# 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_top"
+
+inherit ros-catkin
+
+DESCRIPTION="RQT plugin for monitoring ROS processes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"