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/depth_image_proc/
Date: Wed, 23 Sep 2015 12:05:21
Message-Id: 1443009502.fb8418a627a03b9e03feccb47f6637a269260977.aballier@gentoo
1 commit: fb8418a627a03b9e03feccb47f6637a269260977
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 11:58:22 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 11:58:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8418a6
7
8 dev-ros/depth_image_proc: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/depth_image_proc/Manifest | 1 +
13 .../depth_image_proc-1.12.14.ebuild | 29 ++++++++++++++++++++++
14 .../depth_image_proc/depth_image_proc-9999.ebuild | 29 ++++++++++++++++++++++
15 dev-ros/depth_image_proc/metadata.xml | 5 ++++
16 4 files changed, 64 insertions(+)
17
18 diff --git a/dev-ros/depth_image_proc/Manifest b/dev-ros/depth_image_proc/Manifest
19 new file mode 100644
20 index 0000000..0cc1356
21 --- /dev/null
22 +++ b/dev-ros/depth_image_proc/Manifest
23 @@ -0,0 +1 @@
24 +DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
25
26 diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild b/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild
27 new file mode 100644
28 index 0000000..47d48da
29 --- /dev/null
30 +++ b/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild
31 @@ -0,0 +1,29 @@
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/image_pipeline"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/cv_bridge
50 + dev-ros/eigen_conversions
51 + dev-ros/image_geometry
52 + dev-ros/image_transport
53 + dev-ros/message_filters
54 + dev-ros/nodelet
55 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
56 + dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
57 + dev-ros/tf2
58 + dev-ros/tf2_ros
59 +"
60 +DEPEND="${RDEPEND}"
61
62 diff --git a/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
63 new file mode 100644
64 index 0000000..47d48da
65 --- /dev/null
66 +++ b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
67 @@ -0,0 +1,29 @@
68 +# Copyright 1999-2014 Gentoo Foundation
69 +# Distributed under the terms of the GNU General Public License v2
70 +# $Id$
71 +
72 +EAPI=5
73 +ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
74 +KEYWORDS="~amd64 ~arm"
75 +ROS_SUBDIR=${PN}
76 +
77 +inherit ros-catkin
78 +
79 +DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
80 +LICENSE="BSD"
81 +SLOT="0"
82 +IUSE=""
83 +
84 +RDEPEND="
85 + dev-ros/cv_bridge
86 + dev-ros/eigen_conversions
87 + dev-ros/image_geometry
88 + dev-ros/image_transport
89 + dev-ros/message_filters
90 + dev-ros/nodelet
91 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
92 + dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 + dev-ros/tf2
94 + dev-ros/tf2_ros
95 +"
96 +DEPEND="${RDEPEND}"
97
98 diff --git a/dev-ros/depth_image_proc/metadata.xml b/dev-ros/depth_image_proc/metadata.xml
99 new file mode 100644
100 index 0000000..c42ea5b
101 --- /dev/null
102 +++ b/dev-ros/depth_image_proc/metadata.xml
103 @@ -0,0 +1,5 @@
104 +<?xml version="1.0" encoding="UTF-8"?>
105 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
106 +<pkgmetadata>
107 +<herd>ros</herd>
108 +</pkgmetadata>