summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-14 12:29:10 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-14 12:38:20 +0100
commita8dbf77d5d5dbecc92a8e22a985dbf16142892d2 (patch)
tree3330ab7a94e3a6e056bbcc1f71e9b4ee130d542a /ros-meta
parentdev-ros/rqt_tf_tree: Bump to 0.4.3. (diff)
downloadgentoo-a8dbf77d5d5dbecc92a8e22a985dbf16142892d2.tar.gz
gentoo-a8dbf77d5d5dbecc92a8e22a985dbf16142892d2.tar.bz2
gentoo-a8dbf77d5d5dbecc92a8e22a985dbf16142892d2.zip
ros-meta/rqt_robot_plugins: Bump to 0.4.3.
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r--ros-meta/rqt_robot_plugins/Manifest1
-rw-r--r--ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.3.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/ros-meta/rqt_robot_plugins/Manifest b/ros-meta/rqt_robot_plugins/Manifest
index 3674c36f264e..a86d065dfae6 100644
--- a/ros-meta/rqt_robot_plugins/Manifest
+++ b/ros-meta/rqt_robot_plugins/Manifest
@@ -1 +1,2 @@
DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
+DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
diff --git a/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.3.ebuild b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.3.ebuild
new file mode 100644
index 000000000000..9b478ab610d4
--- /dev/null
+++ b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+ROS_SUBDIR=${PN}
+
+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}"