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_cb_detector/
Date: Sun, 11 Oct 2015 14:35:06
Message-Id: 1444574061.e96a4a8adf7cc7dc1a0e6a424e5c066cf1919690.aballier@gentoo
1 commit: e96a4a8adf7cc7dc1a0e6a424e5c066cf1919690
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:21:26 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:34:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96a4a8a
7
8 dev-ros/image_cb_detector: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/image_cb_detector/Manifest | 1 +
13 .../image_cb_detector-0.10.13.ebuild | 30 ++++++++++++++++++++++
14 .../image_cb_detector-9999.ebuild | 30 ++++++++++++++++++++++
15 dev-ros/image_cb_detector/metadata.xml | 5 ++++
16 4 files changed, 66 insertions(+)
17
18 diff --git a/dev-ros/image_cb_detector/Manifest b/dev-ros/image_cb_detector/Manifest
19 new file mode 100644
20 index 0000000..3890704
21 --- /dev/null
22 +++ b/dev-ros/image_cb_detector/Manifest
23 @@ -0,0 +1 @@
24 +DIST calibration-0.10.13.tar.gz 112305 SHA256 935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb WHIRLPOOL 94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
25
26 diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild b/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild
27 new file mode 100644
28 index 0000000..5c19021
29 --- /dev/null
30 +++ b/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild
31 @@ -0,0 +1,30 @@
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/calibration"
38 +CATKIN_HAS_MESSAGES=yes
39 +KEYWORDS="~amd64 ~arm"
40 +PYTHON_COMPAT=( python2_7 )
41 +ROS_SUBDIR=${PN}
42 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/actionlib_msgs dev-ros/std_msgs"
43 +
44 +inherit ros-catkin
45 +
46 +DESCRIPTION="Extracts checkerboard corners from ROS images"
47 +LICENSE="BSD"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND="
52 + dev-ros/actionlib[${PYTHON_USEDEP}]
53 + dev-ros/cv_bridge[${PYTHON_USEDEP}]
54 + dev-ros/image_transport
55 + dev-ros/message_filters
56 + dev-ros/roscpp
57 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
58 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
59 + dev-ros/rospy[${PYTHON_USEDEP}]
60 +"
61 +DEPEND="${RDEPEND}"
62
63 diff --git a/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild b/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild
64 new file mode 100644
65 index 0000000..5c19021
66 --- /dev/null
67 +++ b/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild
68 @@ -0,0 +1,30 @@
69 +# Copyright 1999-2014 Gentoo Foundation
70 +# Distributed under the terms of the GNU General Public License v2
71 +# $Id$
72 +
73 +EAPI=5
74 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
75 +CATKIN_HAS_MESSAGES=yes
76 +KEYWORDS="~amd64 ~arm"
77 +PYTHON_COMPAT=( python2_7 )
78 +ROS_SUBDIR=${PN}
79 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/actionlib_msgs dev-ros/std_msgs"
80 +
81 +inherit ros-catkin
82 +
83 +DESCRIPTION="Extracts checkerboard corners from ROS images"
84 +LICENSE="BSD"
85 +SLOT="0"
86 +IUSE=""
87 +
88 +RDEPEND="
89 + dev-ros/actionlib[${PYTHON_USEDEP}]
90 + dev-ros/cv_bridge[${PYTHON_USEDEP}]
91 + dev-ros/image_transport
92 + dev-ros/message_filters
93 + dev-ros/roscpp
94 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
95 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
96 + dev-ros/rospy[${PYTHON_USEDEP}]
97 +"
98 +DEPEND="${RDEPEND}"
99
100 diff --git a/dev-ros/image_cb_detector/metadata.xml b/dev-ros/image_cb_detector/metadata.xml
101 new file mode 100644
102 index 0000000..c42ea5b
103 --- /dev/null
104 +++ b/dev-ros/image_cb_detector/metadata.xml
105 @@ -0,0 +1,5 @@
106 +<?xml version="1.0" encoding="UTF-8"?>
107 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 +<pkgmetadata>
109 +<herd>ros</herd>
110 +</pkgmetadata>