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/pointcloud_to_laserscan/
Date: Fri, 17 Nov 2017 13:09:10
Message-Id: 1510924138.bb5c0ed10dc01891a3693782770e16d36aaae84f.aballier@gentoo
1 commit: bb5c0ed10dc01891a3693782770e16d36aaae84f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 13:08:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 13:08:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5c0ed1
7
8 dev-ros/pointcloud_to_laserscan: bump to 1.4.0
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-ros/pointcloud_to_laserscan/Manifest | 1 +
13 .../pointcloud_to_laserscan-1.4.0.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ros/pointcloud_to_laserscan/Manifest b/dev-ros/pointcloud_to_laserscan/Manifest
17 index fd2c066d23c..bb9d075cfb3 100644
18 --- a/dev-ros/pointcloud_to_laserscan/Manifest
19 +++ b/dev-ros/pointcloud_to_laserscan/Manifest
20 @@ -1 +1,2 @@
21 DIST pointcloud_to_laserscan-1.3.1.tar.gz 6239 SHA256 345161557c13c395d89aaf63c44d00514e81208db806814d9596495e6396ce41 SHA512 2356de7b7778b396775f4e2a9b2b9fe9f0329f514577820686c1d477fcd9423622df0351551bfe9111ef33a105859f42612e7d8e3c2c39328e224a836fc4d34b WHIRLPOOL 3999c0f469e9efebcf78614abd12152776548ed013daf1fa7ccf66fce422421aa933972c7e0566516e158eb6d7535e759a4601b0749e6d010bcd26c0b34b15e2
22 +DIST pointcloud_to_laserscan-1.4.0.tar.gz 6502 SHA256 45078c05907c4abffb7231dc30d128813b039dbb1f9702552e61b319fb5033ca SHA512 f54d65edc4eda2e97d75ed26b1d374a669f188c4ef2426730312ae479e051a0834abb782cdd00febbd8dc97cb6a0723b6a735d2cbf07e2f8260ad0e54e79376f WHIRLPOOL cf32a8342a0443235692c2d522162b126ed4eef6a5b1abcb350f8ad69b7dcb97c4e3805963ea5cad878696adebe409786316687a2fb166e33eccd62fabad2167
23
24 diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.0.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.0.ebuild
25 new file mode 100644
26 index 00000000000..74ea4965bb7
27 --- /dev/null
28 +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros-perception/pointcloud_to_laserscan"
35 +KEYWORDS="~amd64 ~arm"
36 +
37 +inherit ros-catkin
38 +
39 +DESCRIPTION="Converts a 3D Point Cloud into a 2D laser scan"
40 +LICENSE="BSD"
41 +SLOT="0"
42 +IUSE=""
43 +
44 +RDEPEND="
45 + dev-ros/message_filters
46 + dev-ros/nodelet
47 + dev-ros/roscpp
48 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
49 + dev-ros/tf2
50 + dev-ros/tf2_ros
51 + dev-ros/tf2_sensor_msgs
52 + dev-libs/boost:=
53 +"
54 +DEPEND="${RDEPEND}"