diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:07:29 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:15:54 +0100 |
commit | b8fff9d9b4f921e459e7b152d1e82d09816d238a (patch) | |
tree | 4b7fe744cfd79ae3624ffcc02f416fd1baa90141 /dev-ros/rqt_runtime_monitor | |
parent | dev-ros/rqt_robot_steering: treeclean (diff) | |
download | gentoo-b8fff9d9b4f921e459e7b152d1e82d09816d238a.tar.gz gentoo-b8fff9d9b4f921e459e7b152d1e82d09816d238a.tar.bz2 gentoo-b8fff9d9b4f921e459e7b152d1e82d09816d238a.zip |
dev-ros/rqt_runtime_monitor: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_runtime_monitor')
-rw-r--r-- | dev-ros/rqt_runtime_monitor/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_runtime_monitor/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.9.ebuild | 24 | ||||
-rw-r--r-- | dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild | 24 |
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-ros/rqt_runtime_monitor/Manifest b/dev-ros/rqt_runtime_monitor/Manifest deleted file mode 100644 index 1f9639df9edb..000000000000 --- a/dev-ros/rqt_runtime_monitor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rqt_runtime_monitor-0.5.9.tar.gz 6943 BLAKE2B 51e96d0463909bf6648de9f75b687b18bba76249aba3ccbfaa1671604e07cc61d2d0744e23bea8452e26bb5297a99543c2714231aa236fc46dc5a9b37fe53bda SHA512 fd6cfb1dae53f7278c1c0ebb8a1ef331640d235cc29a8a3f056004a0a6a420ced912d2c3114fca441e29e9066c0f33b6534b404a70b7a5560e5fbaba046e2672 diff --git a/dev-ros/rqt_runtime_monitor/metadata.xml b/dev-ros/rqt_runtime_monitor/metadata.xml deleted file mode 100644 index f61aa4336103..000000000000 --- a/dev-ros/rqt_runtime_monitor/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ros@gentoo.org</email> - <name>Gentoo ROS Project</name> - </maintainer> - <upstream> - <remote-id type="github">ros-visualization/rqt_runtime_monitor</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.9.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.9.ebuild deleted file mode 100644 index 5e331b7e803c..000000000000 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 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_runtime_monitor" - -inherit ros-catkin - -DESCRIPTION="GUI plugin viewing DiagnosticsArray messages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/qt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild deleted file mode 100644 index f15b3cdd299d..000000000000 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild +++ /dev/null @@ -1,24 +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_runtime_monitor" - -inherit ros-catkin - -DESCRIPTION="GUI plugin viewing DiagnosticsArray messages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/qt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND}" |