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
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')
-rw-r--r--dev-ros/rqt_top/Manifest1
-rw-r--r--dev-ros/rqt_top/rqt_top-0.4.9.ebuild22
-rw-r--r--dev-ros/rqt_top/rqt_top-9999.ebuild5
3 files changed, 25 insertions, 3 deletions
diff --git a/dev-ros/rqt_top/Manifest b/dev-ros/rqt_top/Manifest
index 6a628ecdebe8..d4a345707b19 100644
--- a/dev-ros/rqt_top/Manifest
+++ b/dev-ros/rqt_top/Manifest
@@ -1,2 +1,3 @@
DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7
DIST rqt_top-0.4.8.tar.gz 6407 BLAKE2B 1f0f5588011571d761dea6595770d9777baba29cd285d9331c69df1976f37135b4e3d0b51f7ad69e4ed6caec48c2722a92f63c6ccc7a030630bed6f403c287d2 SHA512 feef0e3430ee547f3f1a8a799c632fe0c1b7c4f380aaaa96ff58814ca791cf68082f2cb92763d7660f302034759f807e1bdf2995a1b7c87bb3beb9b2cb072b2e
+DIST rqt_top-0.4.9.tar.gz 6507 BLAKE2B 4c0fd53073a91e45de7fdc27c037c002976da0d5bc8d1e6f85d1d50d2c821b9a96968ed4189b2c17e6bbdc2ca0b4eab55e70f5f86bd24a18d32986ba153028e6 SHA512 42eb45d0a4ac271be150ee67fc1b0911a977ae636f4fec90240bec83ac024543ab9dec194f69c46873122efcf64f7c1a43328afbcde3e41f56274a87e8bc0b77
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}"
diff --git a/dev-ros/rqt_top/rqt_top-9999.ebuild b/dev-ros/rqt_top/rqt_top-9999.ebuild
index 820eade78b5b..65e6ab7c9c5a 100644
--- a/dev-ros/rqt_top/rqt_top-9999.ebuild
+++ b/dev-ros/rqt_top/rqt_top-9999.ebuild
@@ -1,11 +1,10 @@
-# 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_top"
-PYTHON_COMPAT=( python2_7 )
inherit ros-catkin