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, 29 Aug 2019 15:51:00
Message-Id: 1567093829.8097831481b36baa534d2c71284c433909c88fe2.aballier@gentoo
1 commit: 8097831481b36baa534d2c71284c433909c88fe2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:27:57 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 15:50:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80978314
7
8 ros-meta/vision_visp: Bump to 0.11.1.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/vision_visp/Manifest | 1 +
14 ros-meta/vision_visp/vision_visp-0.11.1.ebuild | 27 ++++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/ros-meta/vision_visp/Manifest b/ros-meta/vision_visp/Manifest
18 index 204e5522283..c8d17812e02 100644
19 --- a/ros-meta/vision_visp/Manifest
20 +++ b/ros-meta/vision_visp/Manifest
21 @@ -1,2 +1,3 @@
22 DIST vision_visp-0.10.0.tar.gz 1015180 BLAKE2B bf0474d0633a6b704077e232d4676e6ebb9ec666b9b03792dbb929c6c6d1c52a941f7a4517f7bc6a7150882c16ba719eb3cf17c3fbdd13df109eab3a34afa259 SHA512 8e2652d6ca9c9535f1bebb628ec908f64c9fc89358bc92ed42ef12430b0b28c8ed3ed7935d2d3fe03c9761f9ac08e200eb59839ee2243df62d5934e8162cca9c
23 +DIST vision_visp-0.11.1.tar.gz 1014349 BLAKE2B 63148bef65a8361be7cb4a3d27bae4e6440feeeca3ab7183c6c345d4d1a2e0e4f7bc52b265455636ae8e07ddbed0e182c8d0b326b7686cdeda97500203fe3183 SHA512 cb1a09fea7ed2bb74c0c3f5a525d35ef7304dc2c569c6c808cd3751e500b7e32f226436ec4150f63a8280bc3f0c53dfd64757aa09da7344b1ec998130006253c
24 DIST vision_visp-0.9.3.tar.gz 1014883 BLAKE2B 45dcc7b6fc7f80986c57ab92b31ce85ec7806206903b79363e0eb54467043a63300f37fa15292174be3638898acdeb2c3b3a468c11e7ab0ef689b40b8f2c899e SHA512 e5775e410efefaaac00cdfaf07b65f9f77ade0e7d6f40b3d8345d7b594520f46741f56039c1eb0193c57287bafbddf8e755e10d6f85cc12ddefb2b997681f44a
25
26 diff --git a/ros-meta/vision_visp/vision_visp-0.11.1.ebuild b/ros-meta/vision_visp/vision_visp-0.11.1.ebuild
27 new file mode 100644
28 index 00000000000..a3e7b3906be
29 --- /dev/null
30 +++ b/ros-meta/vision_visp/vision_visp-0.11.1.ebuild
31 @@ -0,0 +1,27 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/lagadic/vision_visp"
37 +KEYWORDS="~amd64 ~arm"
38 +VER_PREFIX="kinetic-"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Virtual package providing ViSP related packages"
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/visp_auto_tracker
50 + dev-ros/visp_bridge
51 + dev-ros/visp_camera_calibration
52 + dev-ros/visp_hand2eye_calibration
53 + dev-ros/visp_tracker
54 +"
55 +DEPEND=""
56 +if [ "${PV#9999}" = "${PV}" ] ; then
57 + S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}"
58 +fi