From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66A251382C5 for ; Tue, 2 Feb 2021 10:18:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9467AE0848; Tue, 2 Feb 2021 10:18:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C019E0848 for ; Tue, 2 Feb 2021 10:18:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66929341307 for ; Tue, 2 Feb 2021 10:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24274BB for ; Tue, 2 Feb 2021 10:18:46 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1612261119.4b36a2519111b6ac6f7b762580eb498880d80b0f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/robot_localization/Manifest dev-ros/robot_localization/robot_localization-2.6.8.ebuild dev-ros/robot_localization/robot_localization-2.6.9.ebuild dev-ros/robot_localization/robot_localization-9999.ebuild X-VCS-Directories: dev-ros/robot_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4b36a2519111b6ac6f7b762580eb498880d80b0f X-VCS-Branch: master Date: Tue, 2 Feb 2021 10:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d53d24d-3405-443a-8efa-ce0897f3d39d X-Archives-Hash: 0e795ebc77df1217d83ba2b7ef58a05b commit: 4b36a2519111b6ac6f7b762580eb498880d80b0f Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 1 14:52:34 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 2 10:18:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b36a251 dev-ros/robot_localization: bump to 2.6.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/robot_localization/Manifest | 2 +- ...calization-2.6.8.ebuild => robot_localization-2.6.9.ebuild} | 10 +++++++++- dev-ros/robot_localization/robot_localization-9999.ebuild | 10 +++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest index cd99e7ea5a7..0bf5399150d 100644 --- a/dev-ros/robot_localization/Manifest +++ b/dev-ros/robot_localization/Manifest @@ -1 +1 @@ -DIST robot_localization-2.6.8.tar.gz 6473309 BLAKE2B d14fb3a6341c1cea1eeb8aa644e0e6f4d7215b8484270947c29b3151d968cfa50dbde24271759f9b2321a528f5b33f5173e41686300648f8e91f604a70e20a28 SHA512 fefb7553bf10068341b9df0f10cad7be6ea556ce30595e30a5c4e36ecc8a7392e14d99fc266a1cfee5704d76ac0cef227be8f23855b5305c858b2f70fb6f4de3 +DIST robot_localization-2.6.9.tar.gz 6524634 BLAKE2B 1ccef232fabd1f2a91f184561e529aab175143676e074a70c8e995c50ce2edd05e32d5e273f6f7c41f0564ca08aef631b454aeabdf1e0ed3737b8ee593031892 SHA512 5c72ee65a4d0a379b50be6c38119b2a66c235d7a68b27b4373657cbf2cb2c91c1026fcdf30967d4dc9cd2b624701f960aca1484d68b0f5e31e727ef2f10a1d71 diff --git a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild similarity index 84% rename from dev-ros/robot_localization/robot_localization-2.6.8.ebuild rename to dev-ros/robot_localization/robot_localization-2.6.9.ebuild index 285c8158960..21729914292 100644 --- a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild +++ b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,7 @@ RDEPEND=" dev-cpp/yaml-cpp:= dev-ros/nodelet dev-libs/console_bridge:= + sci-geosciences/GeographicLib:= " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] @@ -42,3 +43,10 @@ DEPEND="${RDEPEND} BDEPEND="dev-ros/roslint" PATCHES=( "${FILESDIR}/nowerror.patch" ) + +src_configure() { + local mycatkincmakeargs=( + -DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib" + ) + ros-catkin_src_configure +} diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild index 285c8158960..21729914292 100644 --- a/dev-ros/robot_localization/robot_localization-9999.ebuild +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,7 @@ RDEPEND=" dev-cpp/yaml-cpp:= dev-ros/nodelet dev-libs/console_bridge:= + sci-geosciences/GeographicLib:= " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] @@ -42,3 +43,10 @@ DEPEND="${RDEPEND} BDEPEND="dev-ros/roslint" PATCHES=( "${FILESDIR}/nowerror.patch" ) + +src_configure() { + local mycatkincmakeargs=( + -DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib" + ) + ros-catkin_src_configure +}