summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-06 15:15:30 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-06 15:30:08 +0200
commitfff58d9a3b31cd87c0a868c2b08fb2043b698db6 (patch)
tree617976becff2c8d3b140aa3bbf94f7c5282fdcd1 /dev-ros/libmavconn/libmavconn-1.8.0.ebuild
parentdev-ros/mavros_msgs: Bump to 1.8.0. (diff)
downloadgentoo-fff58d9a3b31cd87c0a868c2b08fb2043b698db6.tar.gz
gentoo-fff58d9a3b31cd87c0a868c2b08fb2043b698db6.tar.bz2
gentoo-fff58d9a3b31cd87c0a868c2b08fb2043b698db6.zip
dev-ros/libmavconn: Bump to 1.8.0.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-1.8.0.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-1.8.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/libmavconn/libmavconn-1.8.0.ebuild b/dev-ros/libmavconn/libmavconn-1.8.0.ebuild
new file mode 100644
index 000000000000..8f7b83354449
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-1.8.0.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 )
+"