summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-11 10:09:25 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-11 10:20:05 +0100
commit170c014528ede271c4a870f099eb2441a734fb96 (patch)
tree56ba1aeb7463acf2246adecf1f22a677bd732c11
parentdev-ros/mavros_msgs: Bump to 0.17.0. (diff)
downloadgentoo-170c014528ede271c4a870f099eb2441a734fb96.tar.gz
gentoo-170c014528ede271c4a870f099eb2441a734fb96.tar.bz2
gentoo-170c014528ede271c4a870f099eb2441a734fb96.zip
ros-meta/mavros: Bump to 0.17.0.
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--ros-meta/mavros/mavros-0.17.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-0.17.0.ebuild b/ros-meta/mavros/mavros-0.17.0.ebuild
new file mode 100644
index 000000000000..84de950bbc21
--- /dev/null
+++ b/ros-meta/mavros/mavros-0.17.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 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"