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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B13DA15812D for ; Wed, 01 Jan 2025 22:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F4AE07A5; Wed, 01 Jan 2025 22:40:39 +0000 (UTC) Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (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 052DCE077D for ; Wed, 01 Jan 2025 22:40:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1735771237; x=1736030437; bh=01+lC8qYxpp0cc89bxF29i957MMRTBfJxZEpL5zb3JE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=PXnQ5sMPv4haw50ZolMaKPggWTayOua5WqqIFTWLlCOkw42FXbWZBW+cERpkHBWQn OBAqMXsu5NQkBsF8iOjtJjF7Wlpn3MyzmhdyVhg58AHSPO/MlqlmmSRLS7cg5GwZm8 /NpChppRQtAGDK2Czb5dCwQx+t8DD8wS5du9/Z+XRNVI8GNW/vYd/Azg+fb1h5bmck g791V21+8Bn1lO9p9oRQDIBN9XnrMIdvfM6DBP0C1aWjxzdR4V7qb4oHyjtAd1Ihtz iKuAbwQ3kXX2tTXX7dEN37h5Jh4gBkAgYR6aw/FhP7/9BZsBLsuv3tm5V22yUFuA0I PVE3wn1U/ipDQ== Date: Wed, 01 Jan 2025 22:40:33 +0000 To: gentoo-dev@lists.gentoo.org From: Filip Kobierski Subject: [gentoo-dev] [PATCH 0/3] Making io-uring a global USE flag Message-ID: <20250101224031.15263-1-fkobi@pm.me> Feedback-ID: 115236665:user:proton X-Pm-Message-ID: 6dad301d41ae5a11a0aff8b84d1d85fb8a7b1c73 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha256; boundary="------38e77109ceb0d4aa1b772998d907e7ba8dd56f81d67535b5e34b0fe71e22970a"; charset=utf-8 X-Archives-Salt: 76673d78-62d2-45eb-be4d-4a73450bc40e X-Archives-Hash: 62914a596a67c1e512c58569756b0028 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------38e77109ceb0d4aa1b772998d907e7ba8dd56f81d67535b5e34b0fe71e22970a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Filip Kobierski To: gentoo-dev@lists.gentoo.org Subject: [PATCH 0/3] Making io-uring a global USE flag Date: Wed, 1 Jan 2025 23:24:09 +0100 Message-ID: <20250101224031.15263-1-fkobi@pm.me> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Hello all, this is my first patch email series. It took me a while to get to it but with proton-mail-bridge I did it. The patch series concerns making io-uring a global USE flag. Jaco Kroon also pointed out that we have an uring USE flag which basically does the same. In the series of patches I firstly rename uring to io-uring for three packages and later make io-uring global, removing unnecessary descriptions in metadata. Of course I will gladly take in any feedback. Filip Kobierski (3): sci-physics/root: rename uring USE flag to io-uring sys-cluster/{ceph,glusterfs}: rename uring USE flag to io-uring profiles/use.desc: make USE=io-uring global 23 files changed, 58 insertions(+), 39 deletions(-) app-containers/lxc/metadata.xml | 1 + app-emulation/qemu/metadata.xml | 1 + dev-ruby/io-event/metadata.xml | 3 +++ media-sound/mpd/metadata.xml | 1 + profiles/use.desc | 1 - sci-physics/root/metadata.xml | 1 + sci-physics/root/root-6.30.08.ebuild | 8 ++++---- sci-physics/root/root-6.32.06.ebuild | 8 ++++---- sci-physics/root/root-6.32.08.ebuild | 8 ++++---- sci-physics/root/root-6.34.02.ebuild | 8 ++++---- sci-physics/root/root-6.34.9999.ebuild | 8 ++++---- sci-physics/root/root-9999.ebuild | 8 ++++---- sys-apps/bfs/metadata.xml | 3 +++ sys-apps/plocate/metadata.xml | 3 +++ sys-block/fio/metadata.xml | 1 + sys-block/thin-provisioning-tools/metadata.xml | 3 +++ sys-cluster/ceph/ceph-18.2.4-r3.ebuild | 8 ++++---- sys-cluster/ceph/ceph-19.2.0-r2.ebuild | 8 ++++---- sys-cluster/ceph/metadata.xml | 1 + sys-cluster/glusterfs/glusterfs-10.5.ebuild | 6 +++--- sys-cluster/glusterfs/glusterfs-11.1.ebuild | 6 +++--- sys-cluster/gluster fs/metadata.xml | 1 + sys-process/audit/metadata.xml | 1 + --------38e77109ceb0d4aa1b772998d907e7ba8dd56f81d67535b5e34b0fe71e22970a Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wnUEARYIACcFAmd1xGAJEAUVAewu4JXrFiEEDDuAKD1tNsX0bzf/BRUB7C7g lesAAH2mAQCcn18h3o7AgwusQe7M8TeFbAz97GACyC5qMdOYtYQ9LAEAuyC6 FdkHAcJ0v00hJuOz7iP5CTmWfgt7g5SDGqOztwk= =FLta -----END PGP SIGNATURE----- --------38e77109ceb0d4aa1b772998d907e7ba8dd56f81d67535b5e34b0fe71e22970a--