summaryrefslogtreecommitdiff
path: root/dev-ros/mavros_msgs
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-24 09:34:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-24 09:34:49 +0200
commita80f3f7df9dd723d88b98842b80262e63a24aab9 (patch)
tree58c264a4003e76384e82878863e2ee1f5c07a512 /dev-ros/mavros_msgs
parent1e74173b947b55ac569272dff6eba33570d5a79d (diff)
downloadgentoo-a80f3f7df9dd723d88b98842b80262e63a24aab9.tar.gz
gentoo-a80f3f7df9dd723d88b98842b80262e63a24aab9.tar.xz
dev-ros/mavros_msgs: Bump to 0.17.3.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-ros/mavros_msgs')
-rw-r--r--dev-ros/mavros_msgs/Manifest1
-rw-r--r--dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/mavros_msgs/Manifest b/dev-ros/mavros_msgs/Manifest
index 2eeb684fb93..5b0f8f8da67 100644
--- a/dev-ros/mavros_msgs/Manifest
+++ b/dev-ros/mavros_msgs/Manifest
@@ -1 +1,2 @@
DIST mavros-0.17.2.tar.gz 201320 SHA256 d968733575777efbb3e6c396967d5dd82a42cee18f4fd54e47aef2833ff6ebad SHA512 c174a3caeed406aa7778365ce96f410c32d5ce2ee3d4ff039d283e242392e71543daea175184b35f8cee7000aa1b0491a8696c11661c3b8af3f37e39ce0f50e2 WHIRLPOOL e9242e9ba28bc65c254e245375cfa143f33e3864ec916212088c87e86fedf0c7466e2b0c2febf7564e45dc05251dba186169cadd8cf8222668d0088ad34d2014
+DIST mavros-0.17.3.tar.gz 201861 SHA256 32da0be2d9f59f4eafb8a583ad9eba5aea44f776a47d5a54625f2915b0bb1aad SHA512 054e0268750ba6622e0af6ba2e60c9f71b10c7fc4836bed3f1037b9abc386beb9c21d5ee3abacfee7b5a7140f377a07d5414d612c5b744ae9bf5d0cec680b8d7 WHIRLPOOL afc195c8743cda6afed8ac8f5745599ecdddc988c3978349d3b18c7d34353e89b309a34e80422ff7f601830e88beda3d42e94453022210928692ebba730392a5
diff --git a/dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild b/dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild
new file mode 100644
index 00000000000..970682f8ca6
--- /dev/null
+++ b/dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/mavlink/mavros"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for MAVROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"