diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:07:37 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:15:59 +0100 |
commit | 800fb7ad6f39d2e79933eff317be4f6d472a3f76 (patch) | |
tree | 8a1491a389ef574cf13a3a15b89a1cb2d2d46e3e /dev-ros/rqt_top | |
parent | dev-ros/rqt_tf_tree: treeclean (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/rqt_top/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_top/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/rqt_top/rqt_top-0.4.10.ebuild | 22 | ||||
-rw-r--r-- | dev-ros/rqt_top/rqt_top-9999.ebuild | 22 |
4 files changed, 0 insertions, 56 deletions
diff --git a/dev-ros/rqt_top/Manifest b/dev-ros/rqt_top/Manifest deleted file mode 100644 index aa47729da61e..000000000000 --- a/dev-ros/rqt_top/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rqt_top-0.4.10.tar.gz 6662 BLAKE2B 23de23cf8685b4dd2d118c3b47d941695872c4a0e44538a4e6dec95cd95ce70f4c5361d65123e6cffa872d6b00166839d03ee4eb6b4ff03314cfbd5b4299fac7 SHA512 719fb16be898e37014167c31987e3f54bab7526e54bbed09bbb264f32b28f998c8b3341850c7eaf49201eaa29fcf19df7407543fc8d1511ddefb73696295d29c diff --git a/dev-ros/rqt_top/metadata.xml b/dev-ros/rqt_top/metadata.xml deleted file mode 100644 index 41805f9034f0..000000000000 --- a/dev-ros/rqt_top/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_top</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/rqt_top/rqt_top-0.4.10.ebuild b/dev-ros/rqt_top/rqt_top-0.4.10.ebuild deleted file mode 100644 index b312ed9dd5a4..000000000000 --- a/dev-ros/rqt_top/rqt_top-0.4.10.ebuild +++ /dev/null @@ -1,22 +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_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}" 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}" |