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/image_common/
Date: Wed, 23 Sep 2015 09:44:40
Message-Id: 1443001454.892a324ef8e4e968f2f2ea74be8e3ed5364346af.aballier@gentoo
1 commit: 892a324ef8e4e968f2f2ea74be8e3ed5364346af
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 09:22:44 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 09:44:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892a324e
7
8 ros-meta/image_common: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/image_common/Manifest | 1 +
13 ros-meta/image_common/image_common-1.11.7.ebuild | 23 +++++++++++++++++++++++
14 ros-meta/image_common/image_common-9999.ebuild | 23 +++++++++++++++++++++++
15 ros-meta/image_common/metadata.xml | 5 +++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/ros-meta/image_common/Manifest b/ros-meta/image_common/Manifest
19 new file mode 100644
20 index 0000000..a917fac
21 --- /dev/null
22 +++ b/ros-meta/image_common/Manifest
23 @@ -0,0 +1 @@
24 +DIST image_common-1.11.7.tar.gz 49437 SHA256 1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456 WHIRLPOOL 1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
25
26 diff --git a/ros-meta/image_common/image_common-1.11.7.ebuild b/ros-meta/image_common/image_common-1.11.7.ebuild
27 new file mode 100644
28 index 0000000..37bda88
29 --- /dev/null
30 +++ b/ros-meta/image_common/image_common-1.11.7.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/image_common"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Common code for working with images in ROS"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/camera_calibration_parsers
50 + dev-ros/camera_info_manager
51 + dev-ros/image_transport
52 + dev-ros/polled_camera
53 +"
54 +DEPEND="${RDEPEND}"
55
56 diff --git a/ros-meta/image_common/image_common-9999.ebuild b/ros-meta/image_common/image_common-9999.ebuild
57 new file mode 100644
58 index 0000000..37bda88
59 --- /dev/null
60 +++ b/ros-meta/image_common/image_common-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/image_common"
68 +KEYWORDS="~amd64 ~arm"
69 +ROS_SUBDIR=${PN}
70 +
71 +inherit ros-catkin
72 +
73 +DESCRIPTION="Common code for working with images in ROS"
74 +LICENSE="BSD"
75 +SLOT="0"
76 +IUSE=""
77 +
78 +RDEPEND="
79 + dev-ros/camera_calibration_parsers
80 + dev-ros/camera_info_manager
81 + dev-ros/image_transport
82 + dev-ros/polled_camera
83 +"
84 +DEPEND="${RDEPEND}"
85
86 diff --git a/ros-meta/image_common/metadata.xml b/ros-meta/image_common/metadata.xml
87 new file mode 100644
88 index 0000000..c42ea5b
89 --- /dev/null
90 +++ b/ros-meta/image_common/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>