Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/mavros/
Date: Tue, 24 Nov 2015 12:41:55
Message-Id: 1448368653.cca5073ac9a4113f05c3534caf1396cc6cbfc972.aballier@gentoo
1 commit: cca5073ac9a4113f05c3534caf1396cc6cbfc972
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 12:37:33 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 12:37:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca5073a
7
8 ros-meta/mavros: Add metapackage for mavros
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/mavros/mavros-9999.ebuild | 20 ++++++++++++++++++++
14 ros-meta/mavros/metadata.xml | 5 +++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/ros-meta/mavros/mavros-9999.ebuild b/ros-meta/mavros/mavros-9999.ebuild
18 new file mode 100644
19 index 0000000..84de950
20 --- /dev/null
21 +++ b/ros-meta/mavros/mavros-9999.ebuild
22 @@ -0,0 +1,20 @@
23 +# Copyright 1999-2014 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +DESCRIPTION="Metapackage for mavros packages"
30 +LICENSE="metapackage"
31 +SLOT="0"
32 +IUSE=""
33 +HOMEPAGE="http://wiki.ros.org/mavros"
34 +
35 +RDEPEND="
36 + dev-ros/libmavconn
37 + dev-ros/mavros
38 + dev-ros/mavros_extras
39 + dev-ros/mavros_msgs
40 +"
41 +DEPEND="${RDEPEND}"
42 +[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"
43
44 diff --git a/ros-meta/mavros/metadata.xml b/ros-meta/mavros/metadata.xml
45 new file mode 100644
46 index 0000000..0dd0fc3
47 --- /dev/null
48 +++ b/ros-meta/mavros/metadata.xml
49 @@ -0,0 +1,5 @@
50 +<?xml version='1.0' encoding='UTF-8'?>
51 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 +<pkgmetadata>
53 + <herd>ros</herd>
54 +</pkgmetadata>