commit: b48a184c33ffce08fd2648f0e409c0a283d18a5c Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jan 12 08:28:19 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jan 12 08:31:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a184c
ros-meta/mavros: Bump to 0.16.5. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> ros-meta/mavros/mavros-0.16.5.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 0000000..84de950 --- /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"
