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/laser_proc/
Date: Mon, 02 Nov 2015 08:50:33
Message-Id: 1446454077.3175e3ec7ca56456e174794de0268474999d57a2.aballier@gentoo
1 commit: 3175e3ec7ca56456e174794de0268474999d57a2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 08:47:57 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 08:47:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3175e3ec
7
8 dev-ros/laser_proc: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/laser_proc/Manifest | 1 +
13 dev-ros/laser_proc/laser_proc-0.1.4.ebuild | 23 +++++++++++++++++++++++
14 dev-ros/laser_proc/laser_proc-9999.ebuild | 23 +++++++++++++++++++++++
15 dev-ros/laser_proc/metadata.xml | 5 +++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/laser_proc/Manifest b/dev-ros/laser_proc/Manifest
19 new file mode 100644
20 index 0000000..6c0734f
21 --- /dev/null
22 +++ b/dev-ros/laser_proc/Manifest
23 @@ -0,0 +1 @@
24 +DIST laser_proc-0.1.4.tar.gz 6865 SHA256 9dde874a6ae9de30ea59e37aa0d962a35e4da3ebed7e5a639225b901fe4523bd SHA512 0a9ae28d9ad213f7227027c24b951d0a68799edc662e98e593090a7d01ab0a33671a2a26eeb3fdaf2f77a3d639a2274641c11e478c2f0689327a1fa66601b95a WHIRLPOOL ee36c6bb699c18d3a6118997f275bd0c7c8b9543ddad6517f53606d061bea9ed6e2b1497cdb1f6c6e47634037429832f055135e68baf2021df31d4779cc4c4b7
25
26 diff --git a/dev-ros/laser_proc/laser_proc-0.1.4.ebuild b/dev-ros/laser_proc/laser_proc-0.1.4.ebuild
27 new file mode 100644
28 index 0000000..5917940
29 --- /dev/null
30 +++ b/dev-ros/laser_proc/laser_proc-0.1.4.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2015 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_proc"
38 +KEYWORDS="~amd64 ~arm"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Converts representations of sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/roscpp
49 + dev-ros/rosconsole
50 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
51 + dev-ros/pluginlib
52 + dev-ros/nodelet
53 +"
54 +DEPEND="${RDEPEND}"
55
56 diff --git a/dev-ros/laser_proc/laser_proc-9999.ebuild b/dev-ros/laser_proc/laser_proc-9999.ebuild
57 new file mode 100644
58 index 0000000..5917940
59 --- /dev/null
60 +++ b/dev-ros/laser_proc/laser_proc-9999.ebuild
61 @@ -0,0 +1,23 @@
62 +# Copyright 1999-2015 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Id$
65 +
66 +EAPI=5
67 +ROS_REPO_URI="https://github.com/ros-perception/laser_proc"
68 +KEYWORDS="~amd64 ~arm"
69 +
70 +inherit ros-catkin
71 +
72 +DESCRIPTION="Converts representations of sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan"
73 +LICENSE="BSD"
74 +SLOT="0"
75 +IUSE=""
76 +
77 +RDEPEND="
78 + dev-ros/roscpp
79 + dev-ros/rosconsole
80 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
81 + dev-ros/pluginlib
82 + dev-ros/nodelet
83 +"
84 +DEPEND="${RDEPEND}"
85
86 diff --git a/dev-ros/laser_proc/metadata.xml b/dev-ros/laser_proc/metadata.xml
87 new file mode 100644
88 index 0000000..c42ea5b
89 --- /dev/null
90 +++ b/dev-ros/laser_proc/metadata.xml
91 @@ -0,0 +1,5 @@
92 +<?xml version="1.0" encoding="UTF-8"?>
93 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 +<pkgmetadata>
95 +<herd>ros</herd>
96 +</pkgmetadata>