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 EEA3958973 for ; Tue, 19 Jan 2016 12:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0709121C0EA; Tue, 19 Jan 2016 12:18:24 +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 A3BD421C0B1 for ; Tue, 19 Jan 2016 12:18:22 +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 E5D1C34091A for ; Tue, 19 Jan 2016 12:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9127A1068 for ; Tue, 19 Jan 2016 12:18:18 +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: <1453204983.54581feca0a1c8bb0058e765365608ef6a90ebc8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_view/Manifest dev-ros/image_view/image_view-1.12.15.ebuild X-VCS-Directories: dev-ros/image_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 54581feca0a1c8bb0058e765365608ef6a90ebc8 X-VCS-Branch: master Date: Tue, 19 Jan 2016 12:18:18 +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: a98b010f-a7d5-47c7-ac2c-3ae8cf02bb78 X-Archives-Hash: ad3493eecd56f5906e3ef0dd061f48f5 commit: 54581feca0a1c8bb0058e765365608ef6a90ebc8 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 19 11:40:23 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 19 12:03:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54581fec dev-ros/image_view: Bump to 1.12.15. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_view/Manifest | 1 + dev-ros/image_view/image_view-1.12.15.ebuild | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ros/image_view/Manifest b/dev-ros/image_view/Manifest index 0cc1356..cf8b7d5 100644 --- a/dev-ros/image_view/Manifest +++ b/dev-ros/image_view/Manifest @@ -1 +1,2 @@ DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d +DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449 diff --git a/dev-ros/image_view/image_view-1.12.15.ebuild b/dev-ros/image_view/image_view-1.12.15.ebuild new file mode 100644 index 0000000..1f5b4dd --- /dev/null +++ b/dev-ros/image_view/image_view-1.12.15.ebuild @@ -0,0 +1,32 @@ +# 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_pipeline" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Simple viewer for ROS image topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + media-libs/opencv + x11-libs/gtk+:2 + dev-ros/camera_calibration_parsers + >=dev-ros/cv_bridge-1.11.10 + dev-ros/image_transport + dev-ros/message_filters + dev-ros/nodelet + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}"