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_geometry/
Date: Wed, 23 Sep 2015 09:44:36
Message-Id: 1443001452.0eb513aab4b0670e06707d2b2b57ace45c187d4c.aballier@gentoo
1 commit: 0eb513aab4b0670e06707d2b2b57ace45c187d4c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 08:57:31 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 09:44:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb513aa
7
8 dev-ros/image_geometry: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/image_geometry/Manifest | 1 +
13 .../image_geometry/image_geometry-1.11.8.ebuild | 23 ++++++++++++++++++++++
14 dev-ros/image_geometry/image_geometry-9999.ebuild | 23 ++++++++++++++++++++++
15 dev-ros/image_geometry/metadata.xml | 5 +++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/image_geometry/Manifest b/dev-ros/image_geometry/Manifest
19 new file mode 100644
20 index 0000000..ae2c9da
21 --- /dev/null
22 +++ b/dev-ros/image_geometry/Manifest
23 @@ -0,0 +1 @@
24 +DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
25
26 diff --git a/dev-ros/image_geometry/image_geometry-1.11.8.ebuild b/dev-ros/image_geometry/image_geometry-1.11.8.ebuild
27 new file mode 100644
28 index 0000000..8206647
29 --- /dev/null
30 +++ b/dev-ros/image_geometry/image_geometry-1.11.8.ebuild
31 @@ -0,0 +1,23 @@
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/vision_opencv"
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="C++ and Python libraries for interpreting images geometrically"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + media-libs/opencv
51 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}
54 + test? ( dev-python/nose[${PYTHON_USEDEP}] dev-cpp/gtest )"
55
56 diff --git a/dev-ros/image_geometry/image_geometry-9999.ebuild b/dev-ros/image_geometry/image_geometry-9999.ebuild
57 new file mode 100644
58 index 0000000..8206647
59 --- /dev/null
60 +++ b/dev-ros/image_geometry/image_geometry-9999.ebuild
61 @@ -0,0 +1,23 @@
62 +# Copyright 1999-2014 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/vision_opencv"
68 +KEYWORDS="~amd64 ~arm"
69 +PYTHON_COMPAT=( python2_7 )
70 +ROS_SUBDIR=${PN}
71 +
72 +inherit ros-catkin
73 +
74 +DESCRIPTION="C++ and Python libraries for interpreting images geometrically"
75 +LICENSE="BSD"
76 +SLOT="0"
77 +IUSE=""
78 +
79 +RDEPEND="
80 + media-libs/opencv
81 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
82 +"
83 +DEPEND="${RDEPEND}
84 + test? ( dev-python/nose[${PYTHON_USEDEP}] dev-cpp/gtest )"
85
86 diff --git a/dev-ros/image_geometry/metadata.xml b/dev-ros/image_geometry/metadata.xml
87 new file mode 100644
88 index 0000000..c42ea5b
89 --- /dev/null
90 +++ b/dev-ros/image_geometry/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>