diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-14 10:53:37 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-14 15:01:02 +0100 |
commit | e2e4fe5d2720f1b1f7c1b1871612fd98954cbdd2 (patch) | |
tree | 99dfe4029598596281e9ab12fa79b3ddbd92077b /ros-meta/mavros | |
parent | dev-ros/mavros_msgs: Bump to 0.18.4. (diff) | |
download | gentoo-e2e4fe5d2720f1b1f7c1b1871612fd98954cbdd2.tar.gz gentoo-e2e4fe5d2720f1b1f7c1b1871612fd98954cbdd2.tar.bz2 gentoo-e2e4fe5d2720f1b1f7c1b1871612fd98954cbdd2.zip |
ros-meta/mavros: Bump to 0.18.4.
Package-Manager: portage-2.3.2
Diffstat (limited to 'ros-meta/mavros')
-rw-r--r-- | ros-meta/mavros/mavros-0.18.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-0.18.4.ebuild b/ros-meta/mavros/mavros-0.18.4.ebuild new file mode 100644 index 000000000000..ade52e4ad50b --- /dev/null +++ b/ros-meta/mavros/mavros-0.18.4.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" |