diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:13:49 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:47 +0200 |
commit | 7bcbdf4aad68faa84049eb0f109f6059c582a425 (patch) | |
tree | d6528c96fde8ff209a6dfa696f96e80fa42ccbf5 /dev-ros/rqt_dep | |
parent | dev-ros/rqt_dep: bump to 0.4.10 (diff) | |
download | gentoo-7bcbdf4aad68faa84049eb0f109f6059c582a425.tar.gz gentoo-7bcbdf4aad68faa84049eb0f109f6059c582a425.tar.bz2 gentoo-7bcbdf4aad68faa84049eb0f109f6059c582a425.zip |
dev-ros/rqt_dep: 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_dep')
-rw-r--r-- | dev-ros/rqt_dep/Manifest | 3 | ||||
-rw-r--r-- | dev-ros/rqt_dep/rqt_dep-0.4.7.ebuild | 27 | ||||
-rw-r--r-- | dev-ros/rqt_dep/rqt_dep-0.4.8.ebuild | 26 | ||||
-rw-r--r-- | dev-ros/rqt_dep/rqt_dep-0.4.9.ebuild | 26 |
4 files changed, 0 insertions, 82 deletions
diff --git a/dev-ros/rqt_dep/Manifest b/dev-ros/rqt_dep/Manifest index 1f36aaa88907..640fa316be64 100644 --- a/dev-ros/rqt_dep/Manifest +++ b/dev-ros/rqt_dep/Manifest @@ -1,4 +1 @@ -DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 DIST rqt_dep-0.4.10.tar.gz 12730 BLAKE2B dfb0624433086a005f3a0c85dc9e5ff92e018a47d541a039a29f9b39bcf1bd99a99ef1abac847b73b643ad043f8732ecb2f34c8adbb128e95339d1625a8527ba SHA512 6cd590e991a786f3017956a25fc8a977ab581ee931710637a9b4e4cff5f2f863e67c1923dbaf66ad203ae12e484a124d822ccbdc7dde57856e4011e6cc722221 -DIST rqt_dep-0.4.8.tar.gz 12398 BLAKE2B c44a245163e198d60ce030425861a7088432ba4fd5dabb697c0f3644a233bb5b48e6be6f759de4f2f62ca4cb87a99d01eea50446afb9c71cded78e15c5aa45d8 SHA512 b56f1b78ab80feeef3965586d5b67d5342113e9ec2ccc2964c255bcf06b311b112346d2fe48f4cf5c92c97c396917d915999c36b46279be98e3be30b0a4212dd -DIST rqt_dep-0.4.9.tar.gz 12506 BLAKE2B aa5e70cbb2341410a549441ecf7d7b1b06cc8263112523c32433ad1a86e3f5db963f0215c2f7ea241f0466a463551c717400093e010cab6831968967b2df429c SHA512 4f23f9414bd461ca3086a1e81318ba7282ebe29b3edf019413bbb12ded6f2812254931a0a39cb1632f62bf1655b1af621042232615e2dacacb5eee7dd2b7edf0 diff --git a/dev-ros/rqt_dep/rqt_dep-0.4.7.ebuild b/dev-ros/rqt_dep/rqt_dep-0.4.7.ebuild deleted file mode 100644 index c6feb5ba6f29..000000000000 --- a/dev-ros/rqt_dep/rqt_dep-0.4.7.ebuild +++ /dev/null @@ -1,27 +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_common_plugins" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing the ROS dependency graph" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_dotgraph[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] - dev-ros/qt_gui_py_common[${PYTHON_USEDEP}] - dev-ros/rqt_graph[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rqt_dep/rqt_dep-0.4.8.ebuild b/dev-ros/rqt_dep/rqt_dep-0.4.8.ebuild deleted file mode 100644 index da5568842166..000000000000 --- a/dev-ros/rqt_dep/rqt_dep-0.4.8.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_dep" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing the ROS dependency graph" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_dotgraph[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] - dev-ros/qt_gui_py_common[${PYTHON_USEDEP}] - dev-ros/rqt_graph[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rqt_dep/rqt_dep-0.4.9.ebuild b/dev-ros/rqt_dep/rqt_dep-0.4.9.ebuild deleted file mode 100644 index 35bba3cb5001..000000000000 --- a/dev-ros/rqt_dep/rqt_dep-0.4.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 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_dep" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing the ROS dependency graph" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_dotgraph[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] - dev-ros/qt_gui_py_common[${PYTHON_USEDEP}] - dev-ros/rqt_graph[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" |