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_bridge/
Date: Thu, 29 Aug 2019 15:50:58
Message-Id: 1567093829.f5acd54d8929108b2a8791bfd30970111828d32a.aballier@gentoo
1 commit: f5acd54d8929108b2a8791bfd30970111828d32a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:27:38 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=f5acd54d
7
8 dev-ros/visp_bridge: 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 dev-ros/visp_bridge/Manifest | 1 +
14 dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild | 30 +++++++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-ros/visp_bridge/Manifest b/dev-ros/visp_bridge/Manifest
18 index 879345d3f52..c32832af2d0 100644
19 --- a/dev-ros/visp_bridge/Manifest
20 +++ b/dev-ros/visp_bridge/Manifest
21 @@ -1 +1,2 @@
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
25 diff --git a/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild b/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild
26 new file mode 100644
27 index 00000000000..f6afcabe1f3
28 --- /dev/null
29 +++ b/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/lagadic/vision_visp"
36 +KEYWORDS="~amd64 ~arm"
37 +VER_PREFIX="kinetic-"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Converts between ROS structures and ViSP structures"
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + sci-libs/ViSP:=[xml]
49 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 + dev-ros/roscpp
51 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
53 + dev-ros/camera_calibration_parsers
54 + dev-libs/boost:=
55 +"
56 +DEPEND="${RDEPEND}"
57 +if [ "${PV#9999}" = "${PV}" ] ; then
58 + S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}"
59 +fi
60 +PATCHES=( "${FILESDIR}/gcc6.patch" )