Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/vision_opencv/
Date: Wed, 23 Sep 2015 09:44:44
Message-Id: 1443001455.7bf1257b6c0448cc0335257d8eeb126b42f5be2e.aballier@gentoo
1 commit: 7bf1257b6c0448cc0335257d8eeb126b42f5be2e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 09:23:09 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 09:44:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf1257b
7
8 ros-meta/vision_opencv: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/vision_opencv/Manifest | 1 +
13 ros-meta/vision_opencv/metadata.xml | 5 +++++
14 ros-meta/vision_opencv/vision_opencv-1.11.8.ebuild | 22 ++++++++++++++++++++++
15 ros-meta/vision_opencv/vision_opencv-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/ros-meta/vision_opencv/Manifest b/ros-meta/vision_opencv/Manifest
19 new file mode 100644
20 index 0000000..ae2c9da
21 --- /dev/null
22 +++ b/ros-meta/vision_opencv/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/ros-meta/vision_opencv/metadata.xml b/ros-meta/vision_opencv/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/vision_opencv/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/ros-meta/vision_opencv/vision_opencv-1.11.8.ebuild b/ros-meta/vision_opencv/vision_opencv-1.11.8.ebuild
39 new file mode 100644
40 index 0000000..faed03b
41 --- /dev/null
42 +++ b/ros-meta/vision_opencv/vision_opencv-1.11.8.ebuild
43 @@ -0,0 +1,22 @@
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/vision_opencv"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Converts between ROS Image messages and OpenCV images"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/cv_bridge
62 + dev-ros/image_geometry
63 + dev-ros/opencv_tests
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/ros-meta/vision_opencv/vision_opencv-9999.ebuild b/ros-meta/vision_opencv/vision_opencv-9999.ebuild
68 new file mode 100644
69 index 0000000..faed03b
70 --- /dev/null
71 +++ b/ros-meta/vision_opencv/vision_opencv-9999.ebuild
72 @@ -0,0 +1,22 @@
73 +# Copyright 1999-2014 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 +# $Id$
76 +
77 +EAPI=5
78 +ROS_REPO_URI="https://github.com/ros-perception/vision_opencv"
79 +KEYWORDS="~amd64 ~arm"
80 +ROS_SUBDIR=${PN}
81 +
82 +inherit ros-catkin
83 +
84 +DESCRIPTION="Converts between ROS Image messages and OpenCV images"
85 +LICENSE="BSD"
86 +SLOT="0"
87 +IUSE=""
88 +
89 +RDEPEND="
90 + dev-ros/cv_bridge
91 + dev-ros/image_geometry
92 + dev-ros/opencv_tests
93 +"
94 +DEPEND="${RDEPEND}"