public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Filip Kobierski <fkobi@pm.me>
To: gentoo-dev@lists.gentoo.org
Cc: Filip Kobierski <fkobi@pm.me>
Subject: [gentoo-dev] [PATCH 2/3] sys-cluster/{ceph,glusterfs}: rename uring USE flag to io-uring
Date: Wed, 01 Jan 2025 22:40:59 +0000	[thread overview]
Message-ID: <20250101224031.15263-4-fkobi@pm.me> (raw)
In-Reply-To: <20250101224031.15263-1-fkobi@pm.me>

[-- Attachment #1: Type: text/plain, Size: 7259 bytes --]

Signed-off-by: Filip Kobierski <fkobi@pm.me>
---
 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               | 2 +-
 sys-cluster/glusterfs/glusterfs-10.5.ebuild | 6 +++---
 sys-cluster/glusterfs/glusterfs-11.1.ebuild | 6 +++---
 sys-cluster/glusterfs/metadata.xml          | 2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/ceph/ceph-18.2.4-r3.ebuild b/sys-cluster/ceph/ceph-18.2.4-r3.ebuild
index 345c800a98b..4d62526a4e7 100644
--- a/sys-cluster/ceph/ceph-18.2.4-r3.ebuild
+++ b/sys-cluster/ceph/ceph-18.2.4-r3.ebuild
@@ -30,7 +30,7 @@ IUSE="
 	babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana
 	jemalloc jaeger kafka kerberos ldap lttng +mgr +parquet pmdk rabbitmq
 	+radosgw rbd-rwl rbd-ssd rdma rgw-lua selinux +ssl spdk +sqlite +system-boost
-	systemd +tcmalloc test +uring xfs zbd
+	systemd +tcmalloc test +io-uring xfs zb
d
 "
 
 IUSE+="$(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
@@ -109,7 +109,7 @@ DEPEND="
 	spdk? ( dev-util/cunit )
 	sqlite? ( dev-db/sqlite:= )
 	system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] )
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	xfs? ( sys-fs/xfsprogs:= )
 	zbd? ( sys-block/libzbd:= )
 "
@@ -330,8 +330,8 @@ ceph_src_configure() {
 		-DWITH_RBD_SSD_CACHE:BOOL=$(usex rbd-ssd)
 		-DWITH_SYSTEMD:BOOL=$(usex systemd)
 		-DWITH_TESTS:BOOL=$(usex test)
-		-DWITH_LIBURING:BOOL=$(usex uring)
-		-DWITH_SYSTEM_LIBURING:BOOL=$(usex uring)
+		-DWITH_LIBURING:BOOL=$(usex io-uring)
+		-DWITH_SYSTEM_LIBURING:BOOL=$(usex io-uring)
 		-DWITH_LIBCEPHSQLITE:BOOL=$(usex sqlite)
 		-DWITH_XFS:BOOL=$(usex xfs)
 		-DWITH_ZBD:BOOL=$(usex zbd)
diff --git a/sys-cluster/ceph/ceph-19.2.0-r2.ebuild b/sys-cluster/ceph/ceph-19.2.0-r2.ebuild
index 717e7282fc6..c6ded998710 100644
--- a/sys-cluster/ceph/ceph-19.2.0-r2.ebuild

+++ b/sys-cluster/ceph/ceph-19.2.0-r2.ebuild
@@ -30,7 +30,7 @@ IUSE="
 	babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana
 	jemalloc jaeger kafka kerberos ldap lttng +mgr +parquet pmdk rabbitmq
 	+radosgw rbd-rwl rbd-ssd rdma rgw-lua selinux +ssl spdk +sqlite +system-boost
-	systemd +tcmalloc test +uring xfs zbd
+	systemd +tcmalloc test +io-uring xfs zbd
 "
 
 IUSE+="$(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
@@ -110,7 +110,7 @@ DEPEND="
 	spdk? ( dev-util/cunit )
 	sqlite? ( dev-db/sqlite:= )
 	system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] )
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	xfs? ( sys-fs/xfsprogs:= )
 	zbd? ( sys-block/libzbd:= )
 "
