Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/slam_gmapping/
Date: Mon, 12 Oct 2020 19:09:01
Message-Id: 1602529726.04863279b5680a6eb71b916423f4a161fac1db8e.aballier@gentoo
1 commit: 04863279b5680a6eb71b916423f4a161fac1db8e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 18:57:32 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 19:08:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04863279
7
8 ros-meta/slam_gmapping: Bump to 1.4.2.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/slam_gmapping/Manifest | 1 +
14 ros-meta/slam_gmapping/slam_gmapping-1.4.2.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/ros-meta/slam_gmapping/Manifest b/ros-meta/slam_gmapping/Manifest
18 index 20b0b918743..ebd6e46d81f 100644
19 --- a/ros-meta/slam_gmapping/Manifest
20 +++ b/ros-meta/slam_gmapping/Manifest
21 @@ -1,2 +1,3 @@
22 DIST slam_gmapping-1.4.0.tar.gz 21123 BLAKE2B 088d1bfaa69bf98eb2b2176afbfadf843f5f478f9c54dc7eb32fa91116da31bab66f9a1ac09d0535629cc5a7f604d153c90c5a25f173fb867369aa9e33d4d7b2 SHA512 ae7984716113e24e1bced88523729481829303a2b88d247b8fc8bdd23c0f38b4ce6260d7086d79a6653ecfdbe8ba60ae011af20180ffcb5025cd9d347d3e76b1
23 DIST slam_gmapping-1.4.1.tar.gz 21258 BLAKE2B 61b6ee8064be43a3f6e1cafba4efb24b9cf9faa471f749539dcf5aaba9a027885f32549f9df465b88cf02a38f7ebca8fdea469880512298ab0ebf221a3e18bfb SHA512 adc458a033ed0c573a1099ff8c8164d5157b5fd94efafa92fc3a45bcde86a0754f582e87743289637c2f6f7632557ac924ed2cf62d89b15f1a47b822773dbdba
24 +DIST slam_gmapping-1.4.2.tar.gz 21721 BLAKE2B 63ac4ccc1238cc4fecbf416e2fb716d1b679b4ae4d2d94508887ede8894402d77564af0f60a3b8d0b1661c91d755a5276aabd3894826af436ce11bd6119619b2 SHA512 d21810149ffe09cf57730e8657298f0d5c7aaa2cd6257b4e891ef990e2b6c727f2246d22d7272969a11604e33887e245d8d66980cb0c158f875810f4ff17072a
25
26 diff --git a/ros-meta/slam_gmapping/slam_gmapping-1.4.2.ebuild b/ros-meta/slam_gmapping/slam_gmapping-1.4.2.ebuild
27 new file mode 100644
28 index 00000000000..b2431032f7d
29 --- /dev/null
30 +++ b/ros-meta/slam_gmapping/slam_gmapping-1.4.2.ebuild
31 @@ -0,0 +1,17 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="dev-ros/gmapping"
48 +DEPEND=""