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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ECEB158091 for ; Fri, 17 Jun 2022 09:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B22C7E095F; Fri, 17 Jun 2022 09:22:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9070CE095F for ; Fri, 17 Jun 2022 09:22:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72D3B341FDA for ; Fri, 17 Jun 2022 09:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A196E44B for ; Fri, 17 Jun 2022 09:22:36 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1655457407.0b607f85b4958ee6a5cc48145fd01f178deb0267.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/incron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/incron/Manifest sys-process/incron/incron-0.5.12_p20171113.ebuild sys-process/incron/incron-0.5.12_p20191114-r1.ebuild X-VCS-Directories: sys-process/incron/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0b607f85b4958ee6a5cc48145fd01f178deb0267 X-VCS-Branch: master Date: Fri, 17 Jun 2022 09:22:36 +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: 52f44aa9-1701-4c8f-82c6-009356222ef3 X-Archives-Hash: de4afb3e27feaf339c6f76aed173eb6d commit: 0b607f85b4958ee6a5cc48145fd01f178deb0267 Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 17 09:16:30 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 17 09:16:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b607f85 sys-process/incron: rename 0.5.12_p20191114-r1 to 0.5.12_p20171113 As upstream commit history clearly shows, the commit referenced in the ebuild DID happen on 2017-11-14. No idea where 2019 date has come from. Unfortunately this will trigger a "downgrade" for everyone who has already got sys-process/incron installed but seeing as it is extremely unlikely a new version will happen any time soon, let us get it right - I for one get annoyed when made-up version numbers cause Repology to start reporting packages as outdated in Gentoo so let's not do the same to others. Signed-off-by: Marek Szuba gentoo.org> sys-process/incron/Manifest | 2 +- ...incron-0.5.12_p20191114-r1.ebuild => incron-0.5.12_p20171113.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/incron/Manifest b/sys-process/incron/Manifest index 7627bdcf63ac..da699c5a339e 100644 --- a/sys-process/incron/Manifest +++ b/sys-process/incron/Manifest @@ -1 +1 @@ -DIST incron-0.5.12_p20191114.tar.gz 339568 BLAKE2B ca6ccd4f2b4f24b48ee3bdf0a18713f6f70469cbc11f09fd215001e8512bd04dcbdc9cd5e7cc784907cd0d009a4572354f578cad78bc263070146b0ff2379029 SHA512 19cf386163de3f4cafcf36872659dd8f819129056ed2508403a8692130db04cbe5eb917370aa609d25a6b75c24a7a1b87e7bd2e957a5d66610f541fe83aec39e +DIST incron-0.5.12_p20171113.tar.gz 339568 BLAKE2B ca6ccd4f2b4f24b48ee3bdf0a18713f6f70469cbc11f09fd215001e8512bd04dcbdc9cd5e7cc784907cd0d009a4572354f578cad78bc263070146b0ff2379029 SHA512 19cf386163de3f4cafcf36872659dd8f819129056ed2508403a8692130db04cbe5eb917370aa609d25a6b75c24a7a1b87e7bd2e957a5d66610f541fe83aec39e diff --git a/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild b/sys-process/incron/incron-0.5.12_p20171113.ebuild similarity index 100% rename from sys-process/incron/incron-0.5.12_p20191114-r1.ebuild rename to sys-process/incron/incron-0.5.12_p20171113.ebuild