summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 17:06:54 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 18:01:44 +0200
commit80d3d74540f19ac9f85a0eb26441c3b201c277a5 (patch)
treeff5f04684c19b31fd29baa7708fc79c0a94c5057 /dev-ros/rqt_nav_view
parentdev-ros/rqt_nav_view: bump eapi (diff)
downloadgentoo-80d3d74540f19ac9f85a0eb26441c3b201c277a5.tar.gz
gentoo-80d3d74540f19ac9f85a0eb26441c3b201c277a5.tar.bz2
gentoo-80d3d74540f19ac9f85a0eb26441c3b201c277a5.zip
dev-ros/rqt_nav_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_nav_view')
-rw-r--r--dev-ros/rqt_nav_view/Manifest1
-rw-r--r--dev-ros/rqt_nav_view/rqt_nav_view-0.5.6.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ros/rqt_nav_view/Manifest b/dev-ros/rqt_nav_view/Manifest
index 317ebbc7c4d6..8f95f6e7e649 100644
--- a/dev-ros/rqt_nav_view/Manifest
+++ b/dev-ros/rqt_nav_view/Manifest
@@ -1,2 +1 @@
DIST rqt_nav_view-0.5.7.tar.gz 7261 BLAKE2B 7da874ab19dfa5d08da04b6cf1a38e7e3528cdcb303d7415654d091cde3858a04c97178bc43a3f7e7357203e69ed08068062d261510075aefabed2d0641b7874 SHA512 a8c4544bc4bd11a7e2d7a60786033c82206c3e4ac822c7d72199af465c7d8488584906906b2a3e124b271171717256c1412697b1ac0dcf02c8c5bcd3faae232e
-DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51
diff --git a/dev-ros/rqt_nav_view/rqt_nav_view-0.5.6.ebuild b/dev-ros/rqt_nav_view/rqt_nav_view-0.5.6.ebuild
deleted file mode 100644
index 910922082d50..000000000000
--- a/dev-ros/rqt_nav_view/rqt_nav_view-0.5.6.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_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Provides a gui for viewing navigation maps and paths"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/python_qt_binding[${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}]
- dev-ros/rqt_py_common[${PYTHON_USEDEP}]
- dev-ros/tf[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"