From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32790138206 for ; Mon, 25 Apr 2016 08:57:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC9F21C055; Mon, 25 Apr 2016 08:57:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D301D21C056 for ; Mon, 25 Apr 2016 08:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B16A340AF0 for ; Mon, 25 Apr 2016 08:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E98975 for ; Mon, 25 Apr 2016 08:57:28 +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: <1461574595.f21ecc22296e713282772c667a7944b1a4196adc.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.4.0.ebuild X-VCS-Directories: ros-meta/perception_pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f21ecc22296e713282772c667a7944b1a4196adc X-VCS-Branch: master Date: Mon, 25 Apr 2016 08:57:28 +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: dbbfe830-5b25-4740-a92c-464090450df6 X-Archives-Hash: 6764325683e0e86fed031aa89bbdef8c commit: f21ecc22296e713282772c667a7944b1a4196adc Author: Alexis Ballier gentoo org> AuthorDate: Mon Apr 25 08:26:26 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Apr 25 08:56:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21ecc22 ros-meta/perception_pcl: Bump to 1.4.0. Package-Manager: portage-2.2.28 ros-meta/perception_pcl/Manifest | 1 + ros-meta/perception_pcl/perception_pcl-1.4.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest index 112207c..02644d4 100644 --- a/ros-meta/perception_pcl/Manifest +++ b/ros-meta/perception_pcl/Manifest @@ -1 +1,2 @@ DIST perception_pcl-1.3.0.tar.gz 66060 SHA256 c9b01170ca92240e81113ddd880505f54a08084b67edfe450363499a828b6586 SHA512 203fcc2c1d71bfd6890c4e5664b29404bea666f277eee88d4725766bc21fb7aac3aced467be2f3352e3c172a7175ab8c4124d5652dad03d6a7b661748ec94175 WHIRLPOOL 7e18df41d3f61d1c6f7fa29d3933d1deeaadeb493416ab128df7c6ea9578074771b069c047ad6f71cb46202e4b5e5f6bdcbfbe72519450aeb4a5ab1547378a00 +DIST perception_pcl-1.4.0.tar.gz 66252 SHA256 286a636b0e8b18f904ae63497aa0e7db62698e155c31809363468eb39f2c248c SHA512 aae295245305a518d9dc5b9175fdfc8e69a5132dbef1ecbe951736a110a4353076d823574dcfc0cbb3666ff2a3fc269b614b7d22562316a3ed97554b8bcf263a WHIRLPOOL 3d8e210f3af58c3c70da016e92b940f1d6d081067af8b6032d69e36a3130af30bee6d4a6335da0cf08af870023a270de973e6f8546c958d77afc6e3b9a9ed582 diff --git a/ros-meta/perception_pcl/perception_pcl-1.4.0.ebuild b/ros-meta/perception_pcl/perception_pcl-1.4.0.ebuild new file mode 100644 index 0000000..7f0fcfe --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-1.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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_ros +" +DEPEND="${RDEPEND}"