Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros/
Date: Tue, 02 Feb 2021 14:28:34
Message-Id: 1612276104.0a1274990889d28036b1c53130f56391bd2f6350.aballier@gentoo
1 commit: 0a1274990889d28036b1c53130f56391bd2f6350
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 14:07:51 2021 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 14:28:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a127499
7
8 dev-ros/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 dev-ros/mavros/Manifest | 1 +
14 dev-ros/mavros/mavros-1.5.2.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/dev-ros/mavros/Manifest b/dev-ros/mavros/Manifest
18 index a4cbf1623ad..24677433e02 100644
19 --- a/dev-ros/mavros/Manifest
20 +++ b/dev-ros/mavros/Manifest
21 @@ -1,2 +1,3 @@
22 DIST mavros-1.2.0.tar.gz 309704 BLAKE2B 85fa9079e6e26a5507878a092f671dfc387f52c65b9d1b2ba1f66d98439369550807b8afe3c99e276725b0c14d479eb1df2bd75870f2b78fe6e95c6020355cc9 SHA512 b37e3713ab15bdac23e88f3e7111821c7eaaaa263d7354852a18dd1e9f6f782a2e9450b29264536b8d712ab04021ddd84d82deeb932715d8e486dc019bb6f374
23 DIST mavros-1.4.0.tar.gz 316881 BLAKE2B 2f7d401024fb8ce08a91e70b175bfacfcd6ec28ae8bd744ed4fba20c8a8362eaed71143c3fa34b53084d92ed5bccda3b291bc08f310f7a1c48fb25f608709c48 SHA512 d09c328d9878ada83c2c34cd44b582085e2ca5770ce78b6a52d27545333d43d5f7f92be14e3636db5ecee8d8d9e95134693ec8d4676adee5e1307ac958f182b6
24 +DIST mavros-1.5.2.tar.gz 319006 BLAKE2B 7ae349460f6edd44c716776dacb1014248f2d03fe0aad0a79e832091311f6e553cea714588099e70f3e1b0d8f4ba6a415e7e2554d5a8dedaae537a1955037cb4 SHA512 67aed9c6ef55c486008e1ee7125367f4ec1a6536cc7f28548c3434617a8a7429dd56a4f17af7dbe4678a8499ef69b57d72d4453fd5a2e54d9600b945314d1316
25
26 diff --git a/dev-ros/mavros/mavros-1.5.2.ebuild b/dev-ros/mavros/mavros-1.5.2.ebuild
27 new file mode 100644
28 index 00000000000..6d42a584d79
29 --- /dev/null
30 +++ b/dev-ros/mavros/mavros-1.5.2.ebuild
31 @@ -0,0 +1,39 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +ROS_REPO_URI="https://github.com/mavlink/mavros"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="MAVLink extendable communication node for ROS"
43 +LICENSE="GPL-3 LGPL-3 BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/diagnostic_updater
49 + dev-ros/pluginlib
50 + dev-libs/tinyxml2:=
51 + dev-ros/roscpp
52 + dev-ros/tf
53 + dev-ros/angles
54 + dev-ros/libmavconn
55 + dev-ros/rosconsole_bridge
56 + dev-libs/boost:=
57 + dev-ros/eigen_conversions
58 + sci-geosciences/GeographicLib
59 + >=dev-ros/mavlink-gbp-release-2020.9.10
60 + dev-libs/console_bridge:=
61 +"
62 +DEPEND="${RDEPEND}
63 + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
64 + >=dev-ros/mavros_msgs-${PV}[${CATKIN_MESSAGES_CXX_USEDEP}]
65 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
66 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
67 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
68 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
69 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
70 +"