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 05DC01382FE for ; Mon, 11 Jul 2016 10:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C91BE0B57; Mon, 11 Jul 2016 10:19:02 +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 2CCD9E0B4F for ; Mon, 11 Jul 2016 10:19:01 +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 639D7340E3B for ; Mon, 11 Jul 2016 10:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 807FE244F for ; Mon, 11 Jul 2016 10:18: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: <1468232328.75b3a75fe6a52f6ba275d54d38575cfa8156636c.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.18.3.ebuild X-VCS-Directories: ros-meta/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 75b3a75fe6a52f6ba275d54d38575cfa8156636c X-VCS-Branch: master Date: Mon, 11 Jul 2016 10:18: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: 2b61bf56-8723-4f6b-80fd-d4efc48666a7 X-Archives-Hash: 5adcdb96be812ba6310b107cac09a75a commit: 75b3a75fe6a52f6ba275d54d38575cfa8156636c Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 11 10:06:04 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 11 10:18:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b3a75f ros-meta/mavros: Bump to 0.18.3. Package-Manager: portage-2.3.0 ros-meta/mavros/mavros-0.18.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ros-meta/mavros/mavros-0.18.3.ebuild b/ros-meta/mavros/mavros-0.18.3.ebuild new file mode 100644 index 0000000..ade52e4 --- /dev/null +++ b/ros-meta/mavros/mavros-0.18.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"