diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-05-11 09:46:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-05-11 09:46:22 +0200 |
commit | bd2eb284915b83ae6d96e33869c9646b7ee1dd8b (patch) | |
tree | 0ff65a5f83d58efd83337d5744b139c2d021006a /ros-meta | |
parent | dev-ros/mavros_msgs: Bump to 0.17.2. (diff) | |
download | gentoo-bd2eb284915b83ae6d96e33869c9646b7ee1dd8b.tar.gz gentoo-bd2eb284915b83ae6d96e33869c9646b7ee1dd8b.tar.bz2 gentoo-bd2eb284915b83ae6d96e33869c9646b7ee1dd8b.zip |
ros-meta/mavros: Bump to 0.17.2.
Package-Manager: portage-2.2.28
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/mavros/mavros-0.17.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-0.17.2.ebuild b/ros-meta/mavros/mavros-0.17.2.ebuild new file mode 100644 index 000000000000..84de950bbc21 --- /dev/null +++ b/ros-meta/mavros/mavros-0.17.2.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" |