@@ -338,8 +338,8 @@ ceph_src_configure() {
 		-DWITH_RBD_SSD_CACHE:BOOL=$(usex rbd-ssd)
 		-DWITH_SYSTEMD:BOOL=$(usex systemd)
 		-DWITH_TESTS:BOOL=$(usex test)
-		-DWITH_LIBURING:BOOL=$(usex uring)
-		-DWITH_SYSTEM_LIBURING:BOOL=$(usex uring)

+		-DWITH_LIBURING:BOOL=$(usex io-uring)
+		-DWITH_SYSTEM_LIBURING:BOOL=$(usex io-uring)
 		-DWITH_LIBCEPHSQLITE:BOOL=$(usex sqlite)
 		-DWITH_XFS:BOOL=$(usex xfs)
 		-DWITH_ZBD:BOOL=$(usex zbd)
diff --git a/sys-cluster/ceph/metadata.xml b/sys-cluster/ceph/metadata.xml
index 10e8a6f85f0..e40590e6067 100644
--- a/sys-cluster/ceph/metadata.xml
+++ b/sys-cluster/ceph/metadata.xml
@@ -33,7 +33,7 @@
     <flag name="rdma">Enable RDMA support via <pkg>sys-cluster/rdma-core</pkg></flag>
     <flag name="rgw-lua">Rados Gateway's support for dynamically adding lua packagess</flag>
     <flag name="system-boost">Use system <pkg>dev-libs/boost</pkg> instead of the bundled one</flag>
-    <flag name="uring">Build with support for <pkg>sys-libs/liburing</pkg></flag>
+    <flag name="io-uring">Build with support for <pkg>sys-libs/liburing</pkg></flag>
     <flag name="zbd">Enable <pkg>sys-block/libzbd</pkg> bluestore backend</flag>
     <flag name="xfs">Add xfs support</flag>
   </u
se>
diff --git a/sys-cluster/glusterfs/glusterfs-10.5.ebuild b/sys-cluster/glusterfs/glusterfs-10.5.ebuild
index af34b6d503a..1def7c7cee4 100644
--- a/sys-cluster/glusterfs/glusterfs-10.5.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-10.5.ebuild
@@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )"
 SLOT="0/${PV%%.*}"
 KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86"
 
-IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +uring xml"
+IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +io-uring xml"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
 	georeplication? ( xml )
@@ -43,7 +43,7 @@ RDEPEND="
 	!libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
 	selinux? ( sec-policy/selinux-glusterfs )
 	tcmalloc? ( dev-util/google-perftools )
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	xml? ( dev-libs/libxml2 )
 "
 DEPEND="
@@ -103,7 +103,7 @@ src_configure(
) {
 		$(use_enable georeplication) \
 		$(use_enable static-libs static) \
 		$(use_enable test cmocka) \
-		$(use_enable uring linux-io-uring) \
+		$(use_enable io-uring linux-io-uring) \
 		$(use_enable xml xml-output) \
 		$(usex ipv6 --with-ipv6-default "") \
 		$(usex libtirpc "" --without-libtirpc) \
diff --git a/sys-cluster/glusterfs/glusterfs-11.1.ebuild b/sys-cluster/glusterfs/glusterfs-11.1.ebuild
index c4ef9b26256..a6b41a9406c 100644
--- a/sys-cluster/glusterfs/glusterfs-11.1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-11.1.ebuild
@@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )"
 SLOT="0/${PV%%.*}"
 KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86"
 
-IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +uring xml"
+IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +io-uring xml"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
 	georeplication? ( xml )
@@ -47,7 +4
7,7 @@ RDEPEND="
 	!libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
 	selinux? ( sec-policy/selinux-glusterfs )
 	tcmalloc? ( dev-util/google-perftools )
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	xml? ( dev-libs/libxml2 )
 "
 DEPEND="
@@ -106,7 +106,7 @@ src_configure() {
 		$(use_enable georeplication) \
 		$(use_enable static-libs static) \
 		$(use_enable test cmocka) \
-		$(use_enable uring linux-io-uring) \
+		$(use_enable io-uring linux-io-uring) \
 		$(use_enable xml xml-output) \
 		$(usex ipv6 --with-ipv6-default "") \
 		$(usex libtirpc "" --without-libtirpc) \
diff --git a/sys-cluster/glusterfs/metadata.xml b/sys-cluster/glusterfs/metadata.xml
index a7e4c474e8a..e5e0116cd5c 100644
--- a/sys-cluster/glusterfs/metadata.xml
+++ b/sys-cluster/glusterfs/metadata.xml
@@ -26,7 +26,7 @@
 		<flag name="ipv6">Use IPv6 by default, requires libtirpc</flag>
 		<flag name="libtirpc">Build against <pkg>net-libs/libtirpc</pkg> for R
PC support</flag>
 		<flag name="rsyslog">Install configuration snippet for <pkg>app-admin/rsyslog</pkg></flag>
-		<flag name="uring">Control whether or not glusterfs is compiled with uring support or not.</flag>
+		<flag name="io-uring">Control whether or not glusterfs is compiled with uring support or not.</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">gluster/glusterfs</remote-id>
-- 
2.45.2


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

  parent reply	other threads:[~2025-01-01 22:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-01 22:40 [gentoo-dev] [PATCH 0/3] Making io-uring a global USE flag Filip Kobierski
2025-01-01 22:40 ` [gentoo-dev] [PATCH 1/3] sci-physics/root: rename uring USE flag to io-uring Filip Kobierski
2025-01-04 12:13   ` Jaco Kroon
2025-01-01 22:40 ` Filip Kobierski [this message]
2025-01-01 22:41 ` [gentoo-dev] [PATCH 3/3] profiles/use.desc: make USE=io-uring global Filip Kobierski
2025-01-03 10:02   ` Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250101224031.15263-4-fkobi@pm.me \
    --to=fkobi@pm.me \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox