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 02A22138359 for ; Wed, 15 Jul 2020 15:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FCB8E0919; Wed, 15 Jul 2020 15:36:07 +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 57262E0919 for ; Wed, 15 Jul 2020 15:36:07 +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 7759F34EF46 for ; Wed, 15 Jul 2020 15:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A405C2F6 for ; Wed, 15 Jul 2020 15:36: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: <1594827353.806929bee674ccdde7387b85b0fe746d86815f1b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag_migration_rule/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbag_migration_rule/Manifest dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild X-VCS-Directories: dev-ros/rosbag_migration_rule/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 806929bee674ccdde7387b85b0fe746d86815f1b X-VCS-Branch: master Date: Wed, 15 Jul 2020 15:36: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dea724f0-9edf-4118-b581-648e44df0c4d X-Archives-Hash: 11ffe76098b77d18e90cc0fee27bedb8 commit: 806929bee674ccdde7387b85b0fe746d86815f1b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 15 15:35:25 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 15 15:35:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806929be dev-ros/rosbag_migration_rule: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosbag_migration_rule/Manifest | 1 - .../rosbag_migration_rule-1.0.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-ros/rosbag_migration_rule/Manifest b/dev-ros/rosbag_migration_rule/Manifest index aea283b1223..f1ad8c23e39 100644 --- a/dev-ros/rosbag_migration_rule/Manifest +++ b/dev-ros/rosbag_migration_rule/Manifest @@ -1,2 +1 @@ -DIST rosbag_migration_rule-1.0.0.tar.gz 581 BLAKE2B 6007438d1fe762965ba58432519c6e85903302700951174acaead513fae374933cd2eed176a996344aab3ca29be19fbcd231f216e83c61669b69b3dd1af87cb8 SHA512 694e272509384d48277400639614464e8cf0e19766a247c6ad71399fc6b4aabf570e425d61f78bac2b712c569762a25ac3539390b19317109972cfa6768fecd6 DIST rosbag_migration_rule-1.0.1.tar.gz 581 BLAKE2B 6434feaa7a022dca38659a09ac47217f716edf77c09f863d972932cf134700d10434d81591627fff1fc8ed67fe92439ee6272b1d97897de0c5f2d1313da9e198 SHA512 ae5b471daa8603740272e8c819d1120adafba0ed69027e853292939041aab3f19d40ce5736c88d3c0bf6c7979dce1436573b0585fa6a126e606d7c82502462d4 diff --git a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild deleted file mode 100644 index 41c13001849..00000000000 --- a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.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/rosbag_migration_rule" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Allows to export rosbag migration rule files without depending on rosbag" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"