summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-02 11:32:56 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-02 11:33:30 +0200
commita1d346dd2b958c420cad7866ae5140fe61261db0 (patch)
tree2058c5d14a88332c637cbddcbd2c3bf87027f2a0 /ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild
parentros-meta/rqt_robot_plugins: remove old (diff)
downloadgentoo-a1d346dd2b958c420cad7866ae5140fe61261db0.tar.gz
gentoo-a1d346dd2b958c420cad7866ae5140fe61261db0.tar.bz2
gentoo-a1d346dd2b958c420cad7866ae5140fe61261db0.zip
ros-meta/rqt_robot_plugins: Bump to 0.5.7 and update to split repos
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild')
-rw-r--r--ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild
new file mode 100644
index 000000000000..6479e689d0c3
--- /dev/null
+++ b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.7.ebuild
@@ -0,0 +1,27 @@
+# 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"
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage of rqt plugins that are particularly used with robots during its operation"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/rqt_moveit
+ dev-ros/rqt_nav_view
+ dev-ros/rqt_pose_view
+ dev-ros/rqt_robot_dashboard
+ dev-ros/rqt_robot_monitor
+ dev-ros/rqt_robot_steering
+ dev-ros/rqt_runtime_monitor
+ dev-ros/rqt_rviz
+ dev-ros/rqt_tf_tree
+"
+DEPEND="${RDEPEND}"