Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pointcloud_to_laserscan/
Date: Wed, 23 Sep 2015 11:52:36
Message-Id: 1443009143.2b10395a920e4c62670615cfd4b51539412a2e6b.aballier@gentoo
1 commit: 2b10395a920e4c62670615cfd4b51539412a2e6b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 11:51:13 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=2b10395a
7
8 dev-ros/pointcloud_to_laserscan: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/pointcloud_to_laserscan/Manifest | 1 +
13 dev-ros/pointcloud_to_laserscan/metadata.xml | 5 +++++
14 .../pointcloud_to_laserscan-1.3.0.ebuild | 25 ++++++++++++++++++++++
15 .../pointcloud_to_laserscan-9999.ebuild | 25 ++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/dev-ros/pointcloud_to_laserscan/Manifest b/dev-ros/pointcloud_to_laserscan/Manifest
19 new file mode 100644
20 index 0000000..3ba78e8
21 --- /dev/null
22 +++ b/dev-ros/pointcloud_to_laserscan/Manifest
23 @@ -0,0 +1 @@
24 +DIST pointcloud_to_laserscan-1.3.0.tar.gz 6115 SHA256 704b79a179f415a71acb4c4c42793a49bd0a018ec6b1e2c71a3592decd8f4585 SHA512 a41b1c42048dde6ee73ca33f71e8e39354e4ebc0e91274eee590497d703c6ea9e0954e79d24cf828c3c1eac68377f894c728cff26b46a73f0d8cd3d7f6195c00 WHIRLPOOL edb45d94730c36c1fc617df43d52d24c15d23f05c4e9452a12d610578c175396dbe2129be51e00cf9191696284f1b7f3cfd4a6b670cf2adb5c2b87b230d93816
25
26 diff --git a/dev-ros/pointcloud_to_laserscan/metadata.xml b/dev-ros/pointcloud_to_laserscan/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/pointcloud_to_laserscan/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/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.0.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.0.ebuild
39 new file mode 100644
40 index 0000000..2f960a5
41 --- /dev/null
42 +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.0.ebuild
43 @@ -0,0 +1,25 @@
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/pointcloud_to_laserscan"
50 +KEYWORDS="~amd64 ~arm"
51 +
52 +inherit ros-catkin
53 +
54 +DESCRIPTION="Converts a 3D Point Cloud into a 2D laser scan"
55 +LICENSE="BSD"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND="
60 + dev-ros/message_filters
61 + dev-ros/nodelet
62 + dev-ros/roscpp
63 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
64 + dev-ros/tf2
65 + dev-ros/tf2_ros
66 + dev-ros/tf2_sensor_msgs
67 +"
68 +DEPEND="${RDEPEND}"
69
70 diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild
71 new file mode 100644
72 index 0000000..2f960a5
73 --- /dev/null
74 +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild
75 @@ -0,0 +1,25 @@
76 +# Copyright 1999-2014 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2
78 +# $Id$
79 +
80 +EAPI=5
81 +ROS_REPO_URI="https://github.com/ros-perception/pointcloud_to_laserscan"
82 +KEYWORDS="~amd64 ~arm"
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="Converts a 3D Point Cloud into a 2D laser scan"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND="
92 + dev-ros/message_filters
93 + dev-ros/nodelet
94 + dev-ros/roscpp
95 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
96 + dev-ros/tf2
97 + dev-ros/tf2_ros
98 + dev-ros/tf2_sensor_msgs
99 +"
100 +DEPEND="${RDEPEND}"