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/fake_localization/files/, dev-ros/fake_localization/
Date: Wed, 28 Aug 2019 17:24:08
Message-Id: 1567013030.24fc8105e752cde59df622253c7fa5ec58e6a69d.aballier@gentoo
1 commit: 24fc8105e752cde59df622253c7fa5ec58e6a69d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:11:54 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:23:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fc8105
7
8 dev-ros/fake_localization: fix build with boost 1.70
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/fake_localization/fake_localization-1.16.2.ebuild | 3 ++-
14 dev-ros/fake_localization/files/boost170.patch | 13 +++++++++++++
15 2 files changed, 15 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ros/fake_localization/fake_localization-1.16.2.ebuild b/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
18 index 0c789591149..946772aaddd 100644
19 --- a/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
20 +++ b/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -27,3 +27,4 @@ RDEPEND="
28 dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
29 "
30 DEPEND="${RDEPEND}"
31 +PATCHES=( "${FILESDIR}/boost170.patch" )
32
33 diff --git a/dev-ros/fake_localization/files/boost170.patch b/dev-ros/fake_localization/files/boost170.patch
34 new file mode 100644
35 index 00000000000..b7f877a82b4
36 --- /dev/null
37 +++ b/dev-ros/fake_localization/files/boost170.patch
38 @@ -0,0 +1,13 @@
39 +Index: fake_localization/CMakeLists.txt
40 +===================================================================
41 +--- fake_localization.orig/CMakeLists.txt
42 ++++ fake_localization/CMakeLists.txt
43 +@@ -14,7 +14,7 @@ find_package(catkin REQUIRED
44 + )
45 +
46 +
47 +-find_package(Boost REQUIRED COMPONENTS signals)
48 ++find_package(Boost REQUIRED COMPONENTS)
49 +
50 + catkin_package(
51 + CATKIN_DEPENDS