From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03098138262 for ; Tue, 24 May 2016 07:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C94B14242; Tue, 24 May 2016 07:42:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D83142F9 for ; Tue, 24 May 2016 07:42:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C76FD340A7F for ; Tue, 24 May 2016 07:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E3DCFE for ; Tue, 24 May 2016 07:42:17 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1464075289.a80f3f7df9dd723d88b98842b80262e63a24aab9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavros_msgs/Manifest dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild X-VCS-Directories: dev-ros/mavros_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a80f3f7df9dd723d88b98842b80262e63a24aab9 X-VCS-Branch: master Date: Tue, 24 May 2016 07:42:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c66eb4b-5d39-4baf-8fc3-8e632ba2644e X-Archives-Hash: 3b059d20039bfc3e1afe9100e85df059 commit: a80f3f7df9dd723d88b98842b80262e63a24aab9 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 24 07:34:49 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 24 07:34:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80f3f7d dev-ros/mavros_msgs: Bump to 0.17.3. Package-Manager: portage-2.3.0_rc1 dev-ros/mavros_msgs/Manifest | 1 + dev-ros/mavros_msgs/mavros_msgs-0.17.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ros/mavros_msgs/Manifest b/dev-ros/mavros_msgs/Manifest index 2eeb684..5b0f8f8 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 0000000..970682f --- /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}"