ros-meta/mavros: Bump to 0.18.7.
authorAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 14:55:31 +0000 (15:55 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 15:40:23 +0000 (16:40 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

ros-meta/mavros/mavros-0.18.7.ebuild [new file with mode: 0644]

diff --git a/ros-meta/mavros/mavros-0.18.7.ebuild b/ros-meta/mavros/mavros-0.18.7.ebuild
new file mode 100644 (file)
index 0000000..ed4914d
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Metapackage for mavros packages"
+LICENSE="metapackage"
+SLOT="0"
+IUSE=""
+HOMEPAGE="http://wiki.ros.org/mavros"
+
+RDEPEND="
+       dev-ros/libmavconn
+       dev-ros/mavros
+       dev-ros/mavros_extras
+       dev-ros/mavros_msgs
+"
+DEPEND="${RDEPEND}"
+[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"