diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:27:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:52 +0200 |
commit | 5931464ea70b81e6cfc25c33d9348aecc5b93f5e (patch) | |
tree | 96e4746874369cfb545f017174493c44841877e1 /ros-meta/rqt | |
parent | ros-meta/rqt: bump eapi (diff) | |
download | gentoo-5931464ea70b81e6cfc25c33d9348aecc5b93f5e.tar.gz gentoo-5931464ea70b81e6cfc25c33d9348aecc5b93f5e.tar.bz2 gentoo-5931464ea70b81e6cfc25c33d9348aecc5b93f5e.zip |
ros-meta/rqt: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/rqt')
-rw-r--r-- | ros-meta/rqt/Manifest | 2 | ||||
-rw-r--r-- | ros-meta/rqt/rqt-0.3.2.ebuild | 22 | ||||
-rw-r--r-- | ros-meta/rqt/rqt-0.5.0.ebuild | 23 |
3 files changed, 0 insertions, 47 deletions
diff --git a/ros-meta/rqt/Manifest b/ros-meta/rqt/Manifest index 71d7f39d9c60..165bff0994da 100644 --- a/ros-meta/rqt/Manifest +++ b/ros-meta/rqt/Manifest @@ -1,3 +1 @@ -DIST rqt-0.3.2.tar.gz 96823 BLAKE2B 65d63ba2adb7d62a2b11bda20a170b3b91c25afea8b13ea658b879d134db391408bd559102a3dae3f9d8469f8c8fddbae13998b39fb58d58cd865b4817afc3c4 SHA512 0a1400b1b18e0e6374fd61801378df83d022687a90b3e0067ec70c490018ed9429b9fd5345caa7bc6236dedec099198457507988aa594d876cc6991a03b33916 -DIST rqt-0.5.0.tar.gz 120992 BLAKE2B 645d53ec7070fc5a40760bedc556328e26a16dea7b2990ad0512bc372cb346d545dbea42689b4c39039f17abc4920d5059e5b9a25ac7b77f8b5e5cc02100c5ac SHA512 5c91fe9bce5a7cb0cdc54b42667488d30c33bd57afd30cc8f2047b91b7aa7b8afd936090bfc76be5dbc8c6497623c1be4340e061503f5a65bc94faaad810597e DIST rqt-0.5.2.tar.gz 121619 BLAKE2B a065501ee6f78b3e2867aa9a6fc416b70472a3dcd3bf447ab7c07941284add7fdaffafa4bc370ce73b777b9616544a6650bb94c30fb61bed8ce6381a2d88b5cd SHA512 09093e80daefd530b36c1ef90a350c0c5fa7ba4211b779da38c230df445170e766a737cfadec29997f81968c454daec2ffc2b6cf236e41daa21d9536f498fc17 diff --git a/ros-meta/rqt/rqt-0.3.2.ebuild b/ros-meta/rqt/rqt-0.3.2.ebuild deleted file mode 100644 index 8f5696e393df..000000000000 --- a/ros-meta/rqt/rqt-0.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros-visualization/rqt" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Qt-based framework for GUI development for ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rqt_gui - dev-ros/rqt_gui_cpp - dev-ros/rqt_gui_py -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/rqt/rqt-0.5.0.ebuild b/ros-meta/rqt/rqt-0.5.0.ebuild deleted file mode 100644 index 7e0951567efd..000000000000 --- a/ros-meta/rqt/rqt-0.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros-visualization/rqt" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Qt-based framework for GUI development for ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rqt_gui - dev-ros/rqt_gui_cpp - dev-ros/rqt_gui_py - dev-ros/rqt_py_common -" -DEPEND="${RDEPEND}" |