From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17E7E139694 for ; Tue, 2 May 2017 10:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A082A21C099; Tue, 2 May 2017 10:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ACEE21C099 for ; Tue, 2 May 2017 10:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D2743416B0 for ; Tue, 2 May 2017 10:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74586744E for ; Tue, 2 May 2017 10:22:01 +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: <1493720506.08851f8ae231ff00c058137d609ddf532e69f5f6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_rotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_rotate/Manifest dev-ros/image_rotate/image_rotate-1.12.20.ebuild X-VCS-Directories: dev-ros/image_rotate/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 08851f8ae231ff00c058137d609ddf532e69f5f6 X-VCS-Branch: master Date: Tue, 2 May 2017 10:22:01 +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: 6e8dbe79-0f63-4a0b-9231-f4e1419613f7 X-Archives-Hash: a59156e3ba6ae3790631517c66b12309 commit: 08851f8ae231ff00c058137d609ddf532e69f5f6 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 2 09:55:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 2 10:21:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08851f8a dev-ros/image_rotate: Bump to 1.12.20. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/image_rotate/Manifest | 1 + dev-ros/image_rotate/image_rotate-1.12.20.ebuild | 28 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/image_rotate/Manifest b/dev-ros/image_rotate/Manifest index 202746fbd20..b50ff7ba4d9 100644 --- a/dev-ros/image_rotate/Manifest +++ b/dev-ros/image_rotate/Manifest @@ -1 +1,2 @@ DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63 +DIST image_pipeline-1.12.20.tar.gz 137888 SHA256 b69307689c7fb4e62464254fc24ede26c85087b51519f0b43a33e995dabe1a53 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5 WHIRLPOOL 8dda5d84af0929a983e6a2cb54697ee50d3036399a05bff50ae711fb4e8638e8763de407b65beb14d65b2cd48e3b200c84af95cee7da48609448f102d0bfdadc diff --git a/dev-ros/image_rotate/image_rotate-1.12.20.ebuild b/dev-ros/image_rotate/image_rotate-1.12.20.ebuild new file mode 100644 index 00000000000..3ef88503834 --- /dev/null +++ b/dev-ros/image_rotate/image_rotate-1.12.20.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="Rotates an image stream minimizing the angle between an arbitrary vector and the camera frame" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + media-libs/opencv:= + dev-ros/dynamic_reconfigure + dev-ros/eigen_conversions + dev-ros/image_transport + dev-ros/nodelet + dev-ros/roscpp + dev-ros/tf2 + dev-ros/tf2_geometry_msgs +" +DEPEND="${RDEPEND}"