diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 20:03:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:38 +0200 |
commit | 13c0d9b7c3db0f38b5fa134d3f99c9b673ec09e0 (patch) | |
tree | 115cf95d0ab3d7b609a142828368d32b289a6124 /ros-meta/hector_slam | |
parent | ros-meta/common_tutorials: eapi7 (diff) | |
download | gentoo-13c0d9b7c3db0f38b5fa134d3f99c9b673ec09e0.tar.gz gentoo-13c0d9b7c3db0f38b5fa134d3f99c9b673ec09e0.tar.bz2 gentoo-13c0d9b7c3db0f38b5fa134d3f99c9b673ec09e0.zip |
ros-meta/hector_slam: eapi7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/hector_slam')
-rw-r--r-- | ros-meta/hector_slam/Manifest | 4 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-0.3.3.ebuild | 30 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-0.3.4.ebuild | 30 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-0.3.5.ebuild | 30 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-0.4.0.ebuild | 30 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | ros-meta/hector_slam/hector_slam-9999.ebuild | 4 |
7 files changed, 3 insertions, 127 deletions
diff --git a/ros-meta/hector_slam/Manifest b/ros-meta/hector_slam/Manifest index 7f07e39024e2..703025b72310 100644 --- a/ros-meta/hector_slam/Manifest +++ b/ros-meta/hector_slam/Manifest @@ -1,5 +1 @@ -DIST hector_slam-0.3.3.tar.gz 64368 BLAKE2B 8e046c9b69103c325004139528c12cba61198b4f55074c63fccc1f47df773533190e9bad7e0cf661490b38602e1e4aba00d82c7fe23f8fc4a1092ea50be333ca SHA512 755a639b865d897281f01e28ca8dcdf943d953422f38ba73ed7e982c22c178cb5becbb9d2962420136cad0927f5c412ce896fc9b1995b58d7163fb35a82c62c0 -DIST hector_slam-0.3.4.tar.gz 64569 BLAKE2B 17795b9ed735eee07aaa7069c84c1d055ce1f505743c6a33dc8c4bdf96ea7b65174a0b0eeea9c312541769199818d546617917b672f6e38b8cb6e90aa661d38b SHA512 c256ddf199f2b516241a612fb4bf7ab3d5531da20e89293465dd4ea948260c420f7b9c853ce44f9a3c9a18eee882f4e2c80ec18a8d1daf2bfc9d1accf358241a -DIST hector_slam-0.3.5.tar.gz 66002 BLAKE2B 6e370fedf49b450cd3dec77eb7a197cc13796d787c41a72d5bdf918661728e96ff9e388ab1f2c5cf64c13ff6e94e058fc4c8ba176307b63cc51b892c0183dd54 SHA512 7f61c6b0607295b6b96fb9cadbaafc7531013a0d7cfaab19630c14ac52cde8920376a57041577d2c9945130200ce5912ba331dd1e3d0f41297a928a34a45dfa1 -DIST hector_slam-0.4.0.tar.gz 66634 BLAKE2B 7d4798d4c247268d01a51a8d796441807f9243d074ccd4584b759da91779d8a565de28f18bd0d7d59b71e2710c71b39d7fafd4de5de8c6fbd8d3ca453788998b SHA512 1951a31fa02b042ce167367d94ab8a8f7481dc1eb3f6dc1c0f248f552ae8cf312af1ba9519eeefd3b24bed9b593a60b0734a23de9214ca35c48f7cc33ab5d437 DIST hector_slam-0.4.1.tar.gz 66772 BLAKE2B ad6f5596ea1fca2ed68017534280a4d622179de8df4c039e95f3e87a0e591212944d65e4d507194eb33584f7f55cba4fe398b19f5a22bfb3afce1b2406d1635d SHA512 bd0932971114f13c41c6e346756f2c95cc0a9a011d11202792a6f837757a144355e05c3e7ed1afa574b743166a78f1a7855c5693b0c57378611e50c386c2483e diff --git a/ros-meta/hector_slam/hector_slam-0.3.3.ebuild b/ros-meta/hector_slam/hector_slam-0.3.3.ebuild deleted file mode 100644 index 876aacbbd2e3..000000000000 --- a/ros-meta/hector_slam/hector_slam-0.3.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="hector_mapping and related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_compressed_map_transport - dev-ros/hector_geotiff_plugins - dev-ros/hector_imu_tools - dev-ros/hector_map_server - dev-ros/hector_marker_drawing - dev-ros/hector_trajectory_server - dev-ros/hector_geotiff - dev-ros/hector_imu_attitude_to_tf - dev-ros/hector_mapping - dev-ros/hector_map_tools - dev-ros/hector_nav_msgs - dev-ros/hector_slam_launch -" -DEPEND="" diff --git a/ros-meta/hector_slam/hector_slam-0.3.4.ebuild b/ros-meta/hector_slam/hector_slam-0.3.4.ebuild deleted file mode 100644 index 876aacbbd2e3..000000000000 --- a/ros-meta/hector_slam/hector_slam-0.3.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="hector_mapping and related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_compressed_map_transport - dev-ros/hector_geotiff_plugins - dev-ros/hector_imu_tools - dev-ros/hector_map_server - dev-ros/hector_marker_drawing - dev-ros/hector_trajectory_server - dev-ros/hector_geotiff - dev-ros/hector_imu_attitude_to_tf - dev-ros/hector_mapping - dev-ros/hector_map_tools - dev-ros/hector_nav_msgs - dev-ros/hector_slam_launch -" -DEPEND="" diff --git a/ros-meta/hector_slam/hector_slam-0.3.5.ebuild b/ros-meta/hector_slam/hector_slam-0.3.5.ebuild deleted file mode 100644 index 1921dce7d49b..000000000000 --- a/ros-meta/hector_slam/hector_slam-0.3.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="hector_mapping and related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_compressed_map_transport - dev-ros/hector_geotiff_plugins - dev-ros/hector_imu_tools - dev-ros/hector_map_server - dev-ros/hector_marker_drawing - dev-ros/hector_trajectory_server - dev-ros/hector_geotiff - dev-ros/hector_imu_attitude_to_tf - dev-ros/hector_mapping - dev-ros/hector_map_tools - dev-ros/hector_nav_msgs - dev-ros/hector_slam_launch -" -DEPEND="" diff --git a/ros-meta/hector_slam/hector_slam-0.4.0.ebuild b/ros-meta/hector_slam/hector_slam-0.4.0.ebuild deleted file mode 100644 index 9f15d442636e..000000000000 --- a/ros-meta/hector_slam/hector_slam-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="hector_mapping and related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_compressed_map_transport - dev-ros/hector_geotiff_plugins - dev-ros/hector_imu_tools - dev-ros/hector_map_server - dev-ros/hector_marker_drawing - dev-ros/hector_trajectory_server - dev-ros/hector_geotiff - dev-ros/hector_imu_attitude_to_tf - dev-ros/hector_mapping - dev-ros/hector_map_tools - dev-ros/hector_nav_msgs - dev-ros/hector_slam_launch -" -DEPEND="" diff --git a/ros-meta/hector_slam/hector_slam-0.4.1.ebuild b/ros-meta/hector_slam/hector_slam-0.4.1.ebuild index 05427f438ab6..4052345c1101 100644 --- a/ros-meta/hector_slam/hector_slam-0.4.1.ebuild +++ b/ros-meta/hector_slam/hector_slam-0.4.1.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 ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} diff --git a/ros-meta/hector_slam/hector_slam-9999.ebuild b/ros-meta/hector_slam/hector_slam-9999.ebuild index 876aacbbd2e3..4052345c1101 100644 --- a/ros-meta/hector_slam/hector_slam-9999.ebuild +++ b/ros-meta/hector_slam/hector_slam-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} |