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 847B01388C3 for ; Tue, 12 Jan 2016 08:32:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 505C421C002; Tue, 12 Jan 2016 08:32:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7B5B21C002 for ; Tue, 12 Jan 2016 08:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF047340A3B for ; Tue, 12 Jan 2016 08:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D673D06 for ; Tue, 12 Jan 2016 08:32:03 +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: <1452587512.b48a184c33ffce08fd2648f0e409c0a283d18a5c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/mavros/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/mavros/mavros-0.16.5.ebuild X-VCS-Directories: ros-meta/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b48a184c33ffce08fd2648f0e409c0a283d18a5c X-VCS-Branch: master Date: Tue, 12 Jan 2016 08:32:03 +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: 6429db88-aa88-4562-90de-dfa879ad0439 X-Archives-Hash: 9688a266be931982d3ca608e3a993e6a commit: b48a184c33ffce08fd2648f0e409c0a283d18a5c Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 12 08:28:19 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 12 08:31:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a184c ros-meta/mavros: Bump to 0.16.5. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/mavros/mavros-0.16.5.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ros-meta/mavros/mavros-0.16.5.ebuild b/ros-meta/mavros/mavros-0.16.5.ebuild new file mode 100644 index 0000000..84de950 --- /dev/null +++ b/ros-meta/mavros/mavros-0.16.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Metapackage for mavros packages" +LICENSE="metapackage" +SLOT="0" +IUSE="" +HOMEPAGE="http://wiki.ros.org/mavros" + +RDEPEND=" + dev-ros/libmavconn + dev-ros/mavros + dev-ros/mavros_extras + dev-ros/mavros_msgs +" +DEPEND="${RDEPEND}" +[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"