diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 15:14:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 15:26:42 +0200 |
commit | c0ff26bbbbf504f8071bb43d2095e40451c28821 (patch) | |
tree | 4001defc5a1421d2c682bbd99cf79ab01960f576 /dev-ros/rqt_top | |
parent | dev-ros/rqt_top: bump to 0.4.9 (diff) | |
download | gentoo-c0ff26bbbbf504f8071bb43d2095e40451c28821.tar.gz gentoo-c0ff26bbbbf504f8071bb43d2095e40451c28821.tar.bz2 gentoo-c0ff26bbbbf504f8071bb43d2095e40451c28821.zip |
dev-ros/rqt_top: 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_top')
-rw-r--r-- | dev-ros/rqt_top/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/rqt_top/rqt_top-0.4.7.ebuild | 24 | ||||
-rw-r--r-- | dev-ros/rqt_top/rqt_top-0.4.8.ebuild | 23 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-ros/rqt_top/Manifest b/dev-ros/rqt_top/Manifest index d4a345707b19..11ac7b701198 100644 --- a/dev-ros/rqt_top/Manifest +++ b/dev-ros/rqt_top/Manifest @@ -1,3 +1 @@ -DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 -DIST rqt_top-0.4.8.tar.gz 6407 BLAKE2B 1f0f5588011571d761dea6595770d9777baba29cd285d9331c69df1976f37135b4e3d0b51f7ad69e4ed6caec48c2722a92f63c6ccc7a030630bed6f403c287d2 SHA512 feef0e3430ee547f3f1a8a799c632fe0c1b7c4f380aaaa96ff58814ca791cf68082f2cb92763d7660f302034759f807e1bdf2995a1b7c87bb3beb9b2cb072b2e DIST rqt_top-0.4.9.tar.gz 6507 BLAKE2B 4c0fd53073a91e45de7fdc27c037c002976da0d5bc8d1e6f85d1d50d2c821b9a96968ed4189b2c17e6bbdc2ca0b4eab55e70f5f86bd24a18d32986ba153028e6 SHA512 42eb45d0a4ac271be150ee67fc1b0911a977ae636f4fec90240bec83ac024543ab9dec194f69c46873122efcf64f7c1a43328afbcde3e41f56274a87e8bc0b77 diff --git a/dev-ros/rqt_top/rqt_top-0.4.7.ebuild b/dev-ros/rqt_top/rqt_top-0.4.7.ebuild deleted file mode 100644 index b3a157cf4210..000000000000 --- a/dev-ros/rqt_top/rqt_top-0.4.7.ebuild +++ /dev/null @@ -1,24 +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="RQT plugin for monitoring ROS processes" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/psutil[${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_top/rqt_top-0.4.8.ebuild b/dev-ros/rqt_top/rqt_top-0.4.8.ebuild deleted file mode 100644 index 820eade78b5b..000000000000 --- a/dev-ros/rqt_top/rqt_top-0.4.8.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 - -KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_top" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="RQT plugin for monitoring ROS processes" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/psutil[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |