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