Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gmapping/
Date: Sun, 28 Jan 2018 12:54:44
Message-Id: 1517144071.14bfac86e1150e01d44f31ce7ae349a1067d5d75.aballier@gentoo
1 commit: 14bfac86e1150e01d44f31ce7ae349a1067d5d75
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:36:29 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 12:54:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bfac86
7
8 dev-ros/gmapping: Bump to 1.3.10.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-ros/gmapping/Manifest | 1 +
13 dev-ros/gmapping/gmapping-1.3.10.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ros/gmapping/Manifest b/dev-ros/gmapping/Manifest
17 index 092b88f9b9c..83c0916daaf 100644
18 --- a/dev-ros/gmapping/Manifest
19 +++ b/dev-ros/gmapping/Manifest
20 @@ -1,2 +1,3 @@
21 +DIST slam_gmapping-1.3.10.tar.gz 21032 BLAKE2B cca0779e64d45622dad4ec29cb3c1d0162176038288c0aa7b117f1a76a7655f3af3024dba7ff1025948e400e0176794a553e357a235187d9196161a635ab6d01 SHA512 fa4485ddc9fcfaac63a63d209a5a994e33e78546a39edcf47eb3c3f1775f0d87a1f562319058868838990bbf85a9515ff0228779dce7531148f208b3522e7e7a
22 DIST slam_gmapping-1.3.8.tar.gz 20533 BLAKE2B 5e096b4863077941843b966f2991a23c24e5396d42d0d8cd8beb7123805d085d07b8ac7e8e4a3c3ea43a6f4605ada40eb28b8c10207536dcdb7ef92cc1a5fcd8 SHA512 d7b054296f286a5e61e5f952a29ccff2165503123ab6a89724ec34180fb0f4c452fc0ae81ec853cac170b304095e62cef420431e5aca85a262febc2b5ab5ccf2
23 DIST slam_gmapping-1.3.9.tar.gz 20951 BLAKE2B 989c28fe60668f0b37bf4766656764095157734c1ae0f41f6b95faa9ed9c20ed91de18534bfc99ea7ee035f2df213f8004adefcf06d269be55b27c37156da542 SHA512 fcab88127507206274e903de804aa9167b30c1dd9fbf2875aeafb990285923223a2ce71edecede60d2c93dba2d8fffd0d371abd643647755094abd9ffe0aba73
24
25 diff --git a/dev-ros/gmapping/gmapping-1.3.10.ebuild b/dev-ros/gmapping/gmapping-1.3.10.ebuild
26 new file mode 100644
27 index 00000000000..7cdf9ee6b7a
28 --- /dev/null
29 +++ b/dev-ros/gmapping/gmapping-1.3.10.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
42 +LICENSE="CC-BY-NC-SA-2.5"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-libs/boost:=
48 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
49 + dev-ros/roscpp
50 + dev-ros/tf
51 + dev-ros/openslam_gmapping
52 + dev-ros/rosbag_storage
53 +"
54 +DEPEND="${RDEPEND}
55 + dev-ros/rostest"