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 561C71388C1 for ; Tue, 24 Nov 2015 12:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19BD121C077; Tue, 24 Nov 2015 12:41:53 +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 72F6621C07B for ; Tue, 24 Nov 2015 12:41:52 +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 4FC3B340739 for ; Tue, 24 Nov 2015 12:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B205A50 for ; Tue, 24 Nov 2015 12:41:46 +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: <1448368653.cca5073ac9a4113f05c3534caf1396cc6cbfc972.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-9999.ebuild ros-meta/mavros/metadata.xml X-VCS-Directories: ros-meta/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cca5073ac9a4113f05c3534caf1396cc6cbfc972 X-VCS-Branch: master Date: Tue, 24 Nov 2015 12:41:46 +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: 5cd7d7c7-b7ca-4572-b785-f2ee412f76b3 X-Archives-Hash: b77eb35c86437577ea53981bab41e21e commit: cca5073ac9a4113f05c3534caf1396cc6cbfc972 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 24 12:37:33 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 24 12:37:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca5073a ros-meta/mavros: Add metapackage for mavros Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/mavros/mavros-9999.ebuild | 20 ++++++++++++++++++++ ros-meta/mavros/metadata.xml | 5 +++++ 2 files changed, 25 insertions(+) diff --git a/ros-meta/mavros/mavros-9999.ebuild b/ros-meta/mavros/mavros-9999.ebuild new file mode 100644 index 0000000..84de950 --- /dev/null +++ b/ros-meta/mavros/mavros-9999.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" diff --git a/ros-meta/mavros/metadata.xml b/ros-meta/mavros/metadata.xml new file mode 100644 index 0000000..0dd0fc3 --- /dev/null +++ b/ros-meta/mavros/metadata.xml @@ -0,0 +1,5 @@ + + + + ros +