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 12C7F158089 for ; Tue, 12 Sep 2023 16:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50BD42BC013; Tue, 12 Sep 2023 16:54:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37F702BC013 for ; Tue, 12 Sep 2023 16:54:03 +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 5842F335CEA for ; Tue, 12 Sep 2023 16:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEEC41189 for ; Tue, 12 Sep 2023 16:54:00 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1694537541.534f7f9be1b7cc6410ae78e70842011f924b04d3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/inotify-tools/Manifest sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild sys-fs/inotify-tools/inotify-tools-4.23.9.0.ebuild X-VCS-Directories: sys-fs/inotify-tools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 534f7f9be1b7cc6410ae78e70842011f924b04d3 X-VCS-Branch: master Date: Tue, 12 Sep 2023 16:54: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: 1ff82f9e-0294-4fd2-bc8f-cfc83000f426 X-Archives-Hash: 4a405a1d7c0b17fe2db60643e8b8fa46 commit: 534f7f9be1b7cc6410ae78e70842011f924b04d3 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 12 16:52:19 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 12 16:52:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534f7f9b sys-fs/inotify-tools: add 4.23.9.0, drop 4.23.8.0 In-place and straight-to-stable given not a single change beside adding a -I to C(XX)FLAGS to fix out-of-source builds. Not worth the usual process. Signed-off-by: Ionen Wolkens gentoo.org> sys-fs/inotify-tools/Manifest | 2 +- .../{inotify-tools-4.23.8.0.ebuild => inotify-tools-4.23.9.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest index e2cab6813ae4..7f795aecf133 100644 --- a/sys-fs/inotify-tools/Manifest +++ b/sys-fs/inotify-tools/Manifest @@ -1 +1 @@ -DIST inotify-tools-4.23.8.0.tar.gz 93265 BLAKE2B 9aa6d33a090dd0ea055550c6540e4a7d4f0bcea0640d97c705dacecbddf388423ce217af9ac6df02bebfb0613f160d1860388c6f4e116d7c6cbc3fb42350a312 SHA512 0601f01aaf5be08fc5209710ea8c359b21d2dd6acd4ecfad79d86b287ea51b0b9201339d1bf6c3437e611ba3df760adec9ad7bb4083f13f93649e23d60fb64ed +DIST inotify-tools-4.23.9.0.tar.gz 93281 BLAKE2B eddb0e44721cd8674f2309046998de16a030ed9ad84c49bc5950b9362055db9242dc0de1c615c3bd6c1f2835c83fc55446c9f8e6da52a98870c53f4e6cfa31f9 SHA512 8f44037a482fa39978b845b4989834e8c897ad872913c6cb8c4a987e0d13f9177b05f593332b859d7adde228fdc3512fd45d66cab65368c38926f41d57e22d13 diff --git a/sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild b/sys-fs/inotify-tools/inotify-tools-4.23.9.0.ebuild similarity index 100% rename from sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild rename to sys-fs/inotify-tools/inotify-tools-4.23.9.0.ebuild