From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67E73138332 for ; Tue, 8 May 2018 12:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E75E09C9; Tue, 8 May 2018 12:22:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40CB9E09C7 for ; Tue, 8 May 2018 12:22:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F310335C75 for ; Tue, 8 May 2018 12:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E73260 for ; Tue, 8 May 2018 12:22:40 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1525782144.ecca7c832910db59b56da1e28a4843fa895105a5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/perception_pcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/perception_pcl/Manifest ros-meta/perception_pcl/perception_pcl-1.6.1.ebuild X-VCS-Directories: ros-meta/perception_pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ecca7c832910db59b56da1e28a4843fa895105a5 X-VCS-Branch: master Date: Tue, 8 May 2018 12:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1cf635bd-92ab-4019-bf88-e50f10ae4e8c X-Archives-Hash: 156a3ac479735d42941f7b60e73e4c64 commit: ecca7c832910db59b56da1e28a4843fa895105a5 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 8 12:13:05 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 8 12:22:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecca7c83 ros-meta/perception_pcl: Bump to 1.6.1. Package-Manager: Portage-2.3.36, Repoman-2.3.9 ros-meta/perception_pcl/Manifest | 1 + ros-meta/perception_pcl/perception_pcl-1.6.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest index f9ec2f6395f..16bae660b40 100644 --- a/ros-meta/perception_pcl/Manifest +++ b/ros-meta/perception_pcl/Manifest @@ -1 +1,2 @@ DIST perception_pcl-1.5.4.tar.gz 73829 BLAKE2B cfc6e964691da42717d134e0b639ef4af4491074de171a84d081bf66c061a51b7c2da750ff539dd784a7a4c34cfdfe18d7d2e38c4e6d0370fbc441f9b3a6196d SHA512 e9da9b2f9b602b67bceec9b0adf515b500d77c9e5c2dbdc1f63bf5a91419bbf7f9f41d602646b8197dffcf7a077b63eb402a507dbc6bb96405a8f4d64576e36e +DIST perception_pcl-1.6.1.tar.gz 82552 BLAKE2B a442c9df193e38b6aca9e45ec3a469d6603bc2c909fc8c33ad612b2b6448956863555608cb0a0102593e2e71aa7f54ae88b677c2bfbde7df23b114ff4ca83c8f SHA512 c0b63833dd12f3eee5f5ec1e5d8f8bd9c001f1f1787572717a0845fa9a18862bb49a134638f9f0bde5587ac26ab8fd9e6534fcd5ed6b69842780a6fd3762fb5c diff --git a/ros-meta/perception_pcl/perception_pcl-1.6.1.ebuild b/ros-meta/perception_pcl/perception_pcl-1.6.1.ebuild new file mode 100644 index 00000000000..7d954d9b163 --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-1.6.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-perception/perception_pcl" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pcl_conversions + dev-ros/pcl_ros +" +DEPEND="${RDEPEND}"