summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:07:14 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:15:46 +0100
commitcef31602a62021463b05973f213c8619a8feaecf (patch)
tree22e28d554a6aaa77bc3d3d9b1804a1e9ef19572c /dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild
parentdev-ros/rqt_msg: treeclean (diff)
downloadgentoo-cef31602a62021463b05973f213c8619a8feaecf.tar.gz
gentoo-cef31602a62021463b05973f213c8619a8feaecf.tar.bz2
gentoo-cef31602a62021463b05973f213c8619a8feaecf.zip
dev-ros/rqt_nav_view: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild')
-rw-r--r--dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild b/dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild
deleted file mode 100644
index 3056a083f3d7..000000000000
--- a/dev-ros/rqt_nav_view/rqt_nav_view-0.5.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_nav_view"
-
-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_SINGLE_USEDEP}]
- dev-ros/qt_gui[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}]
- dev-ros/tf[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"