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_camera_calibration/
Date: Wed, 23 Dec 2015 00:07:10
Message-Id: 1450829217.83c37249aaef121a99339fa7ca341ca09598a6c8.aballier@gentoo
1 commit: 83c37249aaef121a99339fa7ca341ca09598a6c8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:57:36 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 00:06:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c37249
7
8 dev-ros/visp_camera_calibration: Bump to 0.9.1.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/visp_camera_calibration/Manifest | 1 +
14 .../visp_camera_calibration-0.9.1.ebuild | 31 ++++++++++++++++++++++
15 2 files changed, 32 insertions(+)
16
17 diff --git a/dev-ros/visp_camera_calibration/Manifest b/dev-ros/visp_camera_calibration/Manifest
18 index b773503..bff3bdf 100644
19 --- a/dev-ros/visp_camera_calibration/Manifest
20 +++ b/dev-ros/visp_camera_calibration/Manifest
21 @@ -1 +1,2 @@
22 DIST vision_visp-0.8.0.tar.gz 1010996 SHA256 5166e1f17601328d09716879ceb66135e07bdb71a375765a937e3b78a12b0e54 SHA512 2bf2d69b6e19de21b34869858672662162703ff8b2aea85fdb9a6dafa88d8fe1f97d18587e863f3f7c088697e931a1b6e4e2e37f31fc7caff0906e98debbad1a WHIRLPOOL 015778e4cff63a9dbb5bf5812e38f7564b68cb71886e472062be15ec31a87a7299bff7ef9df50124294e22906420f60075cf6cc69f77df1cd29267b401f655e5
23 +DIST vision_visp-0.9.1.tar.gz 1014625 SHA256 918bf731a2fab8bd9fa082c0d0f86800710c79eeb9ec5e8b0c8d5baaffb7988d SHA512 f9ce23286fd9c7706364e9d63e6fb3881bad759aeea72313e5d2a24347f152ba90aab1c73d1b468ed3319e99f0a2bcb81208302825c83be686b9528f3b07469e WHIRLPOOL 8af772091c1c3fec475f32ff0d7232b728b3154491c4ed56300221c0ca96661c63c19baa50d6cdf010d1ffc304049f0ea1e7f5c403f15fb028b1417e41ed88b4
24
25 diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.9.1.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.9.1.ebuild
26 new file mode 100644
27 index 0000000..f18c05f
28 --- /dev/null
29 +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.9.1.ebuild
30 @@ -0,0 +1,31 @@
31 +# Copyright 1999-2014 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/lagadic/vision_visp"
37 +KEYWORDS="~amd64 ~arm"
38 +VER_PREFIX="jade-"
39 +ROS_SUBDIR=${PN}
40 +CATKIN_HAS_MESSAGES=yes
41 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
42 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs"
43 +
44 +inherit ros-catkin
45 +
46 +DESCRIPTION="Calibration of cameras using a customizable pattern and ViSP library"
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND="
52 + dev-ros/camera_calibration_parsers
53 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
54 + dev-ros/roscpp
55 + dev-ros/visp_bridge
56 + sci-libs/ViSP:=
57 +"
58 +DEPEND="${RDEPEND}"
59 +if [ "${PV#9999}" = "${PV}" ] ; then
60 + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}"
61 +fi