Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/perception_pcl/
Date: Wed, 23 Sep 2015 11:52:36
Message-Id: 1443009143.aa79c56efbd9c95163fce9198151c27f8828b81b.aballier@gentoo
1 commit: aa79c56efbd9c95163fce9198151c27f8828b81b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 11:51:40 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 11:52:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa79c56e
7
8 ros-meta/perception_pcl: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/perception_pcl/Manifest | 1 +
13 ros-meta/perception_pcl/metadata.xml | 5 +++++
14 ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild | 20 ++++++++++++++++++++
15 ros-meta/perception_pcl/perception_pcl-9999.ebuild | 20 ++++++++++++++++++++
16 4 files changed, 46 insertions(+)
17
18 diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest
19 new file mode 100644
20 index 0000000..112207c
21 --- /dev/null
22 +++ b/ros-meta/perception_pcl/Manifest
23 @@ -0,0 +1 @@
24 +DIST perception_pcl-1.3.0.tar.gz 66060 SHA256 c9b01170ca92240e81113ddd880505f54a08084b67edfe450363499a828b6586 SHA512 203fcc2c1d71bfd6890c4e5664b29404bea666f277eee88d4725766bc21fb7aac3aced467be2f3352e3c172a7175ab8c4124d5652dad03d6a7b661748ec94175 WHIRLPOOL 7e18df41d3f61d1c6f7fa29d3933d1deeaadeb493416ab128df7c6ea9578074771b069c047ad6f71cb46202e4b5e5f6bdcbfbe72519450aeb4a5ab1547378a00
25
26 diff --git a/ros-meta/perception_pcl/metadata.xml b/ros-meta/perception_pcl/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/perception_pcl/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild b/ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild
39 new file mode 100644
40 index 0000000..7f0fcfe
41 --- /dev/null
42 +++ b/ros-meta/perception_pcl/perception_pcl-1.3.0.ebuild
43 @@ -0,0 +1,20 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/pcl_ros
62 +"
63 +DEPEND="${RDEPEND}"
64
65 diff --git a/ros-meta/perception_pcl/perception_pcl-9999.ebuild b/ros-meta/perception_pcl/perception_pcl-9999.ebuild
66 new file mode 100644
67 index 0000000..7f0fcfe
68 --- /dev/null
69 +++ b/ros-meta/perception_pcl/perception_pcl-9999.ebuild
70 @@ -0,0 +1,20 @@
71 +# Copyright 1999-2014 Gentoo Foundation
72 +# Distributed under the terms of the GNU General Public License v2
73 +# $Id$
74 +
75 +EAPI=5
76 +ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
77 +KEYWORDS="~amd64 ~arm"
78 +ROS_SUBDIR=${PN}
79 +
80 +inherit ros-catkin
81 +
82 +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
83 +LICENSE="BSD"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +RDEPEND="
88 + dev-ros/pcl_ros
89 +"
90 +DEPEND="${RDEPEND}"