diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-02-02 15:07:58 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-02-02 15:28:25 +0100 |
commit | 7922802a4286b45fa5795767c777cfe1316428cb (patch) | |
tree | f4a4b35696d6a3738ff0d00849313b4a31125073 /ros-meta | |
parent | dev-ros/mavros_extras: Bump to 1.5.2. (diff) | |
download | gentoo-7922802a4286b45fa5795767c777cfe1316428cb.tar.gz gentoo-7922802a4286b45fa5795767c777cfe1316428cb.tar.bz2 gentoo-7922802a4286b45fa5795767c777cfe1316428cb.zip |
ros-meta/mavros: Bump to 1.5.2.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/mavros/mavros-1.5.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ros-meta/mavros/mavros-1.5.2.ebuild b/ros-meta/mavros/mavros-1.5.2.ebuild new file mode 100644 index 000000000000..f6781e007847 --- /dev/null +++ b/ros-meta/mavros/mavros-1.5.2.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" |