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