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 19E521396DA for ; Fri, 10 Nov 2017 08:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B93E0D49; Fri, 10 Nov 2017 08:51:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DA4DFE0D49 for ; Fri, 10 Nov 2017 08:51:26 +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 1634733BF51 for ; Fri, 10 Nov 2017 08:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA95989F for ; Fri, 10 Nov 2017 08:51:23 +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: <1510303877.283251906e678a83b712a594864cd90866cafac9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosconsole_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosconsole_bridge/Manifest dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.1.ebuild X-VCS-Directories: dev-ros/rosconsole_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 283251906e678a83b712a594864cd90866cafac9 X-VCS-Branch: master Date: Fri, 10 Nov 2017 08:51:23 +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: 0616e3fc-84cc-4e62-9b93-c013e3c23ea4 X-Archives-Hash: 4795599c7dd431a41d5a05dbfd48e84e commit: 283251906e678a83b712a594864cd90866cafac9 Author: Alexis Ballier gentoo org> AuthorDate: Fri Nov 10 08:11:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Nov 10 08:51:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28325190 dev-ros/rosconsole_bridge: bump to 0.5.1 Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-ros/rosconsole_bridge/Manifest | 1 + .../rosconsole_bridge/rosconsole_bridge-0.5.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-ros/rosconsole_bridge/Manifest b/dev-ros/rosconsole_bridge/Manifest index 82b7f9653ff..5d7cd9aa1d9 100644 --- a/dev-ros/rosconsole_bridge/Manifest +++ b/dev-ros/rosconsole_bridge/Manifest @@ -1 +1,2 @@ DIST rosconsole_bridge-0.4.4.tar.gz 4426 SHA256 6133c7fc466b4440973d459bde5fb3e1ef4352d4644060965b7fa289530921fc SHA512 47a96f30f31773f61c9c84845c698bb3f473ffbb183201963dc8d24643298988fa604ad2b8c702004d05f70cd7fc985cff844aba0c2153f22b4fcd3be44527ab WHIRLPOOL 54011917d49dd95763dc6d55a942adde4201965e0c8b137fc7d970e6baec709736a801d72b2bc15c3ce262b1ba03bcdd9471ea50301b226a651f1958a09dcfea +DIST rosconsole_bridge-0.5.1.tar.gz 4604 SHA256 eeaf5826b1238b03052aebb52ac858285c9e4ade8eb0f7c4004a6af714700713 SHA512 f581d923c427a6181c0573d6c28935d17c58f27ccc201a5eba7b6a6d3abe7c17bece773a8d1f660527ec3030e0df0769b4edb36fe1bf3e9e6a9c685e7528abac WHIRLPOOL 51325ec94da6db7ff44cb5350e6aa74914bdb32a404b1f68c0a95230a84e88586360bfcb1ccc94abbd09400cae419c710a492ac8e6b646d09d2ea1972bc8ccf9 diff --git a/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.1.ebuild b/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.1.ebuild new file mode 100644 index 00000000000..1e2a5ce161c --- /dev/null +++ b/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.1.ebuild @@ -0,0 +1,17 @@ +# 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/rosconsole_bridge" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Connects console_bridge-based logging to rosconsole-based logging" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/console_bridge + dev-ros/rosconsole" +DEPEND="${RDEPEND}"