commit:     b916995904da783f3dc73f881c67910f70e02901
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 13:18:02 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 13:26:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9169959

dev-ros/rqt_tf_tree: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rqt_tf_tree/Manifest                 |  3 ---
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild | 30 ---------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild | 30 ---------------------------
 4 files changed, 94 deletions(-)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index af54de83d18..714233023ad 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,4 +1 @@
-DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 
68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf
 SHA512 
871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51
-DIST rqt_tf_tree-0.5.7.tar.gz 8021 BLAKE2B 
7fd327011a89c08894e6c66f02ffbf3144d66eb62c3b1a4a297466fea21536e1cb7685f9db27ee7ba31a39af9d36684c0cdd2036d874837fd7e570eec1413b2d
 SHA512 
024a38d446288e620728210a3de1569d93dafc3040c600a2de5359f3d6fef6074700562e8ff0c5cb2571cc0abef8db3e7071994d6ec916fea336ae1b8d267140
-DIST rqt_tf_tree-0.5.8.tar.gz 8111 BLAKE2B 
b4cb996f5d6b4366345d2434bf95117c7f25b50a99f7a8c4a2422710821ddc1c7c354f544365e4bd78eab80fe46cb4c14fe78e843e91f35af410c458a4bc54d5
 SHA512 
6bfbb692da82edbbbcae90bdba8b69f0023b7b5b9e67c64a33864be3ec8359ee87922b7957dfff9ba4db6febb07e3106f9742e89bacfc31d85ef4e0db34c02bc
 DIST rqt_tf_tree-0.6.1.tar.gz 8469 BLAKE2B 
0ff1291f982ba0338b75997df868f623682007cbff29b90465aef550463ab8082ca1c068fe4cbca3cfa4a5b46c132cfef089af948300a7e8f1f919933cc1ade6
 SHA512 
22441bd7313c250f786060d09eb170a42b85ec5414b24be2db1ecdb6d1336acef6a879513793f6a60ddd875ca7fbd1c6b0ac2bde759968440c6c638c62c6c89b

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild 
b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
deleted file mode 100644
index 5f0946534ae..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins";
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-python/rospkg[${PYTHON_USEDEP}]
-       dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-       dev-ros/rospy[${PYTHON_USEDEP}]
-       dev-ros/rqt_graph[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-       dev-ros/tf2
-       dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild 
b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
deleted file mode 100644
index acd62217748..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree";
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-python/rospkg[${PYTHON_USEDEP}]
-       dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-       dev-ros/rospy[${PYTHON_USEDEP}]
-       dev-ros/rqt_graph[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-       dev-ros/tf2
-       dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild 
b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
deleted file mode 100644
index acd62217748..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree";
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-python/rospkg[${PYTHON_USEDEP}]
-       dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-       dev-ros/rospy[${PYTHON_USEDEP}]
-       dev-ros/rqt_graph[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui[${PYTHON_USEDEP}]
-       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-       dev-ros/tf2
-       dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )"

Reply via email to