Skip to content

Commit

Permalink
dev-ros/robot_localization: bump to 2.6.9
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Feb 2, 2021
1 parent 0900a8a commit 4b36a25
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-ros/robot_localization/Manifest
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}]
Expand All @@ -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
}
10 changes: 9 additions & 1 deletion dev-ros/robot_localization/robot_localization-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}]
Expand All @@ -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
}

0 comments on commit 4b36a25

Please sign in to comment.