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 9ADF0138350 for ; Thu, 9 Apr 2020 13:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A92E0957; Thu, 9 Apr 2020 13:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 70594E0957 for ; Thu, 9 Apr 2020 13:34:14 +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 367A834EEE0 for ; Thu, 9 Apr 2020 13:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D2089C for ; Thu, 9 Apr 2020 13:34:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586439241.4f2f4d28f86a166f5e81561a4dd1fe24478a3097.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/iotop-c/Manifest sys-process/iotop-c/iotop-c-0_pre20140824.ebuild sys-process/iotop-c/iotop-c-2014.08.24.ebuild X-VCS-Directories: sys-process/iotop-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4f2f4d28f86a166f5e81561a4dd1fe24478a3097 X-VCS-Branch: dev Date: Thu, 9 Apr 2020 13:34:11 +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: 06afcdfc-7ad1-4b5a-862c-51c816cc04cc X-Archives-Hash: d0051b8f7a06f68a80e7b041d3616bd7 Message-ID: <20200409133411.jGFtadCuWPEWahSHbVxegCv9rdRDXWGrPFYYmCBWU9g@z> commit: 4f2f4d28f86a166f5e81561a4dd1fe24478a3097 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 9 13:34:01 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 9 13:34:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f2f4d28 sys-process/iotop-c: use _pre naming format to adhere to the gentoo ebuild naming guidelines Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> sys-process/iotop-c/Manifest | 2 +- .../iotop-c/{iotop-c-2014.08.24.ebuild => iotop-c-0_pre20140824.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest index 32f3f92..e6c55cc 100644 --- a/sys-process/iotop-c/Manifest +++ b/sys-process/iotop-c/Manifest @@ -1 +1 @@ -DIST iotop-c-2014.08.24.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0 +DIST iotop-c-0_pre20140824.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0 diff --git a/sys-process/iotop-c/iotop-c-2014.08.24.ebuild b/sys-process/iotop-c/iotop-c-0_pre20140824.ebuild similarity index 93% rename from sys-process/iotop-c/iotop-c-2014.08.24.ebuild rename to sys-process/iotop-c/iotop-c-0_pre20140824.ebuild index 93c8daf..90e5e15 100644 --- a/sys-process/iotop-c/iotop-c-2014.08.24.ebuild +++ b/sys-process/iotop-c/iotop-c-0_pre20140824.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7