diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-14 12:47:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-14 13:05:05 +0200 |
commit | a2295d1c6018a2b10ae2db27f9071ade498de262 (patch) | |
tree | 5f3b88cde8e18ecbd32aa1cd99b31b6f90342f19 /ros-meta | |
parent | dev-ros/mavros_extras: Bump to 1.4.0. (diff) | |
download | gentoo-a2295d1c6018a2b10ae2db27f9071ade498de262.tar.gz gentoo-a2295d1c6018a2b10ae2db27f9071ade498de262.tar.bz2 gentoo-a2295d1c6018a2b10ae2db27f9071ade498de262.zip |
ros-meta/mavros: Bump to 1.4.0.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/mavros/mavros-1.4.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-1.4.0.ebuild b/ros-meta/mavros/mavros-1.4.0.ebuild new file mode 100644 index 000000000000..1696b416fda8 --- /dev/null +++ b/ros-meta/mavros/mavros-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 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" |