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 29A88139BC8 for ; Wed, 23 Sep 2015 11:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8C7E083B; Wed, 23 Sep 2015 11:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55106E0826 for ; Wed, 23 Sep 2015 11:52:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5904F34099A for ; Wed, 23 Sep 2015 11:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C10DC23B for ; Wed, 23 Sep 2015 11:52:29 +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: <1443009143.aa79c56efbd9c95163fce9198151c27f8828b81b.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/metadata.xml ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild ros-meta/perception_pcl/perception_pcl-9999.ebuild X-VCS-Directories: ros-meta/perception_pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: aa79c56efbd9c95163fce9198151c27f8828b81b X-VCS-Branch: master Date: Wed, 23 Sep 2015 11:52:29 +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: 4678042b-2075-4012-ad04-bb739a6eb16c X-Archives-Hash: 37c795989207d6d4454fcf89f3785548 commit: aa79c56efbd9c95163fce9198151c27f8828b81b Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 11:51:40 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 11:52:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa79c56e ros-meta/perception_pcl: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 ros-meta/perception_pcl/Manifest | 1 + ros-meta/perception_pcl/metadata.xml | 5 +++++ ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild | 20 ++++++++++++++++++++ ros-meta/perception_pcl/perception_pcl-9999.ebuild | 20 ++++++++++++++++++++ 4 files changed, 46 insertions(+) diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest new file mode 100644 index 0000000..112207c --- /dev/null +++ b/ros-meta/perception_pcl/Manifest @@ -0,0 +1 @@ +DIST perception_pcl-1.3.0.tar.gz 66060 SHA256 c9b01170ca92240e81113ddd880505f54a08084b67edfe450363499a828b6586 SHA512 203fcc2c1d71bfd6890c4e5664b29404bea666f277eee88d4725766bc21fb7aac3aced467be2f3352e3c172a7175ab8c4124d5652dad03d6a7b661748ec94175 WHIRLPOOL 7e18df41d3f61d1c6f7fa29d3933d1deeaadeb493416ab128df7c6ea9578074771b069c047ad6f71cb46202e4b5e5f6bdcbfbe72519450aeb4a5ab1547378a00 diff --git a/ros-meta/perception_pcl/metadata.xml b/ros-meta/perception_pcl/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/ros-meta/perception_pcl/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild b/ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild new file mode 100644 index 0000000..7f0fcfe --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-1.3.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}" diff --git a/ros-meta/perception_pcl/perception_pcl-9999.ebuild b/ros-meta/perception_pcl/perception_pcl-9999.ebuild new file mode 100644 index 0000000..7f0fcfe --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-9999.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}"