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, 15 Dec 2015 09:27:36
Message-Id: 1450170635.d5adcce5b15a1ee3acc0f71dce52480efb814098.aballier@gentoo
1 commit: d5adcce5b15a1ee3acc0f71dce52480efb814098
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 09:10:35 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 09:10:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5adcce5
7
8 ros-meta/mavros: Bump to 0.16.4.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/mavros/mavros-0.16.4.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 diff --git a/ros-meta/mavros/mavros-0.16.4.ebuild b/ros-meta/mavros/mavros-0.16.4.ebuild
17 new file mode 100644
18 index 0000000..84de950
19 --- /dev/null
20 +++ b/ros-meta/mavros/mavros-0.16.4.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"