summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-27 15:55:00 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-27 16:40:23 +0100
commit5f36dc07cf2ef06227bf2b05356a1fad63514782 (patch)
treef6419c9fc2b98614cd39862d105a4a1421e91ade /dev-ros/libmavconn/libmavconn-0.18.7.ebuild
parentdev-python/aodhclient: no test-requirements file, bug 611100 (diff)
downloadgentoo-5f36dc07cf2ef06227bf2b05356a1fad63514782.tar.gz
gentoo-5f36dc07cf2ef06227bf2b05356a1fad63514782.tar.bz2
gentoo-5f36dc07cf2ef06227bf2b05356a1fad63514782.zip
dev-ros/libmavconn: Bump to 0.18.7.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-0.18.7.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-0.18.7.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/libmavconn/libmavconn-0.18.7.ebuild b/dev-ros/libmavconn/libmavconn-0.18.7.ebuild
new file mode 100644
index 000000000000..78643dd8965f
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-0.18.7.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}"