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 4DDB815817D for ; Wed, 12 Jun 2024 16:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4356C2BC014; Wed, 12 Jun 2024 16:10:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F8922BC015 for ; Wed, 12 Jun 2024 16:10:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EA5A340815 for ; Wed, 12 Jun 2024 16:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05721CC5 for ; Wed, 12 Jun 2024 16:10:33 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1718208052.f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/diskonaut/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/diskonaut/diskonaut-9999.ebuild X-VCS-Directories: sys-fs/diskonaut/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d X-VCS-Branch: master Date: Wed, 12 Jun 2024 16:10:33 +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: 2bd3bd2b-7e4c-44ea-80b3-4c3a802c35e5 X-Archives-Hash: 46773ba0f82295bf9aa7f9f6bd0ced9f commit: f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d Author: Viorel Munteanu gentoo org> AuthorDate: Wed Jun 12 15:59:32 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jun 12 16:00:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f39ee1ef sys-fs/diskonaut: bump EAPI 7 -> 8 Signed-off-by: Viorel Munteanu gentoo.org> sys-fs/diskonaut/diskonaut-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/diskonaut/diskonaut-9999.ebuild b/sys-fs/diskonaut/diskonaut-9999.ebuild index 5d2206382..8f9ee3de2 100644 --- a/sys-fs/diskonaut/diskonaut-9999.ebuild +++ b/sys-fs/diskonaut/diskonaut-9999.ebuild @@ -3,7 +3,7 @@ # Auto-Generated by cargo-ebuild 0.3.1 -EAPI=7 +EAPI=8 CRATES=" addr2line-0.12.1 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 8C2F11582ED for ; Wed, 12 Jun 2024 16:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2784AE2AE8; Wed, 12 Jun 2024 16:01:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9AD9E2AE9 for ; Wed, 12 Jun 2024 16:01:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ACA9335D6B for ; Wed, 12 Jun 2024 16:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F741CAE for ; Wed, 12 Jun 2024 16:00:58 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1718208052.f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/diskonaut/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/diskonaut/diskonaut-9999.ebuild X-VCS-Directories: sys-fs/diskonaut/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d X-VCS-Branch: dev Date: Wed, 12 Jun 2024 16:00:58 +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: 80ae58ec-bc86-44a0-add2-b4372298e460 X-Archives-Hash: e6045e0959379e070464b27c9d81ccc0 Message-ID: <20240612160058.D12gm6MofSJjknQ5VWSRw_eviF8j2iGpF-hKaBva7EY@z> commit: f39ee1efb63a76ecdc7fd62c7b4ae53bd59fb73d Author: Viorel Munteanu gentoo org> AuthorDate: Wed Jun 12 15:59:32 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jun 12 16:00:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f39ee1ef sys-fs/diskonaut: bump EAPI 7 -> 8 Signed-off-by: Viorel Munteanu gentoo.org> sys-fs/diskonaut/diskonaut-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/diskonaut/diskonaut-9999.ebuild b/sys-fs/diskonaut/diskonaut-9999.ebuild index 5d2206382..8f9ee3de2 100644 --- a/sys-fs/diskonaut/diskonaut-9999.ebuild +++ b/sys-fs/diskonaut/diskonaut-9999.ebuild @@ -3,7 +3,7 @@ # Auto-Generated by cargo-ebuild 0.3.1 -EAPI=7 +EAPI=8 CRATES=" addr2line-0.12.1