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/visp_hand2eye_calibration/
Date: Thu, 24 Sep 2015 08:43:46
Message-Id: 1443084189.23819b04b47f6294a165acb7e3ae782094344631.aballier@gentoo
1 commit: 23819b04b47f6294a165acb7e3ae782094344631
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:42:15 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:43:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23819b04
7
8 dev-ros/visp_hand2eye_calibration: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/visp_hand2eye_calibration/Manifest | 1 +
13 dev-ros/visp_hand2eye_calibration/metadata.xml | 5 ++++
14 .../visp_hand2eye_calibration-0.8.0.ebuild | 32 ++++++++++++++++++++++
15 .../visp_hand2eye_calibration-9999.ebuild | 32 ++++++++++++++++++++++
16 4 files changed, 70 insertions(+)
17
18 diff --git a/dev-ros/visp_hand2eye_calibration/Manifest b/dev-ros/visp_hand2eye_calibration/Manifest
19 new file mode 100644
20 index 0000000..b773503
21 --- /dev/null
22 +++ b/dev-ros/visp_hand2eye_calibration/Manifest
23 @@ -0,0 +1 @@
24 +DIST vision_visp-0.8.0.tar.gz 1010996 SHA256 5166e1f17601328d09716879ceb66135e07bdb71a375765a937e3b78a12b0e54 SHA512 2bf2d69b6e19de21b34869858672662162703ff8b2aea85fdb9a6dafa88d8fe1f97d18587e863f3f7c088697e931a1b6e4e2e37f31fc7caff0906e98debbad1a WHIRLPOOL 015778e4cff63a9dbb5bf5812e38f7564b68cb71886e472062be15ec31a87a7299bff7ef9df50124294e22906420f60075cf6cc69f77df1cd29267b401f655e5
25
26 diff --git a/dev-ros/visp_hand2eye_calibration/metadata.xml b/dev-ros/visp_hand2eye_calibration/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/visp_hand2eye_calibration/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/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.8.0.ebuild b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.8.0.ebuild
39 new file mode 100644
40 index 0000000..418297f
41 --- /dev/null
42 +++ b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.8.0.ebuild
43 @@ -0,0 +1,32 @@
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/lagadic/vision_visp"
50 +KEYWORDS="~amd64 ~arm"
51 +VER_PREFIX="jade-"
52 +ROS_SUBDIR=${PN}
53 +CATKIN_HAS_MESSAGES=yes
54 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
55 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
56 +
57 +inherit ros-catkin
58 +
59 +DESCRIPTION="Estimates the camera position with respect to its effector using the ViSP library"
60 +LICENSE="GPL-2"
61 +SLOT="0"
62 +IUSE=""
63 +
64 +RDEPEND="
65 + dev-ros/image_proc
66 + dev-ros/roscpp
67 + dev-ros/sensor_msgs
68 + dev-ros/visp_bridge
69 + dev-ros/visp_tracker
70 + sci-libs/ViSP:=
71 +"
72 +DEPEND="${RDEPEND}"
73 +if [ "${PV#9999}" = "${PV}" ] ; then
74 + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}"
75 +fi
76
77 diff --git a/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild
78 new file mode 100644
79 index 0000000..418297f
80 --- /dev/null
81 +++ b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild
82 @@ -0,0 +1,32 @@
83 +# Copyright 1999-2014 Gentoo Foundation
84 +# Distributed under the terms of the GNU General Public License v2
85 +# $Id$
86 +
87 +EAPI=5
88 +ROS_REPO_URI="https://github.com/lagadic/vision_visp"
89 +KEYWORDS="~amd64 ~arm"
90 +VER_PREFIX="jade-"
91 +ROS_SUBDIR=${PN}
92 +CATKIN_HAS_MESSAGES=yes
93 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
94 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
95 +
96 +inherit ros-catkin
97 +
98 +DESCRIPTION="Estimates the camera position with respect to its effector using the ViSP library"
99 +LICENSE="GPL-2"
100 +SLOT="0"
101 +IUSE=""
102 +
103 +RDEPEND="
104 + dev-ros/image_proc
105 + dev-ros/roscpp
106 + dev-ros/sensor_msgs
107 + dev-ros/visp_bridge
108 + dev-ros/visp_tracker
109 + sci-libs/ViSP:=
110 +"
111 +DEPEND="${RDEPEND}"
112 +if [ "${PV#9999}" = "${PV}" ] ; then
113 + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}"
114 +fi