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 E638E138262 for ; Tue, 24 May 2016 07:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB7DB14301; Tue, 24 May 2016 07:42:31 +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 3BBF9142FE for ; Tue, 24 May 2016 07:42:26 +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 69AE3340942 for ; Tue, 24 May 2016 07:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180FBD06 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: <1464075293.9c4f0e71f717c76a2cf855a3f81baf004f774d17.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.17.3.ebuild X-VCS-Directories: ros-meta/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9c4f0e71f717c76a2cf855a3f81baf004f774d17 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: 0babc417-bc1b-4c06-9c24-618521360f12 X-Archives-Hash: d2aaff930d1bf08d00e889b1fb83d89b commit: 9c4f0e71f717c76a2cf855a3f81baf004f774d17 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 24 07:34:53 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 24 07:34:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4f0e71 ros-meta/mavros: Bump to 0.17.3. Package-Manager: portage-2.3.0_rc1 ros-meta/mavros/mavros-0.17.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ros-meta/mavros/mavros-0.17.3.ebuild b/ros-meta/mavros/mavros-0.17.3.ebuild new file mode 100644 index 0000000..ade52e4 --- /dev/null +++ b/ros-meta/mavros/mavros-0.17.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 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"