Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/perception_pcl/
Date: Tue, 17 Jul 2018 07:08:43
Message-Id: 1531810854.c719a3ea8cc043928176362ac9a76bb1d2e849fb.aballier@gentoo
1 commit: c719a3ea8cc043928176362ac9a76bb1d2e849fb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 07:00:54 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 07:00:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c719a3ea
7
8 ros-meta/perception_pcl: Bump to 1.6.2.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 ros-meta/perception_pcl/Manifest | 1 +
13 ros-meta/perception_pcl/perception_pcl-1.6.2.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest
17 index 16bae660b40..25e23da832c 100644
18 --- a/ros-meta/perception_pcl/Manifest
19 +++ b/ros-meta/perception_pcl/Manifest
20 @@ -1,2 +1,3 @@
21 DIST perception_pcl-1.5.4.tar.gz 73829 BLAKE2B cfc6e964691da42717d134e0b639ef4af4491074de171a84d081bf66c061a51b7c2da750ff539dd784a7a4c34cfdfe18d7d2e38c4e6d0370fbc441f9b3a6196d SHA512 e9da9b2f9b602b67bceec9b0adf515b500d77c9e5c2dbdc1f63bf5a91419bbf7f9f41d602646b8197dffcf7a077b63eb402a507dbc6bb96405a8f4d64576e36e
22 DIST perception_pcl-1.6.1.tar.gz 82552 BLAKE2B a442c9df193e38b6aca9e45ec3a469d6603bc2c909fc8c33ad612b2b6448956863555608cb0a0102593e2e71aa7f54ae88b677c2bfbde7df23b114ff4ca83c8f SHA512 c0b63833dd12f3eee5f5ec1e5d8f8bd9c001f1f1787572717a0845fa9a18862bb49a134638f9f0bde5587ac26ab8fd9e6534fcd5ed6b69842780a6fd3762fb5c
23 +DIST perception_pcl-1.6.2.tar.gz 82896 BLAKE2B dc5d4e25b1841ffde720f7f0231570fcca687d32158da0bb9510f37b7cefbd71dd774bae31a0aa8fdfe7330c98721a7d0df7236bbc9452f9f82c09cd42236695 SHA512 c7c0524a8095fd42b8e12bf2f4453a07d758822ba5a345353df8790e4c22faf250e400fa88a90aea828e80ef4a9992ead04635a5898a45b47245235fec7700ed
24
25 diff --git a/ros-meta/perception_pcl/perception_pcl-1.6.2.ebuild b/ros-meta/perception_pcl/perception_pcl-1.6.2.ebuild
26 new file mode 100644
27 index 00000000000..7d954d9b163
28 --- /dev/null
29 +++ b/ros-meta/perception_pcl/perception_pcl-1.6.2.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/pcl_conversions
48 + dev-ros/pcl_ros
49 +"
50 +DEPEND="${RDEPEND}"