diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-01-12 09:28:19 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-01-12 09:31:52 +0100 |
commit | b48a184c33ffce08fd2648f0e409c0a283d18a5c (patch) | |
tree | 9a02873b4135ea43e9efe81a6b7ce854d90051b2 /ros-meta/mavros | |
parent | dev-ros/mavros_msgs: Bump to 0.16.5. (diff) | |
download | gentoo-b48a184c33ffce08fd2648f0e409c0a283d18a5c.tar.gz gentoo-b48a184c33ffce08fd2648f0e409c0a283d18a5c.tar.bz2 gentoo-b48a184c33ffce08fd2648f0e409c0a283d18a5c.zip |
ros-meta/mavros: Bump to 0.16.5.
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/mavros')
-rw-r--r-- | ros-meta/mavros/mavros-0.16.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-0.16.5.ebuild b/ros-meta/mavros/mavros-0.16.5.ebuild new file mode 100644 index 000000000000..84de950bbc21 --- /dev/null +++ b/ros-meta/mavros/mavros-0.16.5.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" |