From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E51D81384B4 for ; Wed, 23 Dec 2015 00:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D249421C0AB; Wed, 23 Dec 2015 00:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8000921C0AD for ; Wed, 23 Dec 2015 00:07:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A070E340831 for ; Wed, 23 Dec 2015 00:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD10CF1 for ; Wed, 23 Dec 2015 00:07:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1450829217.bd4eb80665087c186c3b8e72efb3d585e0bb90d7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/vision_visp/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/vision_visp/Manifest ros-meta/vision_visp/vision_visp-0.9.1.ebuild X-VCS-Directories: ros-meta/vision_visp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bd4eb80665087c186c3b8e72efb3d585e0bb90d7 X-VCS-Branch: master Date: Wed, 23 Dec 2015 00:07:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c93a3ea3-006e-46e2-a59f-f61c52c46af6 X-Archives-Hash: 9fdc1b2b740b6ab1a0f0a7018feb553f commit: bd4eb80665087c186c3b8e72efb3d585e0bb90d7 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 22 23:57:50 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 23 00:06:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4eb806 ros-meta/vision_visp: Bump to 0.9.1. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/vision_visp/Manifest | 1 + ros-meta/vision_visp/vision_visp-0.9.1.ebuild | 28 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ros-meta/vision_visp/Manifest b/ros-meta/vision_visp/Manifest index b773503..bff3bdf 100644 --- a/ros-meta/vision_visp/Manifest +++ b/ros-meta/vision_visp/Manifest @@ -1 +1,2 @@ DIST vision_visp-0.8.0.tar.gz 1010996 SHA256 5166e1f17601328d09716879ceb66135e07bdb71a375765a937e3b78a12b0e54 SHA512 2bf2d69b6e19de21b34869858672662162703ff8b2aea85fdb9a6dafa88d8fe1f97d18587e863f3f7c088697e931a1b6e4e2e37f31fc7caff0906e98debbad1a WHIRLPOOL 015778e4cff63a9dbb5bf5812e38f7564b68cb71886e472062be15ec31a87a7299bff7ef9df50124294e22906420f60075cf6cc69f77df1cd29267b401f655e5 +DIST vision_visp-0.9.1.tar.gz 1014625 SHA256 918bf731a2fab8bd9fa082c0d0f86800710c79eeb9ec5e8b0c8d5baaffb7988d SHA512 f9ce23286fd9c7706364e9d63e6fb3881bad759aeea72313e5d2a24347f152ba90aab1c73d1b468ed3319e99f0a2bcb81208302825c83be686b9528f3b07469e WHIRLPOOL 8af772091c1c3fec475f32ff0d7232b728b3154491c4ed56300221c0ca96661c63c19baa50d6cdf010d1ffc304049f0ea1e7f5c403f15fb028b1417e41ed88b4 diff --git a/ros-meta/vision_visp/vision_visp-0.9.1.ebuild b/ros-meta/vision_visp/vision_visp-0.9.1.ebuild new file mode 100644 index 0000000..ed46d3f --- /dev/null +++ b/ros-meta/vision_visp/vision_visp-0.9.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/lagadic/vision_visp" +KEYWORDS="~amd64 ~arm" +VER_PREFIX="jade-" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Virtual package providing ViSP related packages" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/visp_auto_tracker + dev-ros/visp_bridge + dev-ros/visp_camera_calibration + dev-ros/visp_hand2eye_calibration + dev-ros/visp_tracker +" +DEPEND="" +if [ "${PV#9999}" = "${PV}" ] ; then + S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}" +fi