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 66C20138359 for ; Wed, 15 Jul 2020 15:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BE8E08D9; Wed, 15 Jul 2020 15:36:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4BFCFE08D9 for ; Wed, 15 Jul 2020 15:36:04 +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 30CD234EEF4 for ; Wed, 15 Jul 2020 15:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FE152DD for ; Wed, 15 Jul 2020 15:36:00 +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: <1594827349.cd821d56de49f5c43a8891ab7b3f1a9ebdc27c5b.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.2.ebuild X-VCS-Directories: dev-ros/rosconsole_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cd821d56de49f5c43a8891ab7b3f1a9ebdc27c5b X-VCS-Branch: master Date: Wed, 15 Jul 2020 15:36:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7978262d-8cde-49f4-bd7d-67525e7b966d X-Archives-Hash: ba67ccc68c7191d1f9bcfd9e4d8c9b22 commit: cd821d56de49f5c43a8891ab7b3f1a9ebdc27c5b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 15 14:57:14 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 15 15:35:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd821d56 dev-ros/rosconsole_bridge: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosconsole_bridge/Manifest | 1 - .../rosconsole_bridge/rosconsole_bridge-0.5.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-ros/rosconsole_bridge/Manifest b/dev-ros/rosconsole_bridge/Manifest index fcede62ee6c..c345bd537cd 100644 --- a/dev-ros/rosconsole_bridge/Manifest +++ b/dev-ros/rosconsole_bridge/Manifest @@ -1,2 +1 @@ -DIST rosconsole_bridge-0.5.2.tar.gz 4640 BLAKE2B 3adc06db7f3d25767c95755d6bbd0ec6237f46c2e560c990cb54fa5e361e2c20cd8a68c5ae7a1570a01f9dd462bb1272e507f7b0a84282efaf6e35713d5f4653 SHA512 ce80620e485b1b4fe1272c5d982d6ed985357801f2ead2cd81f9fae64743869fa76b31685e41e6a229c0d10752a54da883b7e52d8b32c74fee216978a0034cd8 DIST rosconsole_bridge-0.5.4.tar.gz 4874 BLAKE2B 73a8a21918d062e0d362a884e0ceb98bb8c3187d0126c37db32c47bef61b01e0c8545ad99193f785ecb66fd29adcfd78b941f04278efdc4fd4618b0f91777bc0 SHA512 06f216033783a2f58041170ff9000443177d7de9d7e3c43096f8b11a1603339e75e780dfb32869023c5a1e6c890f24168cc1936ffaa797df263f5c35f59a7908 diff --git a/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.2.ebuild b/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.2.ebuild deleted file mode 100644 index 41079a236c9..00000000000 --- a/dev-ros/rosconsole_bridge/rosconsole_bridge-0.5.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 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}"