commit: 5c2d62a75b384e61f92cdd2dbfecfa270aaec2c7 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 14:55:31 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 15:40:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2d62a7
ros-meta/mavros: Bump to 0.18.7. Package-Manager: Portage-2.3.3, Repoman-2.3.1 ros-meta/mavros/mavros-0.18.7.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ros-meta/mavros/mavros-0.18.7.ebuild b/ros-meta/mavros/mavros-0.18.7.ebuild new file mode 100644 index 0000000000..ed4914d551 --- /dev/null +++ b/ros-meta/mavros/mavros-0.18.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 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"
