diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:05:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:43 +0200 |
commit | 7ba7f61ba18a8adced11c1d46468f82fd1d28429 (patch) | |
tree | 85cc851034fa7badf9b78b7833772c64af22b6d1 /dev-ros/rqt_pose_view | |
parent | dev-ros/rqt_pose_view: bump to 0.5.10 (diff) | |
download | gentoo-7ba7f61ba18a8adced11c1d46468f82fd1d28429.tar.gz gentoo-7ba7f61ba18a8adced11c1d46468f82fd1d28429.tar.bz2 gentoo-7ba7f61ba18a8adced11c1d46468f82fd1d28429.zip |
dev-ros/rqt_pose_view: 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_pose_view')
-rw-r--r-- | dev-ros/rqt_pose_view/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_pose_view/rqt_pose_view-0.5.8.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ros/rqt_pose_view/Manifest b/dev-ros/rqt_pose_view/Manifest index ea0c8bc9cf97..7bb4fe3e8864 100644 --- a/dev-ros/rqt_pose_view/Manifest +++ b/dev-ros/rqt_pose_view/Manifest @@ -1,2 +1 @@ DIST rqt_pose_view-0.5.10.tar.gz 8508 BLAKE2B 39436926caa82a6ffd15161429081f2c101da802b802ebf798b3e474d0b977dce58d0ed00da87674ad1c2dfbab1c0e58a49b83b1c93163b1dc6c731c7fb4de19 SHA512 53874a7782ba8338accda84643a8103d23de24b175a6ec373ac7cbbbc3f158c08dc07ad8d82755a06da80740f3354759c076e082bfef081fc5d403c16e420ced -DIST rqt_pose_view-0.5.8.tar.gz 8299 BLAKE2B 6e8207b9d424c86871c274844251bafbfbb09789ce074cdd1d0e9b2c40361c473fdc2c3536b064eb06d6445f4eecba3aa1f380fe7f358a2eb68a1c2f7d385f70 SHA512 a3a53989c4fe73e6dfebea7e2f01fcd807faa0f011f452208ddb3df1be84939e7b1e26430a098f8b3a6554b781c9b0bf962ed0d115932dae5bc144225926f50b diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.8.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-0.5.8.ebuild deleted file mode 100644 index f4b93343f49c..000000000000 --- a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.8.ebuild +++ /dev/null @@ -1,29 +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_pose_view" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="GUI plugin for visualizing 3D poses" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - dev-ros/python_qt_binding[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rostopic[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/tf[${PYTHON_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |