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 99F4C59CA9 for ; Tue, 29 Mar 2016 14:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A1D021C02A; Tue, 29 Mar 2016 14:34:01 +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 7A38D21C02A for ; Tue, 29 Mar 2016 14:34:00 +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 8F4B1340CA5 for ; Tue, 29 Mar 2016 14:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED36D86F for ; Tue, 29 Mar 2016 14:33:56 +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: <1459261780.ef2ad140ecf2820392ef9c92f585a6478b70b2c2.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.1.ebuild X-VCS-Directories: ros-meta/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ef2ad140ecf2820392ef9c92f585a6478b70b2c2 X-VCS-Branch: master Date: Tue, 29 Mar 2016 14:33:56 +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: 3368d50b-c157-4891-8fbf-0432c7a5d757 X-Archives-Hash: b51e9021aec6b9423907257a5ef65622 commit: ef2ad140ecf2820392ef9c92f585a6478b70b2c2 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 29 14:29:40 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 29 14:29:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2ad140 ros-meta/mavros: Bump to 0.17.1. Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/mavros/mavros-0.17.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ros-meta/mavros/mavros-0.17.1.ebuild b/ros-meta/mavros/mavros-0.17.1.ebuild new file mode 100644 index 0000000..84de950 --- /dev/null +++ b/ros-meta/mavros/mavros-0.17.1.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"