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 682D6139BC7 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 CC392E0826; Wed, 23 Sep 2015 11:52:34 +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 386A6E0826 for ; Wed, 23 Sep 2015 11:52:34 +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 2B1F1340998 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 8CBDF207 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: <1443009142.6be58faf37199ec13f5aa911f8a9863296072578.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pcl_conversions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pcl_conversions/Manifest dev-ros/pcl_conversions/metadata.xml dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild dev-ros/pcl_conversions/pcl_conversions-9999.ebuild X-VCS-Directories: dev-ros/pcl_conversions/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6be58faf37199ec13f5aa911f8a9863296072578 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: 3578010d-f31d-4dc4-b67a-25179a6fe4af X-Archives-Hash: 3f5990e4bb24495d707ee63d8681159e commit: 6be58faf37199ec13f5aa911f8a9863296072578 Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 11:27:00 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 11:52:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be58faf dev-ros/pcl_conversions: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/pcl_conversions/Manifest | 1 + dev-ros/pcl_conversions/metadata.xml | 5 +++++ .../pcl_conversions/pcl_conversions-0.2.1.ebuild | 25 ++++++++++++++++++++++ .../pcl_conversions/pcl_conversions-9999.ebuild | 25 ++++++++++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/dev-ros/pcl_conversions/Manifest b/dev-ros/pcl_conversions/Manifest new file mode 100644 index 0000000..2765030 --- /dev/null +++ b/dev-ros/pcl_conversions/Manifest @@ -0,0 +1 @@ +DIST pcl_conversions-0.2.1.tar.gz 8450 SHA256 79c107f2513fe0aa472b8eefc0cd652f0aaacaba482945acbf23c72d7d3bf5c8 SHA512 a9d8a2b45463d67d858ee9b62f0e895f808c79b3bac3d2833c6ba02bd36bdeec0d4697897446c9e2968559667e1d9c5f93df6b583f13fd3b26220d3cd0a71632 WHIRLPOOL 408823fbf6e22db87084d726828983b6d55bbde4ea53b0b32ccc5e870cd81cbba5f21fb227429982dfadc62d6bc15e253688d60aead7c9cf14b248e930c66a4e diff --git a/dev-ros/pcl_conversions/metadata.xml b/dev-ros/pcl_conversions/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/pcl_conversions/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild b/dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild new file mode 100644 index 0000000..2decdb9 --- /dev/null +++ b/dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild @@ -0,0 +1,25 @@ +# 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/pcl_conversions" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Provides conversions from PCL data types and ROS message types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + sci-libs/pcl + dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-cpp/eigen:3 +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" diff --git a/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild b/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild new file mode 100644 index 0000000..2decdb9 --- /dev/null +++ b/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild @@ -0,0 +1,25 @@ +# 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/pcl_conversions" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Provides conversions from PCL data types and ROS message types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + sci-libs/pcl + dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-cpp/eigen:3 +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )"