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/hector_map_tools/
Date: Thu, 16 Jul 2020 16:31:29
Message-Id: 1594917063.b93867161c1d0654e13de4bfc82158ee570315a5.aballier@gentoo
1 commit: b93867161c1d0654e13de4bfc82158ee570315a5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 16:21:36 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 16:31:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9386716
7
8 dev-ros/hector_map_tools: Bump to 0.4.1.
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/hector_map_tools/Manifest | 1 +
14 .../hector_map_tools/hector_map_tools-0.4.1.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-ros/hector_map_tools/Manifest b/dev-ros/hector_map_tools/Manifest
18 index bbde08c88d1..b95113c58d5 100644
19 --- a/dev-ros/hector_map_tools/Manifest
20 +++ b/dev-ros/hector_map_tools/Manifest
21 @@ -1 +1,2 @@
22 DIST hector_slam-0.4.0.tar.gz 66634 BLAKE2B 7d4798d4c247268d01a51a8d796441807f9243d074ccd4584b759da91779d8a565de28f18bd0d7d59b71e2710c71b39d7fafd4de5de8c6fbd8d3ca453788998b SHA512 1951a31fa02b042ce167367d94ab8a8f7481dc1eb3f6dc1c0f248f552ae8cf312af1ba9519eeefd3b24bed9b593a60b0734a23de9214ca35c48f7cc33ab5d437
23 +DIST hector_slam-0.4.1.tar.gz 66772 BLAKE2B ad6f5596ea1fca2ed68017534280a4d622179de8df4c039e95f3e87a0e591212944d65e4d507194eb33584f7f55cba4fe398b19f5a22bfb3afce1b2406d1635d SHA512 bd0932971114f13c41c6e346756f2c95cc0a9a011d11202792a6f837757a144355e05c3e7ed1afa574b743166a78f1a7855c5693b0c57378611e50c386c2483e
24
25 diff --git a/dev-ros/hector_map_tools/hector_map_tools-0.4.1.ebuild b/dev-ros/hector_map_tools/hector_map_tools-0.4.1.ebuild
26 new file mode 100644
27 index 00000000000..a1602d9cd84
28 --- /dev/null
29 +++ b/dev-ros/hector_map_tools/hector_map_tools-0.4.1.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Functions related to accessing information from OccupancyGridMap maps"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND=""
47 +DEPEND="${RDEPEND}
48 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
49 + dev-cpp/eigen:3
50 +"