summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-08 16:29:13 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-08 16:33:05 +0100
commit2ec7ce7bb22de0ea1487e8499fab6be20fe30626 (patch)
tree6f61b77cf5c2028262959017287bf6b4e6185eea /dev-ros/libmavconn/libmavconn-0.18.6.ebuild
parentdev-ros/mavlink-gbp-release: bump to 2017.2.7 (diff)
downloadgentoo-2ec7ce7bb22de0ea1487e8499fab6be20fe30626.tar.gz
gentoo-2ec7ce7bb22de0ea1487e8499fab6be20fe30626.tar.bz2
gentoo-2ec7ce7bb22de0ea1487e8499fab6be20fe30626.zip
dev-ros/libmavconn: Bump to 0.18.6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-0.18.6.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-0.18.6.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/libmavconn/libmavconn-0.18.6.ebuild b/dev-ros/libmavconn/libmavconn-0.18.6.ebuild
new file mode 100644
index 000000000000..78643dd8965f
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-0.18.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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}"