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/robot_localization/
Date: Tue, 02 Feb 2021 10:18:50
Message-Id: 1612261119.4b36a2519111b6ac6f7b762580eb498880d80b0f.aballier@gentoo
1 commit: 4b36a2519111b6ac6f7b762580eb498880d80b0f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 14:52:34 2021 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 10:18:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b36a251
7
8 dev-ros/robot_localization: bump to 2.6.9
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/robot_localization/Manifest | 2 +-
14 ...calization-2.6.8.ebuild => robot_localization-2.6.9.ebuild} | 10 +++++++++-
15 dev-ros/robot_localization/robot_localization-9999.ebuild | 10 +++++++++-
16 3 files changed, 19 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
19 index cd99e7ea5a7..0bf5399150d 100644
20 --- a/dev-ros/robot_localization/Manifest
21 +++ b/dev-ros/robot_localization/Manifest
22 @@ -1 +1 @@
23 -DIST robot_localization-2.6.8.tar.gz 6473309 BLAKE2B d14fb3a6341c1cea1eeb8aa644e0e6f4d7215b8484270947c29b3151d968cfa50dbde24271759f9b2321a528f5b33f5173e41686300648f8e91f604a70e20a28 SHA512 fefb7553bf10068341b9df0f10cad7be6ea556ce30595e30a5c4e36ecc8a7392e14d99fc266a1cfee5704d76ac0cef227be8f23855b5305c858b2f70fb6f4de3
24 +DIST robot_localization-2.6.9.tar.gz 6524634 BLAKE2B 1ccef232fabd1f2a91f184561e529aab175143676e074a70c8e995c50ce2edd05e32d5e273f6f7c41f0564ca08aef631b454aeabdf1e0ed3737b8ee593031892 SHA512 5c72ee65a4d0a379b50be6c38119b2a66c235d7a68b27b4373657cbf2cb2c91c1026fcdf30967d4dc9cd2b624701f960aca1484d68b0f5e31e727ef2f10a1d71
25
26 diff --git a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild
27 similarity index 84%
28 rename from dev-ros/robot_localization/robot_localization-2.6.8.ebuild
29 rename to dev-ros/robot_localization/robot_localization-2.6.9.ebuild
30 index 285c8158960..21729914292 100644
31 --- a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild
32 +++ b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 +# Copyright 1999-2021 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 @@ -27,6 +27,7 @@ RDEPEND="
40 dev-cpp/yaml-cpp:=
41 dev-ros/nodelet
42 dev-libs/console_bridge:=
43 + sci-geosciences/GeographicLib:=
44 "
45 DEPEND="${RDEPEND}
46 dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
47 @@ -42,3 +43,10 @@ DEPEND="${RDEPEND}
48 BDEPEND="dev-ros/roslint"
49
50 PATCHES=( "${FILESDIR}/nowerror.patch" )
51 +
52 +src_configure() {
53 + local mycatkincmakeargs=(
54 + -DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib"
55 + )
56 + ros-catkin_src_configure
57 +}
58
59 diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
60 index 285c8158960..21729914292 100644
61 --- a/dev-ros/robot_localization/robot_localization-9999.ebuild
62 +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -27,6 +27,7 @@ RDEPEND="
70 dev-cpp/yaml-cpp:=
71 dev-ros/nodelet
72 dev-libs/console_bridge:=
73 + sci-geosciences/GeographicLib:=
74 "
75 DEPEND="${RDEPEND}
76 dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
77 @@ -42,3 +43,10 @@ DEPEND="${RDEPEND}
78 BDEPEND="dev-ros/roslint"
79
80 PATCHES=( "${FILESDIR}/nowerror.patch" )
81 +
82 +src_configure() {
83 + local mycatkincmakeargs=(
84 + -DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib"
85 + )
86 + ros-catkin_src_configure
87 +}