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/laser_pipeline/
Date: Wed, 23 Sep 2015 08:38:44
Message-Id: 1442997500.eedf8ca51fa2ba69e2371f1edbb12f4a948ae426.aballier@gentoo
1 commit: eedf8ca51fa2ba69e2371f1edbb12f4a948ae426
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 08:38:20 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 08:38:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedf8ca5
7
8 ros-meta/laser_pipeline: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/laser_pipeline/Manifest | 1 +
13 ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild | 21 +++++++++++++++++++++
14 ros-meta/laser_pipeline/laser_pipeline-9999.ebuild | 21 +++++++++++++++++++++
15 ros-meta/laser_pipeline/metadata.xml | 5 +++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/ros-meta/laser_pipeline/Manifest b/ros-meta/laser_pipeline/Manifest
19 new file mode 100644
20 index 0000000..1334796
21 --- /dev/null
22 +++ b/ros-meta/laser_pipeline/Manifest
23 @@ -0,0 +1 @@
24 +DIST laser_pipeline-1.6.1.tar.gz 738 SHA256 cec2ef227369f6643b83e02a6de378d1b17842a56a382f2f588f5480dc35b57f SHA512 afbf431072f1e6c65c2f7d43eab55122963d1788fbf66298d1d42d2488d1d10fe1ef69aa1bda956e27d4a7af20c04f2aa6f7b63c8464af547ff8321c54d46aa3 WHIRLPOOL b65a1c9f3cfab72352146db0b719c6b6042286cb8bc815fd6d8910b554185eaabfe75ec9df57b90c3ab17b8f509e943417a651e276ac721c5d726100b04479f4
25
26 diff --git a/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild b/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild
27 new file mode 100644
28 index 0000000..acb6e3e
29 --- /dev/null
30 +++ b/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-perception/laser_pipeline"
38 +KEYWORDS="~amd64 ~arm"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Meta-package for processing laser data, e.g. converting laser data into 3D representations"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/laser_assembler
49 + dev-ros/laser_filters
50 + dev-ros/laser_geometry
51 +"
52 +DEPEND="${RDEPEND}"
53
54 diff --git a/ros-meta/laser_pipeline/laser_pipeline-9999.ebuild b/ros-meta/laser_pipeline/laser_pipeline-9999.ebuild
55 new file mode 100644
56 index 0000000..acb6e3e
57 --- /dev/null
58 +++ b/ros-meta/laser_pipeline/laser_pipeline-9999.ebuild
59 @@ -0,0 +1,21 @@
60 +# Copyright 1999-2014 Gentoo Foundation
61 +# Distributed under the terms of the GNU General Public License v2
62 +# $Id$
63 +
64 +EAPI=5
65 +ROS_REPO_URI="https://github.com/ros-perception/laser_pipeline"
66 +KEYWORDS="~amd64 ~arm"
67 +
68 +inherit ros-catkin
69 +
70 +DESCRIPTION="Meta-package for processing laser data, e.g. converting laser data into 3D representations"
71 +LICENSE="BSD"
72 +SLOT="0"
73 +IUSE=""
74 +
75 +RDEPEND="
76 + dev-ros/laser_assembler
77 + dev-ros/laser_filters
78 + dev-ros/laser_geometry
79 +"
80 +DEPEND="${RDEPEND}"
81
82 diff --git a/ros-meta/laser_pipeline/metadata.xml b/ros-meta/laser_pipeline/metadata.xml
83 new file mode 100644
84 index 0000000..c42ea5b
85 --- /dev/null
86 +++ b/ros-meta/laser_pipeline/metadata.xml
87 @@ -0,0 +1,5 @@
88 +<?xml version="1.0" encoding="UTF-8"?>
89 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 +<pkgmetadata>
91 +<herd>ros</herd>
92 +</pkgmetadata>