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: 1448368686.6a14e18c01fd1bdcd8904f80681b42b8cfd7123e.aballier@gentoo
1 commit: 6a14e18c01fd1bdcd8904f80681b42b8cfd7123e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 12:38:06 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 12:38:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a14e18c
7
8 ros-meta/mavros: Bump to 0.16.3.
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/mavros/mavros-0.16.3.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 diff --git a/ros-meta/mavros/mavros-0.16.3.ebuild b/ros-meta/mavros/mavros-0.16.3.ebuild
17 new file mode 100644
18 index 0000000..84de950
19 --- /dev/null
20 +++ b/ros-meta/mavros/mavros-0.16.3.ebuild
21 @@ -0,0 +1,20 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +DESCRIPTION="Metapackage for mavros packages"
29 +LICENSE="metapackage"
30 +SLOT="0"
31 +IUSE=""
32 +HOMEPAGE="http://wiki.ros.org/mavros"
33 +
34 +RDEPEND="
35 + dev-ros/libmavconn
36 + dev-ros/mavros
37 + dev-ros/mavros_extras
38 + dev-ros/mavros_msgs
39 +"
40 +DEPEND="${RDEPEND}"
41 +[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"