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 7AFD058973 for ; Tue, 19 Jan 2016 12:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF06321C102; 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 3A19321C06B for ; Tue, 19 Jan 2016 12:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EAD33409E6 for ; Tue, 19 Jan 2016 12:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B7C1069 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.6ffda9a31c027868f30966ba1abd16da41320059.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_image_proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/stereo_image_proc/Manifest dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild X-VCS-Directories: dev-ros/stereo_image_proc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6ffda9a31c027868f30966ba1abd16da41320059 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: e07a9219-c847-40ee-b8fc-655cca29b243 X-Archives-Hash: d34255127f5852064a66f61a8302e05e commit: 6ffda9a31c027868f30966ba1abd16da41320059 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 19 11:40:28 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=6ffda9a3 dev-ros/stereo_image_proc: Bump to 1.12.15. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/stereo_image_proc/Manifest | 1 + .../stereo_image_proc-1.12.15.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ros/stereo_image_proc/Manifest b/dev-ros/stereo_image_proc/Manifest index 0cc1356..cf8b7d5 100644 --- a/dev-ros/stereo_image_proc/Manifest +++ b/dev-ros/stereo_image_proc/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/stereo_image_proc/stereo_image_proc-1.12.15.ebuild b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild new file mode 100644 index 0000000..2cb657c --- /dev/null +++ b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild @@ -0,0 +1,30 @@ +# 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="Stereo and single image rectification and disparity processing" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + dev-ros/dynamic_reconfigure + dev-ros/image_geometry + dev-ros/image_proc + dev-ros/image_transport + dev-ros/message_filters + dev-ros/nodelet + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + media-libs/opencv +" +DEPEND="${RDEPEND}"