From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E6D31395E3 for ; Mon, 14 Nov 2016 14:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88AC1E0B2B; Mon, 14 Nov 2016 14:02:09 +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 6F4D7E0B2B for ; Mon, 14 Nov 2016 14:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9B1B7340F1A for ; Mon, 14 Nov 2016 14:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4880824C3 for ; Mon, 14 Nov 2016 14:02:05 +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: <1479132062.630b9e58fdea21f03ed0d29740fffa0e208bde5f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavlink-gbp-release/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavlink-gbp-release/Manifest dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.11.11.ebuild X-VCS-Directories: dev-ros/mavlink-gbp-release/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 630b9e58fdea21f03ed0d29740fffa0e208bde5f X-VCS-Branch: master Date: Mon, 14 Nov 2016 14:02:05 +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: a34d40bf-3ef4-4583-8285-68c067ac8b34 X-Archives-Hash: 6267d66901701e7271afe72311f152ac commit: 630b9e58fdea21f03ed0d29740fffa0e208bde5f Author: Alexis Ballier gentoo org> AuthorDate: Mon Nov 14 13:49:14 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Nov 14 14:01:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630b9e58 dev-ros/mavlink-gbp-release: bump to 2016.11.11 Package-Manager: portage-2.3.2 dev-ros/mavlink-gbp-release/Manifest | 1 + .../mavlink-gbp-release-2016.11.11.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ros/mavlink-gbp-release/Manifest b/dev-ros/mavlink-gbp-release/Manifest index 01cabcc..e51ef9c 100644 --- a/dev-ros/mavlink-gbp-release/Manifest +++ b/dev-ros/mavlink-gbp-release/Manifest @@ -1 +1,2 @@ +DIST mavlink-gbp-release-2016.11.11.tar.gz 462247 SHA256 589497d73033965fd1f5cb9894eb5ba790b33893b65c26befc9002185e23bd0d SHA512 e9a7df28a8125c306d4d4755b12866a194470a0cc94608b9d798fbc2c3033ee21f287e285bf74c86b93b4eacbead5ab4e2bad46d81ddbd41714e40fcfd5f64f4 WHIRLPOOL bfec6a897e515eea1176d6e9697b4e9e2d2c99837b93e64bc2ef18e231971e1b217f4ba9dc62fa6d797d2e75bcd51b71692dbe76f5e15b6f61579c87c6ad35b4 DIST mavlink-gbp-release-2016.7.7.tar.gz 524847 SHA256 927044566f4d5499bb89c0048683af65ee9f2615dbf9ce31f5bad33aac4bb595 SHA512 87a715a08e3467dc2865983ff6e93a34ac01abb11afd20daaedc863b6c22e5fbc3bef0905f301f3fa30d0c370640661e000ee852d1dc23ee37d2b9de461ae295 WHIRLPOOL be7edcbfb1641314237d6c5ae60ece805300ee4c7298e750b3d4dc1859cadf1a7c838d1044d3b9bce1c3c6daa9b18e206e5a93f93ea000b96243f6a30d1cee12 diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.11.11.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.11.11.ebuild new file mode 100644 index 00000000..e37119a --- /dev/null +++ b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.11.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/mavlink/mavlink-gbp-release" +VER_PREFIX=release/kinetic/mavlink/ +VER_SUFFIX=-${PV#*_p} +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +EGIT_BRANCH="release/kinetic/mavlink" +DESCRIPTION="MAVLink message marshaling library" +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/future[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}" +PATCHES=( "${FILESDIR}/gentoo.patch" )