summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-14 12:47:15 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-14 13:05:04 +0200
commitbbcfde964545fe019119e8626be76b3cae2c5295 (patch)
tree989198a7e9dc14fb79261563d672aec9c467b48d /dev-ros/libmavconn/libmavconn-1.4.0.ebuild
parentdev-ros/mavros_msgs: Bump to 1.4.0. (diff)
downloadgentoo-bbcfde964545fe019119e8626be76b3cae2c5295.tar.gz
gentoo-bbcfde964545fe019119e8626be76b3cae2c5295.tar.bz2
gentoo-bbcfde964545fe019119e8626be76b3cae2c5295.zip
dev-ros/libmavconn: Bump to 1.4.0.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-1.4.0.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-1.4.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/libmavconn/libmavconn-1.4.0.ebuild b/dev-ros/libmavconn/libmavconn-1.4.0.ebuild
new file mode 100644
index 000000000000..9a943481d549
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 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 )
+"