diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-24 13:38:06 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-24 13:38:06 +0100 |
commit | 6a14e18c01fd1bdcd8904f80681b42b8cfd7123e (patch) | |
tree | e3aa266da468a80a9671c40477b2a431ac03bc81 /ros-meta/mavros | |
parent | dev-ros/mavros_msgs: Bump to 0.16.3. (diff) | |
download | gentoo-6a14e18c01fd1bdcd8904f80681b42b8cfd7123e.tar.gz gentoo-6a14e18c01fd1bdcd8904f80681b42b8cfd7123e.tar.bz2 gentoo-6a14e18c01fd1bdcd8904f80681b42b8cfd7123e.zip |
ros-meta/mavros: Bump to 0.16.3.
Package-Manager: portage-2.2.25
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/mavros')
-rw-r--r-- | ros-meta/mavros/mavros-0.16.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-0.16.3.ebuild b/ros-meta/mavros/mavros-0.16.3.ebuild new file mode 100644 index 000000000000..84de950bbc21 --- /dev/null +++ b/ros-meta/mavros/mavros-0.16.3.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" |