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 0B4FC138359 for ; Tue, 20 Oct 2020 13:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A188E0A60; Tue, 20 Oct 2020 13:30:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0859CE0A60 for ; Tue, 20 Oct 2020 13:30:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7453340D1F for ; Tue, 20 Oct 2020 13:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D62F3AA for ; Tue, 20 Oct 2020 13:30:44 +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: <1603200638.b09e97318f3d3d0835e5d3ee5c66fa3300fffc96.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.7.2.ebuild X-VCS-Directories: ros-meta/perception_pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b09e97318f3d3d0835e5d3ee5c66fa3300fffc96 X-VCS-Branch: master Date: Tue, 20 Oct 2020 13:30:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fbdb2cf-45b1-4b4f-9f6f-57f8dbbe924d X-Archives-Hash: 8b366e0b763d6b80f50c086cab04c469 commit: b09e97318f3d3d0835e5d3ee5c66fa3300fffc96 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 20 12:45:04 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 20 13:30:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09e9731 ros-meta/perception_pcl: Bump to 1.7.2. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/perception_pcl/Manifest | 1 + ros-meta/perception_pcl/perception_pcl-1.7.2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest index 111bcc238e1..875f07be45b 100644 --- a/ros-meta/perception_pcl/Manifest +++ b/ros-meta/perception_pcl/Manifest @@ -1 +1,2 @@ DIST perception_pcl-1.7.1.tar.gz 80899 BLAKE2B 2898d88efa1b27a27eea06fb949254127cf92eb2c788ae914a40f0000fa8204202c4823c69ab5fa9bd83c2426289a4897a56fab9ec3df61e3ab0a184fc068c41 SHA512 97e9240c660adde84976860ed9c94cf8c127615526641dbcdb729ffbda4cda4dfb9f351cc2d471988732ad61e6508bfa5906c8b4503c31172e7f4e4dfc31260e +DIST perception_pcl-1.7.2.tar.gz 81897 BLAKE2B 692f000337090c7a2354bf9626d391aa0fe390041042718e7dde7335c750137e7e1b6f939728ad1e2af3411e535ba63b42bc17f74b3535e38628f2b6c1c87036 SHA512 228b1d7d589bfd1460e8c58448b0d9257e86c1796b009853aeceeb1da20d8f46462d8c273a95804003ce3c43326c6575553d19b319aa9effcef4854347d5c3f9 diff --git a/ros-meta/perception_pcl/perception_pcl-1.7.2.ebuild b/ros-meta/perception_pcl/perception_pcl-1.7.2.ebuild new file mode 100644 index 00000000000..98737f5f1ad --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-1.7.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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}"