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 1/3] sci-physics/root: rename uring USE flag to io-uring
Date: Wed, 01 Jan 2025 22:40:54 +0000	[thread overview]
Message-ID: <20250101224031.15263-3-fkobi@pm.me> (raw)
In-Reply-To: <20250101224031.15263-1-fkobi@pm.me>

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

Signed-off-by: Filip Kobierski <fkobi@pm.me>
---
 sci-physics/root/metadata.xml          | 2 +-
 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 ++++----
 7 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
index 43f73697047..6708cbdd75a 100644
--- a/sci-physics/root/metadata.xml
+++ b/sci-physics/root/metadata.xml
@@ -42,7 +42,7 @@
     <flag name="tbb">Enable implicit multi-threading (IMT) with <pkg>dev-cpp/tbb</pkg></flag>
     <flag name="tmva">Built TMVA (ROOT's multi-variate analysis toolkit for machine learning)</flag>
     <flag name="unuran">Enable support for <pkg>sci-mathematics/unuran</pkg></flag>
-    <flag name="uring">Enabl
e support for <pkg>sys-libs/liburing</pkg> in RNTuple</flag>
+    <flag name="io-uring">Enable support for <pkg>sys-libs/liburing</pkg> in RNTuple</flag>
     <flag name="vc">Enable support for <pkg>dev-libs/vc</pkg> with VecCore</flag>
     <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
   </use>
diff --git a/sci-physics/root/root-6.30.08.ebuild b/sci-physics/root/root-6.30.08.ebuild
index 652ded3c9a3..f74125bb1ba 100644
--- a/sci-physics/root/root-6.30.08.ebuild
+++ b/sci-physics/root/root-6.30.08.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	oracle postgres pythia6 pythia8 +python qt5 qt6 R +roofit +root7 shadow
-	sqlite +ssl +tbb test +tmva +unuran uring vc +xml xrootd"
+	sqlite +ssl +tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV}
 =~ "9999" ]] ; then
 	inherit git-r3
@@ -48,7 +48,7 @@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -120,7 +120,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( net-libs/xrootd:0= )
@@ -308,7 +308,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
diff --git a/sci-physics/root/root-6.32.06.ebuild b/sci-physics/root/root-6.32.06.ebuild
index 44fcdf275fd..9d098d14d07 100644
--- a/sci-physics/root/root-6.32.06.ebuild
+++ b/sci-physics/root/root-6.32.06.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage 
cuda cudnn +davix debug +examples fits fftw fortran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl
-	+tbb test +tmva +unuran uring vc +xml xrootd"
+	+tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
 	inherit git-r3
@@ -48,7 +48,7 @@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -117,7 +117,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( net-libs/xrootd:0= )
@@ -295,7 +295,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
diff 
--git a/sci-physics/root/root-6.32.08.ebuild b/sci-physics/root/root-6.32.08.ebuild
index 44fcdf275fd..9d098d14d07 100644
--- a/sci-physics/root/root-6.32.08.ebuild
+++ b/sci-physics/root/root-6.32.08.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl
-	+tbb test +tmva +unuran uring vc +xml xrootd"
+	+tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
 	inherit git-r3
@@ -48,7 +48,7 @@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -117,7 +117,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >
=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( net-libs/xrootd:0= )
@@ -295,7 +295,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
diff --git a/sci-physics/root/root-6.34.02.ebuild b/sci-physics/root/root-6.34.02.ebuild
index 453459c31cf..e73a5fb1cc6 100644
--- a/sci-physics/root/root-6.34.02.ebuild
+++ b/sci-physics/root/root-6.34.02.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
-	+tbb test +tmva +unuran uring vc +xml xrootd"
+	+tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
 	inherit git-r3
@@ -47,7 +47,7 @
@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -112,7 +112,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( net-libs/xrootd:0= )
@@ -290,7 +290,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
diff --git a/sci-physics/root/root-6.34.9999.ebuild b/sci-physics/root/root-6.34.9999.ebuild
index 453459c31cf..e73a5fb1cc6 100644
--- a/sci-physics/root/root-6.34.9999.ebuild
+++ b/sci-physics/root/root-6.34.9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fort
ran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
-	+tbb test +tmva +unuran uring vc +xml xrootd"
+	+tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
 	inherit git-r3
@@ -47,7 +47,7 @@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -112,7 +112,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( net-libs/xrootd:0= )
@@ -290,7 +290,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
diff --git a/sci-physics/root/root-9999.ebuild b/sci-phys
ics/root/root-9999.ebuild
index 453459c31cf..e73a5fb1cc6 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
 	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
 	postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
-	+tbb test +tmva +unuran uring vc +xml xrootd"
+	+tbb test +tmva +unuran io-uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
 	inherit git-r3
@@ -47,7 +47,7 @@ REQUIRED_USE="
 	qt6? ( root7 http )
 	roofit? ( minuit )
 	tmva? ( gsl python )
-	uring? ( root7 )
+	io-uring? ( root7 )
 "
 
 CDEPEND="
@@ -112,7 +112,7 @@ CDEPEND="
 			dev-python/numpy[${PYTHON_USEDEP}]
 		')
 	)
-	uring? ( sys-libs/liburing:= )
+	io-uring? ( sys-libs/liburing:= )
 	vc? ( >=dev-libs/vc-1.4.4:= )
 	xml? ( dev-libs/libxml2:2= )
 	xrootd? ( 
net-libs/xrootd:0= )
@@ -290,7 +290,7 @@ src_configure() {
 		-Dtmva-rmva=$(usex R)
 		-Dtmva-sofie=OFF
 		-Dunuran=$(usex unuran)
-		-During=$(usex uring)
+		-During=$(usex io-uring)
 		-Dvc=$(usex vc)
 		-Dvdt=OFF
 		-Dveccore=OFF
-- 
2.45.2


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

  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 ` Filip Kobierski [this message]
2025-01-04 12:13   ` [gentoo-dev] [PATCH 1/3] sci-physics/root: rename uring USE flag to io-uring Jaco Kroon
2025-01-01 22:40 ` [gentoo-dev] [PATCH 2/3] sys-cluster/{ceph,glusterfs}: " Filip Kobierski
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-3-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