summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-02-02 15:07:48 +0100
committerAlexis Ballier <aballier@gentoo.org>2021-02-02 15:28:24 +0100
commit6b8416830a0581b5025f23e0e7bfa8676d43e228 (patch)
treef4cf2139776462941d939b1f263a1145f39ca526 /dev-ros/libmavconn/libmavconn-1.5.2.ebuild
parentdev-ros/mavros_msgs: Bump to 1.5.2. (diff)
downloadgentoo-6b8416830a0581b5025f23e0e7bfa8676d43e228.tar.gz
gentoo-6b8416830a0581b5025f23e0e7bfa8676d43e228.tar.bz2
gentoo-6b8416830a0581b5025f23e0e7bfa8676d43e228.zip
dev-ros/libmavconn: Bump to 1.5.2.
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-1.5.2.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-1.5.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/libmavconn/libmavconn-1.5.2.ebuild b/dev-ros/libmavconn/libmavconn-1.5.2.ebuild
new file mode 100644
index 000000000000..8f7b83354449
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-1.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/mavlink/mavros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="MAVLink communication library"
+LICENSE="GPL-3 LGPL-3 BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-ros/mavlink-gbp-release-2016.7.7
+ dev-libs/boost:=
+ dev-libs/console_bridge:=
+"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )
+"