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: Sat, 04 Nov 2017 13:23:36
Message-Id: 1509801790.5f402f4dd8870c2021904260198e63886228a742.aballier@gentoo
1 commit: 5f402f4dd8870c2021904260198e63886228a742
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 12:10:30 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 13:23:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f402f4d
7
8 ros-meta/slam_gmapping: Bump to 1.3.9.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 ros-meta/slam_gmapping/Manifest | 1 +
13 ros-meta/slam_gmapping/slam_gmapping-1.3.9.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/ros-meta/slam_gmapping/Manifest b/ros-meta/slam_gmapping/Manifest
17 index 03e8e1a1a9a..7a3e3d6e226 100644
18 --- a/ros-meta/slam_gmapping/Manifest
19 +++ b/ros-meta/slam_gmapping/Manifest
20 @@ -1 +1,2 @@
21 DIST slam_gmapping-1.3.8.tar.gz 20533 SHA256 027e31fbe6d8768a746b0eeb93238459b295b15efc0f43f9410afc57d71385d1 SHA512 d7b054296f286a5e61e5f952a29ccff2165503123ab6a89724ec34180fb0f4c452fc0ae81ec853cac170b304095e62cef420431e5aca85a262febc2b5ab5ccf2 WHIRLPOOL ced3e8b2c1f3887afd6df6ea780d3a9a111b29f20db0dedf6af497737e9b2f7c089ce3f673ba309262271c2741a1b73474c2412bbe89c84937c706bad0d95b15
22 +DIST slam_gmapping-1.3.9.tar.gz 20951 SHA256 5dfd3dc967d8861b820d5ab7355024c3f1626c3fa7b422cf93a85e292ed4d04a SHA512 fcab88127507206274e903de804aa9167b30c1dd9fbf2875aeafb990285923223a2ce71edecede60d2c93dba2d8fffd0d371abd643647755094abd9ffe0aba73 WHIRLPOOL d31c1a266bca525d32af4812bc11264702c27b609b4742d329ef4f669cd39f6e16a88561f9aa72448e6b4157478df157284aa8d1785f839c86b3e05ec661c14d
23
24 diff --git a/ros-meta/slam_gmapping/slam_gmapping-1.3.9.ebuild b/ros-meta/slam_gmapping/slam_gmapping-1.3.9.ebuild
25 new file mode 100644
26 index 00000000000..8fb94572a76
27 --- /dev/null
28 +++ b/ros-meta/slam_gmapping/slam_gmapping-1.3.9.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
35 +KEYWORDS="~amd64 ~arm"
36 +ROS_SUBDIR=${PN}
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
41 +LICENSE="CC-BY-NC-SA-2.5"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="dev-ros/gmapping"
46 +DEPEND=""