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