summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 14:24:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 14:33:37 +0200
commit98bf2f7a735db4b799d471b1eaa5b9763a2bc81b (patch)
tree35b9603af59999866641aa77916cef089a04ba07 /dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild
parentdev-ros/rviz_plugin_tutorials: bump eapi (diff)
downloadgentoo-98bf2f7a735db4b799d471b1eaa5b9763a2bc81b.tar.gz
gentoo-98bf2f7a735db4b799d471b1eaa5b9763a2bc81b.tar.bz2
gentoo-98bf2f7a735db4b799d471b1eaa5b9763a2bc81b.zip
dev-ros/rviz_plugin_tutorials: 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/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild')
-rw-r--r--dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild
deleted file mode 100644
index 1e7aa88d9e30..000000000000
--- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Tutorials showing how to write plugins for RViz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/rviz
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-libs/boost:=
- dev-libs/console_bridge:=
-"
-DEPEND="${RDEPEND}"