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/tf2_sensor_msgs/
Date: Mon, 31 Aug 2020 09:10:32
Message-Id: 1598865014.5831c6cee813bf1f0f55c7a92b92a717a782ded4.aballier@gentoo
1 commit: 5831c6cee813bf1f0f55c7a92b92a717a782ded4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 05:57:50 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:10:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5831c6ce
7
8 dev-ros/tf2_sensor_msgs: Bump to 0.7.3.
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/tf2_sensor_msgs/Manifest | 1 +
14 .../tf2_sensor_msgs/tf2_sensor_msgs-0.7.3.ebuild | 38 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/dev-ros/tf2_sensor_msgs/Manifest b/dev-ros/tf2_sensor_msgs/Manifest
18 index e386e7e8ead..4e3cdf27430 100644
19 --- a/dev-ros/tf2_sensor_msgs/Manifest
20 +++ b/dev-ros/tf2_sensor_msgs/Manifest
21 @@ -1 +1,2 @@
22 DIST geometry2-0.7.2.tar.gz 174319 BLAKE2B 0f319055cf0a4c8a425c31abc981ee1aee3c77b9dae8e0ddae6a0c4bdf09c31373b8005cb05177374ae5a2139c0f49a4cfdd5b966f8e991827ca2c6e471dcdd2 SHA512 8c2ad4e67d4d7509c3d9a7ef781d454eeb570fbc29d201ece7d2613258b7bed2ba00398655901e2b5856b59acad94422dbb6ae1f0bd545b3a41353204c31d00b
23 +DIST geometry2-0.7.3.tar.gz 175974 BLAKE2B a0edbeea6db30f07d5cf6ddd4d0a8a1ce0221c8b0ad01929aa6a73a7a49e2e5bd08dfd01cef6cd964ea93b6e8f5aa1dd6ec395e8e4bbafa1117eb3436cae9c10 SHA512 20d207218000905a17411ee9c662778b3022481e84b903ca616cdfc439b2af55c7182988dc843103edc471d564e988fa311be916d0810ec86228585500ed532e
24
25 diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.3.ebuild b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.3.ebuild
26 new file mode 100644
27 index 00000000000..b6d6fb7ff23
28 --- /dev/null
29 +++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.3.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/ros/geometry2"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Transform sensor_msgs with tf. Most notably, PointCloud2"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}]
48 + dev-ros/tf2
49 + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
50 + $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
51 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}
54 + test? (
55 + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
56 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
57 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
58 + dev-cpp/gtest
59 + )
60 + dev-ros/cmake_modules
61 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 + dev-cpp/eigen:3
63 +"
64 +
65 +src_test() {
66 + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
67 + ros-catkin_src_test
68 +}