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 6BEE51396DA for ; Tue, 7 Nov 2017 19:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4194E0D49; Tue, 7 Nov 2017 19:24:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2600E0D39 for ; Tue, 7 Nov 2017 19:24:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6E2533BEC7 for ; Tue, 7 Nov 2017 19:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE949868 for ; Tue, 7 Nov 2017 19:24:08 +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: <1510082635.f035e243090cb0c8b9ce5595d4cfc4f8ab9c4d5a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_publisher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_publisher/Manifest dev-ros/image_publisher/image_publisher-1.12.21.ebuild X-VCS-Directories: dev-ros/image_publisher/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f035e243090cb0c8b9ce5595d4cfc4f8ab9c4d5a X-VCS-Branch: master Date: Tue, 7 Nov 2017 19:24:08 +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: c1df3e8a-1155-4ff2-b96a-f265d05fe445 X-Archives-Hash: 10d84e2e44234be65a49244085b4520f commit: f035e243090cb0c8b9ce5595d4cfc4f8ab9c4d5a Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 7 19:20:25 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 7 19:23:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f035e243 dev-ros/image_publisher: Bump to 1.12.21. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-ros/image_publisher/Manifest | 1 + .../image_publisher/image_publisher-1.12.21.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/image_publisher/Manifest b/dev-ros/image_publisher/Manifest index f6e12d8df50..ae432943f4c 100644 --- a/dev-ros/image_publisher/Manifest +++ b/dev-ros/image_publisher/Manifest @@ -1 +1,2 @@ DIST image_pipeline-1.12.20.tar.gz 137888 SHA256 b69307689c7fb4e62464254fc24ede26c85087b51519f0b43a33e995dabe1a53 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5 WHIRLPOOL 8dda5d84af0929a983e6a2cb54697ee50d3036399a05bff50ae711fb4e8638e8763de407b65beb14d65b2cd48e3b200c84af95cee7da48609448f102d0bfdadc +DIST image_pipeline-1.12.21.tar.gz 139264 SHA256 5e358bbbd3283e7f6175fbe55b965b8028e81b95ca54c5ae7a551833b7c61d3e SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c WHIRLPOOL a682666c96bdd95ffdad48c25e4b0109014957ca56c4c265d923c8ff35005bfbddfededd639d6694b229f60beac75f04f02b8ab1e654213ee312393038aab4cd diff --git a/dev-ros/image_publisher/image_publisher-1.12.21.ebuild b/dev-ros/image_publisher/image_publisher-1.12.21.ebuild new file mode 100644 index 00000000000..165d0170001 --- /dev/null +++ b/dev-ros/image_publisher/image_publisher-1.12.21.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="Publish an image stream from single image file or avi file." +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + media-libs/opencv:= + dev-ros/dynamic_reconfigure + dev-ros/camera_info_manager + dev-ros/image_transport + dev-ros/nodelet + dev-ros/roscpp + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND}"