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 8BC1A1384B4 for ; Tue, 1 Dec 2015 11:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD3E21C06E; Tue, 1 Dec 2015 11:51:50 +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 C5E3421C069 for ; Tue, 1 Dec 2015 11:51:49 +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 5A93C340545 for ; Tue, 1 Dec 2015 11:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11A1AC7E for ; Tue, 1 Dec 2015 11:51:46 +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: <1448970671.57fff4d4c94ec1a14b5c2c43a5cd8d5de1f9be1a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/camera_calibration_parsers/Manifest dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild X-VCS-Directories: dev-ros/camera_calibration_parsers/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 57fff4d4c94ec1a14b5c2c43a5cd8d5de1f9be1a X-VCS-Branch: master Date: Tue, 1 Dec 2015 11:51:46 +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: 2d042d6f-e50f-46f4-93be-780e9728a450 X-Archives-Hash: 508cede579b68dcd1e1b119a0d5e814e commit: 57fff4d4c94ec1a14b5c2c43a5cd8d5de1f9be1a Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 1 11:46:22 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 1 11:51:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fff4d4 dev-ros/camera_calibration_parsers: Bump to 1.11.8. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/camera_calibration_parsers/Manifest | 1 + .../camera_calibration_parsers-1.11.8.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ros/camera_calibration_parsers/Manifest b/dev-ros/camera_calibration_parsers/Manifest index a917fac..b9d1d58 100644 --- a/dev-ros/camera_calibration_parsers/Manifest +++ b/dev-ros/camera_calibration_parsers/Manifest @@ -1 +1,2 @@ DIST image_common-1.11.7.tar.gz 49437 SHA256 1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456 WHIRLPOOL 1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441 +DIST image_common-1.11.8.tar.gz 49596 SHA256 14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35 WHIRLPOOL 9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b diff --git a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild new file mode 100644 index 0000000..e9cd4e2 --- /dev/null +++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild @@ -0,0 +1,26 @@ +# 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/ros-perception/image_common" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Routines for reading and writing camera calibration parameters" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= + dev-ros/rosconsole + >=dev-cpp/yaml-cpp-0.5 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-python/nose ) +"