commit: 383746c06fedab526e07945eb4d87a0ff66c9f4c Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Aug 6 13:15:40 2021 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Aug 6 13:30:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383746c0
ros-meta/mavros: Bump to 1.8.0. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> ros-meta/mavros/mavros-1.8.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ros-meta/mavros/mavros-1.8.0.ebuild b/ros-meta/mavros/mavros-1.8.0.ebuild new file mode 100644 index 00000000000..f6781e00784 --- /dev/null +++ b/ros-meta/mavros/mavros-1.8.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Metapackage for mavros packages" +LICENSE="metapackage" +SLOT="0" +IUSE="" +HOMEPAGE="https://wiki.ros.org/mavros" + +RDEPEND=" + dev-ros/mavros_msgs + dev-ros/libmavconn + dev-ros/mavros + dev-ros/mavros_extras +" +DEPEND="${RDEPEND}" +[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"
