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