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/image_proc/
Date: Wed, 23 Sep 2015 12:05:20
Message-Id: 1443009588.99c9d92b69ec81c6de4f698bce511e0b4a609122.aballier@gentoo
1 commit: 99c9d92b69ec81c6de4f698bce511e0b4a609122
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 11:59:48 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 11:59:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9d92b
7
8 dev-ros/image_proc: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/image_proc/Manifest | 1 +
13 dev-ros/image_proc/image_proc-1.12.14.ebuild | 29 ++++++++++++++++++++++++++++
14 dev-ros/image_proc/image_proc-9999.ebuild | 29 ++++++++++++++++++++++++++++
15 dev-ros/image_proc/metadata.xml | 5 +++++
16 4 files changed, 64 insertions(+)
17
18 diff --git a/dev-ros/image_proc/Manifest b/dev-ros/image_proc/Manifest
19 new file mode 100644
20 index 0000000..0cc1356
21 --- /dev/null
22 +++ b/dev-ros/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/image_proc/image_proc-1.12.14.ebuild b/dev-ros/image_proc/image_proc-1.12.14.ebuild
27 new file mode 100644
28 index 0000000..fc4695a
29 --- /dev/null
30 +++ b/dev-ros/image_proc/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 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Single image rectification and color processing"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/cv_bridge
51 + dev-ros/dynamic_reconfigure
52 + dev-ros/image_geometry
53 + dev-ros/image_transport
54 + dev-ros/nodelet
55 + dev-ros/roscpp
56 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
57 + media-libs/opencv
58 + dev-libs/boost:=[threads]
59 +"
60 +DEPEND="${RDEPEND}"
61
62 diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild
63 new file mode 100644
64 index 0000000..fc4695a
65 --- /dev/null
66 +++ b/dev-ros/image_proc/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 +PYTHON_COMPAT=( python2_7 )
76 +ROS_SUBDIR=${PN}
77 +
78 +inherit ros-catkin
79 +
80 +DESCRIPTION="Single image rectification and color processing"
81 +LICENSE="BSD"
82 +SLOT="0"
83 +IUSE=""
84 +
85 +RDEPEND="
86 + dev-ros/cv_bridge
87 + dev-ros/dynamic_reconfigure
88 + dev-ros/image_geometry
89 + dev-ros/image_transport
90 + dev-ros/nodelet
91 + dev-ros/roscpp
92 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 + media-libs/opencv
94 + dev-libs/boost:=[threads]
95 +"
96 +DEPEND="${RDEPEND}"
97
98 diff --git a/dev-ros/image_proc/metadata.xml b/dev-ros/image_proc/metadata.xml
99 new file mode 100644
100 index 0000000..c42ea5b
101 --- /dev/null
102 +++ b/dev-ros/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>