summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:07:37 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:15:59 +0100
commit800fb7ad6f39d2e79933eff317be4f6d472a3f76 (patch)
tree8a1491a389ef574cf13a3a15b89a1cb2d2d46e3e /dev-ros/rqt_top/rqt_top-9999.ebuild
parentdev-ros/rqt_tf_tree: treeclean (diff)
downloadgentoo-800fb7ad6f39d2e79933eff317be4f6d472a3f76.tar.gz
gentoo-800fb7ad6f39d2e79933eff317be4f6d472a3f76.tar.bz2
gentoo-800fb7ad6f39d2e79933eff317be4f6d472a3f76.zip
dev-ros/rqt_top: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_top/rqt_top-9999.ebuild')
-rw-r--r--dev-ros/rqt_top/rqt_top-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/rqt_top/rqt_top-9999.ebuild b/dev-ros/rqt_top/rqt_top-9999.ebuild
deleted file mode 100644
index 1ef0fdf3d25e..000000000000
--- a/dev-ros/rqt_top/rqt_top-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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="
- $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]")
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"