From: Alexis Ballier Date: Tue, 13 Dec 2016 13:45:05 +0000 (+0100) Subject: ros-meta/mavros: Bump to 0.18.5. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0bf4519738e1b1b969acc43d2d471e8b843449d1;p=gentoo.git ros-meta/mavros: Bump to 0.18.5. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/ros-meta/mavros/mavros-0.18.5.ebuild b/ros-meta/mavros/mavros-0.18.5.ebuild new file mode 100644 index 000000000000..ade52e4ad50b --- /dev/null +++ b/ros-meta/mavros/mavros-0.18.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 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"