diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:07:01 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:15:39 +0100 |
commit | 1f28a2f37319cd44e7dc0b256382e3f7686136d2 (patch) | |
tree | f6878e02db364e9540148447ae4b887827cf7f3c /dev-ros/rqt_graph | |
parent | dev-ros/rqt_dep: treeclean (diff) | |
download | gentoo-1f28a2f37319cd44e7dc0b256382e3f7686136d2.tar.gz gentoo-1f28a2f37319cd44e7dc0b256382e3f7686136d2.tar.bz2 gentoo-1f28a2f37319cd44e7dc0b256382e3f7686136d2.zip |
dev-ros/rqt_graph: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_graph')
-rw-r--r-- | dev-ros/rqt_graph/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_graph/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/rqt_graph/rqt_graph-0.4.14.ebuild | 29 | ||||
-rw-r--r-- | dev-ros/rqt_graph/rqt_graph-9999.ebuild | 29 |
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-ros/rqt_graph/Manifest b/dev-ros/rqt_graph/Manifest deleted file mode 100644 index be89659b478c..000000000000 --- a/dev-ros/rqt_graph/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rqt_graph-0.4.14.tar.gz 19068 BLAKE2B c03431d4b72b31a913ea427e6988e0de60ac41384ea0ccdc20d07232230db441398ee93f00017dffa70dc7413e847a9f128a2514d7af9a20e3b79d6b73b89231 SHA512 15871a7b48f4e121d5ed3445bbeb2f051218455c08180aeff24a756e6ee8ede795627a60152472fccbea08bd75adfc78f014c16dc9f108db1c3e0824dc630003 diff --git a/dev-ros/rqt_graph/metadata.xml b/dev-ros/rqt_graph/metadata.xml deleted file mode 100644 index dd3b919c08ae..000000000000 --- a/dev-ros/rqt_graph/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_graph</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/rqt_graph/rqt_graph-0.4.14.ebuild b/dev-ros/rqt_graph/rqt_graph-0.4.14.ebuild deleted file mode 100644 index 74ebe47da37f..000000000000 --- a/dev-ros/rqt_graph/rqt_graph-0.4.14.ebuild +++ /dev/null @@ -1,29 +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_graph" - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing the ROS computation graph" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/qt_dotgraph[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${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_graph/rqt_graph-9999.ebuild b/dev-ros/rqt_graph/rqt_graph-9999.ebuild deleted file mode 100644 index 74ebe47da37f..000000000000 --- a/dev-ros/rqt_graph/rqt_graph-9999.ebuild +++ /dev/null @@ -1,29 +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_graph" - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing the ROS computation graph" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/qt_dotgraph[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND}" |