diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 15:23:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 15:26:46 +0200 |
commit | 8a8abf8611cbda68fe960cbbe6c502370e47b6bb (patch) | |
tree | 8c82b9e111982d55f84a59f9673b59c85b8aa1af /dev-ros/rqt_runtime_monitor | |
parent | dev-ros/rqt_runtime_monitor: bump to 0.5.8 (diff) | |
download | gentoo-8a8abf8611cbda68fe960cbbe6c502370e47b6bb.tar.gz gentoo-8a8abf8611cbda68fe960cbbe6c502370e47b6bb.tar.bz2 gentoo-8a8abf8611cbda68fe960cbbe6c502370e47b6bb.zip |
dev-ros/rqt_runtime_monitor: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_runtime_monitor')
-rw-r--r-- | dev-ros/rqt_runtime_monitor/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.6.ebuild | 26 | ||||
-rw-r--r-- | dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild | 25 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-ros/rqt_runtime_monitor/Manifest b/dev-ros/rqt_runtime_monitor/Manifest index a5c16c2d0aa8..4f618ccb7b66 100644 --- a/dev-ros/rqt_runtime_monitor/Manifest +++ b/dev-ros/rqt_runtime_monitor/Manifest @@ -1,3 +1 @@ -DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 -DIST rqt_runtime_monitor-0.5.7.tar.gz 6804 BLAKE2B 3187b62393c4c61237a892d059a25e32502f44149ddea099209e3d124cf31f1473caa5aba6f33c08b533af54c0e4b589887fd768a3a28603f524b7b3e589b289 SHA512 9ef7fcb3678cde54e9c6484d9fff9b03000f730100ab64edeb5a70bd412970c43a73ef62d14b8ff047ccf9bce23535a30d3551e36074e64618fd8256ac515206 DIST rqt_runtime_monitor-0.5.8.tar.gz 6899 BLAKE2B 62babadaca55ba6bbd4cdca9f1b1e716e95539bf5ab4132f8f3344adc9b557ded5061f5f4ba6eb9aa97ef32ca647646450a5ac6688abe2fe85f6f4837a6d9ec1 SHA512 d0c73dab65553be6dc5a2bb098266ea1e4b65ff8cd933777f11b894fea247eacd3f4bdb0b3ec373c012b10ca36b17e09b49617415f005921d14e9cb6a6af7fae diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.6.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.6.ebuild deleted file mode 100644 index 236c41dc929b..000000000000 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.6.ebuild +++ /dev/null @@ -1,26 +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 viewing DiagnosticsArray messages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild deleted file mode 100644 index 6661912b0eac..000000000000 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild +++ /dev/null @@ -1,25 +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_runtime_monitor" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="GUI plugin viewing DiagnosticsArray messages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |