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_visp/
Date: Thu, 24 Sep 2015 08:43:48
Message-Id: 1443084189.39242f787cace0156ea912c144af8cb3f8c88d61.aballier@gentoo
1 commit: 39242f787cace0156ea912c144af8cb3f8c88d61
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:42:56 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=39242f78
7
8 ros-meta/vision_visp: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/vision_visp/Manifest | 1 +
13 ros-meta/vision_visp/metadata.xml | 5 +++++
14 ros-meta/vision_visp/vision_visp-0.8.0.ebuild | 28 +++++++++++++++++++++++++++
15 ros-meta/vision_visp/vision_visp-9999.ebuild | 28 +++++++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/ros-meta/vision_visp/Manifest b/ros-meta/vision_visp/Manifest
19 new file mode 100644
20 index 0000000..b773503
21 --- /dev/null
22 +++ b/ros-meta/vision_visp/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/ros-meta/vision_visp/metadata.xml b/ros-meta/vision_visp/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/vision_visp/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_visp/vision_visp-0.8.0.ebuild b/ros-meta/vision_visp/vision_visp-0.8.0.ebuild
39 new file mode 100644
40 index 0000000..ed46d3f
41 --- /dev/null
42 +++ b/ros-meta/vision_visp/vision_visp-0.8.0.ebuild
43 @@ -0,0 +1,28 @@
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 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Virtual package providing ViSP related packages"
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/visp_auto_tracker
63 + dev-ros/visp_bridge
64 + dev-ros/visp_camera_calibration
65 + dev-ros/visp_hand2eye_calibration
66 + dev-ros/visp_tracker
67 +"
68 +DEPEND=""
69 +if [ "${PV#9999}" = "${PV}" ] ; then
70 + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}"
71 +fi
72
73 diff --git a/ros-meta/vision_visp/vision_visp-9999.ebuild b/ros-meta/vision_visp/vision_visp-9999.ebuild
74 new file mode 100644
75 index 0000000..ed46d3f
76 --- /dev/null
77 +++ b/ros-meta/vision_visp/vision_visp-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2014 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +ROS_REPO_URI="https://github.com/lagadic/vision_visp"
85 +KEYWORDS="~amd64 ~arm"
86 +VER_PREFIX="jade-"
87 +ROS_SUBDIR=${PN}
88 +
89 +inherit ros-catkin
90 +
91 +DESCRIPTION="Virtual package providing ViSP related packages"
92 +LICENSE="GPL-2"
93 +SLOT="0"
94 +IUSE=""
95 +
96 +RDEPEND="
97 + dev-ros/visp_auto_tracker
98 + dev-ros/visp_bridge
99 + dev-ros/visp_camera_calibration
100 + dev-ros/visp_hand2eye_calibration
101 + dev-ros/visp_tracker
102 +"
103 +DEPEND=""
104 +if [ "${PV#9999}" = "${PV}" ] ; then
105 + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}"
106 +fi