diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 20:30:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:50 +0200 |
commit | c05895317daa9f68750278da1969bca7cd648585 (patch) | |
tree | 45ac2aeb06afd7a3a03c100ef34ea3e249c28386 /ros-meta | |
parent | ros-meta/rosserial: eapi7 (diff) | |
download | gentoo-c05895317daa9f68750278da1969bca7cd648585.tar.gz gentoo-c05895317daa9f68750278da1969bca7cd648585.tar.bz2 gentoo-c05895317daa9f68750278da1969bca7cd648585.zip |
ros-meta/mavros: eapi7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/mavros/mavros-0.18.7.ebuild | 19 | ||||
-rw-r--r-- | ros-meta/mavros/mavros-0.19.0.ebuild | 19 | ||||
-rw-r--r-- | ros-meta/mavros/mavros-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | ros-meta/mavros/mavros-9999.ebuild | 4 |
4 files changed, 3 insertions, 41 deletions
diff --git a/ros-meta/mavros/mavros-0.18.7.ebuild b/ros-meta/mavros/mavros-0.18.7.ebuild deleted file mode 100644 index ecca1d02930a..000000000000 --- a/ros-meta/mavros/mavros-0.18.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" diff --git a/ros-meta/mavros/mavros-0.19.0.ebuild b/ros-meta/mavros/mavros-0.19.0.ebuild deleted file mode 100644 index ecca1d02930a..000000000000 --- a/ros-meta/mavros/mavros-0.19.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" diff --git a/ros-meta/mavros/mavros-1.2.0.ebuild b/ros-meta/mavros/mavros-1.2.0.ebuild index 1d01e705dfd5..b3f4345ab3dc 100644 --- a/ros-meta/mavros/mavros-1.2.0.ebuild +++ b/ros-meta/mavros/mavros-1.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Metapackage for mavros packages" LICENSE="metapackage" diff --git a/ros-meta/mavros/mavros-9999.ebuild b/ros-meta/mavros/mavros-9999.ebuild index 4d4a883031cc..b3f4345ab3dc 100644 --- a/ros-meta/mavros/mavros-9999.ebuild +++ b/ros-meta/mavros/mavros-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Metapackage for mavros packages" LICENSE="metapackage" |