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/depthimage_to_laserscan/
Date: Fri, 31 Jul 2020 10:34:52
Message-Id: 1596191019.e1ac7ccdce30546d9261e445d226209fb7b115b5.aballier@gentoo
1 commit: e1ac7ccdce30546d9261e445d226209fb7b115b5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:23:39 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ac7ccd
7
8 dev-ros/depthimage_to_laserscan: add missing deps
9
10 Closes: https://bugs.gentoo.org/734812
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 .../depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild | 8 ++++++--
15 .../depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild | 8 ++++++--
16 2 files changed, 12 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild
19 index 2a0e0e7a739..bee85b1f78d 100644
20 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild
21 +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild
22 @@ -13,16 +13,20 @@ SLOT="0"
23 IUSE=""
24
25 RDEPEND="
26 - dev-ros/roscpp
27 - media-libs/opencv:=
28 dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}]
29 dev-ros/image_geometry
30 dev-ros/image_transport
31 dev-ros/nodelet
32 + dev-ros/roscpp
33 +
34 + media-libs/opencv:=
35 dev-libs/boost:=
36 dev-libs/console_bridge:=
37 "
38 DEPEND="${RDEPEND}
39 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
40 + test? (
41 + dev-cpp/gtest
42 + )
43 "
44 PATCHES=( "${FILESDIR}/isnan.patch" )
45
46 diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
47 index 2a0e0e7a739..bee85b1f78d 100644
48 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
49 +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
50 @@ -13,16 +13,20 @@ SLOT="0"
51 IUSE=""
52
53 RDEPEND="
54 - dev-ros/roscpp
55 - media-libs/opencv:=
56 dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}]
57 dev-ros/image_geometry
58 dev-ros/image_transport
59 dev-ros/nodelet
60 + dev-ros/roscpp
61 +
62 + media-libs/opencv:=
63 dev-libs/boost:=
64 dev-libs/console_bridge:=
65 "
66 DEPEND="${RDEPEND}
67 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
68 + test? (
69 + dev-cpp/gtest
70 + )
71 "
72 PATCHES=( "${FILESDIR}/isnan.patch" )