[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-25 Thread Sam James
commit: 1b81bceef300ce29188f6e4d68a1697ce1241ff7
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 26 02:59:28 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 26 02:59:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b81bcee

sys-apps/systemd-utils: add 256.17

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-256.17.ebuild | 614 +
 2 files changed, 615 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index d1f07b3b8d62..670b4cfd6a0b 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,6 +1,7 @@
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
 DIST systemd-256.16.tar.gz 15874373 BLAKE2B 
54baf19ecc710c264a6a0cbedfdccb1f1e422886586151292e5b9325aa79030659398fbaef370c59dda2dd0f3505f6ad8632961a2dc8e46d90172e5ee193d992
 SHA512 
0590b5a88cb110ce310752ac9ed9dd05e98ab8a8f9aca7ea423f5b417f73c7fea9227a9e989f725adc81fbb1e24f0cfeffa857fc8772453bbfe08be699c370b9
+DIST systemd-256.17.tar.gz 15965064 BLAKE2B 
4a0cf0d2c6fa051c8396e470c2a97d099a6144af8d8e46e8404f52bbeef0d0d41aa1da28fe5e9ede1a8335a7bf310553814ee000b7a78295396bfde0c6251f1f
 SHA512 
c0f5d82f1220c69e8dc136e796ed9594bd9357450320c077a4c36151585508dfef58e16452ee64af7c32b90861a22996e9d567d76d71c15ce2136f96194f2be2
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9

diff --git a/sys-apps/systemd-utils/systemd-utils-256.17.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.17.ebuild
new file mode 100644
index ..c8195708e031
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-256.17.ebuild
@@ -0,0 +1,614 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+MY_P="systemd-${PV}"
+MUSL_PATCHSET="systemd-musl-patches-256.12"
+SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz
+   elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEP

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-25 Thread Sam James
commit: b20e21676f85f927eceb828b8f1828f45f892edd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 26 02:49:23 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 26 02:49:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20e2167

sys-apps/systemd: add 256.17

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-256.17.ebuild | 572 +
 2 files changed, 573 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index a3dd03476bf0..e4174b6044ed 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -2,6 +2,7 @@ DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458f
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
 DIST systemd-256.16.tar.gz 15874373 BLAKE2B 
54baf19ecc710c264a6a0cbedfdccb1f1e422886586151292e5b9325aa79030659398fbaef370c59dda2dd0f3505f6ad8632961a2dc8e46d90172e5ee193d992
 SHA512 
0590b5a88cb110ce310752ac9ed9dd05e98ab8a8f9aca7ea423f5b417f73c7fea9227a9e989f725adc81fbb1e24f0cfeffa857fc8772453bbfe08be699c370b9
+DIST systemd-256.17.tar.gz 15965064 BLAKE2B 
4a0cf0d2c6fa051c8396e470c2a97d099a6144af8d8e46e8404f52bbeef0d0d41aa1da28fe5e9ede1a8335a7bf310553814ee000b7a78295396bfde0c6251f1f
 SHA512 
c0f5d82f1220c69e8dc136e796ed9594bd9357450320c077a4c36151585508dfef58e16452ee64af7c32b90861a22996e9d567d76d71c15ce2136f96194f2be2
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
 DIST systemd-257.6.tar.gz 16321562 BLAKE2B 
cdd3bad6d2721bd7a7cc85bfd430db46ed44d6d9b1b6b3fc25ec9c23a431087ce8cb3d5d5e5d707c1338c1684ba968675ee91b52f64d2bb07c938b0d210a2bad
 SHA512 
ceed65196d4235f53db00f5970eadff79149629d8c34f79593d0b326ece536ea0b4f97192458989b5fccbd9438bb2dbb0abda2a5e6c3449a709c9a0889e29d3d

diff --git a/sys-apps/systemd/systemd-256.17.ebuild 
b/sys-apps/systemd/systemd-256.17.ebuild
new file mode 100644
index ..106c9769c65c
--- /dev/null
+++ b/sys-apps/systemd/systemd-256.17.ebuild
@@ -0,0 +1,572 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USE

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-25 Thread Sam James
commit: d0d4cea27799a22451e24eadceedc8656a44eb03
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 26 02:56:28 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 26 02:56:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d4cea2

sys-apps/systemd: add 257.7

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-257.7.ebuild | 571 ++
 2 files changed, 572 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index e4174b6044ed..0f5e5f4cf346 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -6,3 +6,4 @@ DIST systemd-256.17.tar.gz 15965064 BLAKE2B 
4a0cf0d2c6fa051c8396e470c2a97d099a61
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
 DIST systemd-257.6.tar.gz 16321562 BLAKE2B 
cdd3bad6d2721bd7a7cc85bfd430db46ed44d6d9b1b6b3fc25ec9c23a431087ce8cb3d5d5e5d707c1338c1684ba968675ee91b52f64d2bb07c938b0d210a2bad
 SHA512 
ceed65196d4235f53db00f5970eadff79149629d8c34f79593d0b326ece536ea0b4f97192458989b5fccbd9438bb2dbb0abda2a5e6c3449a709c9a0889e29d3d
+DIST systemd-257.7.tar.gz 16327096 BLAKE2B 
59a28ce9b355b98f718f26489400640f3d732bbf73c00ea0571302dfc6dfb3585bf07ec56af06d74c5aa033b06a6220c3c839af6dba5ab7f8bde1aef4b58f0f6
 SHA512 
fdc7c0153432b261ad8018c869dc714ce1d6d2a8428bdec46f7c5f120b196d3a553a375ae433f0c166c57b6e8b3c56549f585349b7b6ff83c2a86a32982d8411

diff --git a/sys-apps/systemd/systemd-257.7.ebuild 
b/sys-apps/systemd/systemd-257.7.ebuild
new file mode 100644
index ..4eec6ce6edd7
--- /dev/null
+++ b/sys-apps/systemd/systemd-257.7.ebuild
@@ -0,0 +1,571 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: f44a1a15259022f78a5a83689d029d78a6a6fa10
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:19 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:19 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44a1a15

sys-apps/systemd-utils: Stabilize 254.24 amd64, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index 98f62f62496a..ed37bae00337 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 5b9a76646bde56f012b2b818d3a3bd5e0e68db0c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:26 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9a7664

sys-apps/systemd-utils: Stabilize 254.24 arm, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index b0eb7026db84..6a3693d36e4d 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 46245bf29872ab7924e23e4347f6fe0f53e3b211
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:23 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46245bf2

sys-apps/systemd-utils: Stabilize 254.24 arm64, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index ed37bae00337..b0eb7026db84 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 06d2e29840b1933e0995a5f05f06ef2bcfd45ce2
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:30 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d2e298

sys-apps/systemd-utils: Stabilize 254.24 ppc, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index 6a3693d36e4d..7b951e59abf1 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 10bb158144193f4872041edcd9e93e955b6bf876
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:39 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:39 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bb1581

sys-apps/systemd-utils: Stabilize 255.18 hppa, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 5c47fa30f6bb..b2f4997fc385 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 7ee73ab60d3857817a2f8a1a4c20dc42a63db707
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:23 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee73ab6

sys-apps/systemd-utils: Stabilize 255.18 arm, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 02d93112cd78..3c2640c8932a 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: b9627d25c4aba9f4dcecce14a37468911aa90cbd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:39 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:39 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9627d25

sys-apps/systemd-utils: Stabilize 254.24 x86, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index dc685682e8a9..bae417f2c0e3 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 8309b0e828a956942e796543fdb32353c190aec3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:21 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8309b0e8

sys-apps/systemd-utils: Stabilize 255.18 arm64, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 0873dca1b6c6..02d93112cd78 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: c3a62aea1c38eb675bb391695373c223136cbb8e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:33 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:33 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a62aea

sys-apps/systemd-utils: Stabilize 254.24 ppc64, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index 7b951e59abf1..a5b20735baad 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 0126b2eda5b97b7b7758ee731e7a1924442ff4f5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:36 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0126b2ed

sys-apps/systemd-utils: Stabilize 254.24 sparc, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index a5b20735baad..dc685682e8a9 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 1228ee8836b08f4df0409d3a1e2d242f97ac1098
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:27:41 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:27:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1228ee88

sys-apps/systemd-utils: Stabilize 254.24 hppa, #956393

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
index bae417f2c0e3..91b07c2d26b6 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: 6af607b5e7b9806d32cdfa9255b7c6f3cc281ad8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:29:22 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:29:22 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af607b5

sys-apps/systemd: Stabilize 256.13 hppa, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 92a54a3693ec..3b264bdfe4ce 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: d7788531dec1355b6487ec3e6524d389a181d2dd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:29:18 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:29:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7788531

sys-apps/systemd: Stabilize 256.13 sparc, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 76c3eaa8d313..92a54a3693ec 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: fd26926d4cf51f53a4b76768de7ecc1a0fd2f105
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:32 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd26926d

sys-apps/systemd-utils: Stabilize 255.18 sparc, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 89b3d3925f94..6bc0f228afb4 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: 17e6e9c17f2517ba43af2fae14adc73e16935cd6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:58 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e6e9c1

sys-apps/systemd: Stabilize 257.6 hppa, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index be7ceb44f4af..83e8e244f61b 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: ff002239aa0b882c1d9e4febc6f9cf9245e17b8a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:26 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff002239

sys-apps/systemd-utils: Stabilize 255.18 ppc, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 3c2640c8932a..707b7af8dc8f 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: 399c511a349aec0239121e8b3d2efa6b35098f27
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:29 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:29 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399c511a

sys-apps/systemd-utils: Stabilize 255.18 ppc64, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 707b7af8dc8f..89b3d3925f94 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: a9c6ad9dde29ef63804468a3d08540f0d3966fa4
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:36 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c6ad9d

sys-apps/systemd-utils: Stabilize 255.18 x86, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 6bc0f228afb4..5c47fa30f6bb 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-12 Thread Sam James
commit: e283273ca64cc80f8d0441bde124d4c62b2e9cfd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:28:18 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:28:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e283273c

sys-apps/systemd-utils: Stabilize 255.18 amd64, #956395

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 0dc8b2ab3825..0873dca1b6c6 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: f790ec38a9cae6b3ea039bb2fa5569a7ed4bcd9f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:52 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f790ec38

sys-apps/systemd: Stabilize 257.6 sparc, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 4de4c2525f21..796988498e67 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: e3f3c9cfb846102ba58dbd24a6b0219dfd2f91af
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:45 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f3c9cf

sys-apps/systemd: Stabilize 257.6 arm, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 9d0be3780629..4776f2e84431 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: 8ef786a5a93ee3567a9fdcd2cdcb73d36ceee03f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:56 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:56 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef786a5

sys-apps/systemd: Stabilize 257.6 x86, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 796988498e67..be7ceb44f4af 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: 1d3d32400e67efce2ec48b9e825ce2dae5733c34
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:47 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:47 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3d3240

sys-apps/systemd: Stabilize 257.6 ppc, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 4776f2e84431..4de4c2525f21 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-12 Thread Sam James
commit: eb817b05d179f3f1fc138621cdffb53842178846
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 12 12:26:40 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 12 12:26:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb817b05

sys-apps/systemd: Stabilize 257.6 amd64, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index a8a6b1e9700a..9d0be3780629 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-08 Thread Sam James
commit: 6f9d60db5bb4390424db6d06a6beaa00b1cba77c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  8 08:39:40 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  8 08:39:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9d60db

sys-apps/systemd: Stabilize 256.16 arm64, #957579

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.16.ebuild 
b/sys-apps/systemd/systemd-256.16.ebuild
index 106c9769c65c..7371e3ff0731 100644
--- a/sys-apps/systemd/systemd-256.16.ebuild
+++ b/sys-apps/systemd/systemd-256.16.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-08 Thread Sam James
commit: ae2880baf4eb7049b8e25d4921a91808daab4f20
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  8 08:39:42 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  8 08:39:42 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2880ba

sys-apps/systemd: Stabilize 257.6 arm64, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 4eec6ce6edd7..4ee4f1184831 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-08 Thread Sam James
commit: 4dd7d3c2268fb66ae02e9c2aa04c0e34863fc726
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  8 08:39:43 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  8 08:39:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd7d3c2

sys-apps/systemd: Stabilize 257.6 ppc64, #957580

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
index 4ee4f1184831..a8a6b1e9700a 100644
--- a/sys-apps/systemd/systemd-257.6.ebuild
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-08 Thread Sam James
commit: bea548896861a2010fadd7f0fc7c60d7f01f0c89
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  8 08:39:41 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  8 08:39:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea54889

sys-apps/systemd: Stabilize 256.16 ppc64, #957579

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.16.ebuild 
b/sys-apps/systemd/systemd-256.16.ebuild
index 7371e3ff0731..14db7819c5e4 100644
--- a/sys-apps/systemd/systemd-256.16.ebuild
+++ b/sys-apps/systemd/systemd-256.16.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-05 Thread Sam James
commit: 38e6bb0195722f391c809036f790fe2ce1f82316
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  6 05:21:00 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  6 05:21:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e6bb01

sys-apps/systemd-utils: add 256.16

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-256.16.ebuild | 614 +
 2 files changed, 615 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index e6fef4bc5686..d1f07b3b8d62 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
+DIST systemd-256.16.tar.gz 15874373 BLAKE2B 
54baf19ecc710c264a6a0cbedfdccb1f1e422886586151292e5b9325aa79030659398fbaef370c59dda2dd0f3505f6ad8632961a2dc8e46d90172e5ee193d992
 SHA512 
0590b5a88cb110ce310752ac9ed9dd05e98ab8a8f9aca7ea423f5b417f73c7fea9227a9e989f725adc81fbb1e24f0cfeffa857fc8772453bbfe08be699c370b9
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9

diff --git a/sys-apps/systemd-utils/systemd-utils-256.16.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.16.ebuild
new file mode 100644
index ..c8195708e031
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-256.16.ebuild
@@ -0,0 +1,614 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+MY_P="systemd-${PV}"
+MUSL_PATCHSET="systemd-musl-patches-256.12"
+SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz
+   elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+"
+
+PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
+
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+   test? ( ${PEFILE_DEPEND} )
+   )
+   ")
+"
+
+TMPFILES_OPTIONAL=1
+UDEV_OPTIO

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-05 Thread Sam James
commit: e8df528014684212b946d772d017afd326aa5fc3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  6 05:17:09 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  6 05:17:09 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8df5280

sys-apps/systemd-utils: add 255.21

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-255.21.ebuild | 623 +
 2 files changed, 624 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index a1b1f5e4438d..e6fef4bc5686 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -8,3 +8,4 @@ DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb
 DIST systemd-stable-254.26.tar.gz 14720432 BLAKE2B 
74dcb32b3b45a2c1a97017f5975e4f9b5d80e8a9ee0752e0fe168ee12c58397fdfe72fc9dd7872071f0a4c92da4f7b0f246874cc397441dbd2a3ee553b135f10
 SHA512 
c749bf5dbc9010b87cdc6dffdca7bc0f91c52d9d63f2ee882c84db235d6bfaed55a4b24da61c6ce7ee0d199b219b5b4e16231b7d20c3005b282457c01a6230a5
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad
+DIST systemd-stable-255.21.tar.gz 15264465 BLAKE2B 
c92ff5b280a19ba200fb5ddacb34794290e697230876feb87ebe5e12e21b70fa5a3cb25529281f0357da1302768eee6fdda2d4c1a4ca9057b95db6d744679812
 SHA512 
9e449e2841601c052f6eb1b8e693dd6a139b108bc208e6ad99f15c4b7ce0fff61cccb9f50036bbc3861d1dbb6b8d6845abdd62f4cdeae95a6f5029545d35af7a

diff --git a/sys-apps/systemd-utils/systemd-utils-255.21.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.21.ebuild
new file mode 100644
index ..f7b316957e6a
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-255.21.ebuild
@@ -0,0 +1,623 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{11..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-255.14"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+"
+
+PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
+
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+   test? ( ${PEFILE_DEPEND} )
+   )
+   ")
+"
+
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_EXECSTACK="usr/lib/systemd/boot/efi/*"
+QA_FLAGS_IGNORED="usr/lib/systemd/boot/efi/.*"
+
+CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED
+   ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~UNIX"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != buildon

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-06-05 Thread Sam James
commit: 8ebc18dcf63fe626cfe605523e132b776a40d209
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  6 05:12:23 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  6 05:12:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebc18dc

sys-apps/systemd-utils: add 254.26

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-254.26.ebuild | 585 +
 2 files changed, 586 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 267617386310..a1b1f5e4438d 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -5,5 +5,6 @@ DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb1
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
+DIST systemd-stable-254.26.tar.gz 14720432 BLAKE2B 
74dcb32b3b45a2c1a97017f5975e4f9b5d80e8a9ee0752e0fe168ee12c58397fdfe72fc9dd7872071f0a4c92da4f7b0f246874cc397441dbd2a3ee553b135f10
 SHA512 
c749bf5dbc9010b87cdc6dffdca7bc0f91c52d9d63f2ee882c84db235d6bfaed55a4b24da61c6ce7ee0d199b219b5b4e16231b7d20c3005b282457c01a6230a5
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd-utils/systemd-utils-254.26.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.26.ebuild
new file mode 100644
index ..90419da11891
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-254.26.ebuild
@@ -0,0 +1,585 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{11..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib optfeature
+inherit python-single-r1 secureboot toolchain-funcs udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-254.3-r1"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-05 Thread Sam James
commit: 459bc2aa304be935a0d19b9eb3326839f45a6c3c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  6 04:57:35 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  6 04:57:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459bc2aa

sys-apps/systemd: add 256.16

Bug: https://bugs.gentoo.org/956816
Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-256.16.ebuild | 572 +
 2 files changed, 573 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index d26a34fd9b12..800b46ca76d6 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
+DIST systemd-256.16.tar.gz 15874373 BLAKE2B 
54baf19ecc710c264a6a0cbedfdccb1f1e422886586151292e5b9325aa79030659398fbaef370c59dda2dd0f3505f6ad8632961a2dc8e46d90172e5ee193d992
 SHA512 
0590b5a88cb110ce310752ac9ed9dd05e98ab8a8f9aca7ea423f5b417f73c7fea9227a9e989f725adc81fbb1e24f0cfeffa857fc8772453bbfe08be699c370b9
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f

diff --git a/sys-apps/systemd/systemd-256.16.ebuild 
b/sys-apps/systemd/systemd-256.16.ebuild
new file mode 100644
index ..106c9769c65c
--- /dev/null
+++ b/sys-apps/systemd/systemd-256.16.ebuild
@@ -0,0 +1,572 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-06-05 Thread Sam James
commit: f3c67366ac9d9ae76f4e0d9fedfc6f7d44501f5d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  6 05:06:36 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  6 05:06:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c67366

sys-apps/systemd: add 257.6

Bug: https://bugs.gentoo.org/956816
Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-257.6.ebuild | 571 ++
 2 files changed, 572 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 800b46ca76d6..a3dd03476bf0 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -4,3 +4,4 @@ DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64
 DIST systemd-256.16.tar.gz 15874373 BLAKE2B 
54baf19ecc710c264a6a0cbedfdccb1f1e422886586151292e5b9325aa79030659398fbaef370c59dda2dd0f3505f6ad8632961a2dc8e46d90172e5ee193d992
 SHA512 
0590b5a88cb110ce310752ac9ed9dd05e98ab8a8f9aca7ea423f5b417f73c7fea9227a9e989f725adc81fbb1e24f0cfeffa857fc8772453bbfe08be699c370b9
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
+DIST systemd-257.6.tar.gz 16321562 BLAKE2B 
cdd3bad6d2721bd7a7cc85bfd430db46ed44d6d9b1b6b3fc25ec9c23a431087ce8cb3d5d5e5d707c1338c1684ba968675ee91b52f64d2bb07c938b0d210a2bad
 SHA512 
ceed65196d4235f53db00f5970eadff79149629d8c34f79593d0b326ece536ea0b4f97192458989b5fccbd9438bb2dbb0abda2a5e6c3449a709c9a0889e29d3d

diff --git a/sys-apps/systemd/systemd-257.6.ebuild 
b/sys-apps/systemd/systemd-257.6.ebuild
new file mode 100644
index ..4eec6ce6edd7
--- /dev/null
+++ b/sys-apps/systemd/systemd-257.6.ebuild
@@ -0,0 +1,571 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-uti

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/files/, sys-apps/systemd/

2025-06-03 Thread Mike Gilbert
commit: cfc2807f539ce6c7c0fdf43ef5136906324b74d2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 27 18:21:00 2025 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun  4 02:00:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc2807f

sys-apps/systemd: drop 254.22, 254.24

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest  |   2 -
 .../systemd/files/254-PrivateDevices-userdbd.patch | 242 -
 .../files/systemd-253-initrd-generators.patch  |  34 --
 sys-apps/systemd/systemd-254.22.ebuild | 539 -
 sys-apps/systemd/systemd-254.24.ebuild | 539 -
 5 files changed, 1356 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 605b213fdf50..d26a34fd9b12 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -3,5 +3,3 @@ DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b1
 DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
-DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
-DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343

diff --git a/sys-apps/systemd/files/254-PrivateDevices-userdbd.patch 
b/sys-apps/systemd/files/254-PrivateDevices-userdbd.patch
deleted file mode 100644
index 115c831c275a..
--- a/sys-apps/systemd/files/254-PrivateDevices-userdbd.patch
+++ /dev/null
@@ -1,242 +0,0 @@
-https://bugs.gentoo.org/920331
-https://github.com/systemd/systemd/issues/30535
-
-From 4a9e03aa6bb2cbd23dac00f2b2a7642cc79eaade Mon Sep 17 00:00:00 2001
-From: Daan De Meyer 
-Date: Wed, 27 Sep 2023 11:55:59 +0200
-Subject: [PATCH 1/2] core: Make private /dev read-only after populating it
-

- src/core/namespace.c | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/core/namespace.c b/src/core/namespace.c
-index e2304f5d066da..d1153f7690140 100644
 a/src/core/namespace.c
-+++ b/src/core/namespace.c
-@@ -995,6 +995,11 @@ static int mount_private_dev(MountEntry *m) {
- if (r < 0)
- log_debug_errno(r, "Failed to set up basic device tree at 
'%s', ignoring: %m", temporary_mount);
- 
-+/* Make the bind mount read-only. */
-+r = mount_nofollow_verbose(LOG_DEBUG, NULL, dev, NULL, 
MS_REMOUNT|MS_BIND|MS_RDONLY, NULL);
-+if (r < 0)
-+return r;
-+
- /* Create the /dev directory if missing. It is more likely to be 
missing when the service is started
-  * with RootDirectory. This is consistent with mount units creating 
the mount points when missing. */
- (void) mkdir_p_label(mount_entry_path(m), 0755);
-
-From cd7f3702eb47c82a50bf74c2b7c15c2e4e1f5c79 Mon Sep 17 00:00:00 2001
-From: Daan De Meyer 
-Date: Wed, 27 Sep 2023 10:52:50 +0200
-Subject: [PATCH 2/2] core: Use a subdirectory of /run/ for PrivateDevices=
-
-When we're starting early boot services such as systemd-userdbd.service,
-/tmp might not yet be mounted, so let's use a directory in /run instead
-which is guaranteed to be available.

- src/core/execute.c|  1 +
- src/core/namespace.c  | 61 +--
- src/core/namespace.h  |  2 ++
- src/test/test-namespace.c |  1 +
- src/test/test-ns.c|  1 +
- 5 files changed, 50 insertions(+), 16 deletions(-)
-
-diff --git a/src/core/execute.c b/src/core/execute.c
-index a52df64d01081..89c3868d55f6c 100644
 a/src/core/execute.c
-+++ b/src/core/execute.c
-@@ -3307,6 +3307,7 @@ static int apply_mount_namespace(
-   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/

2025-05-27 Thread Mike Gilbert
commit: 71c862ef55c46fb9f5115486eaf5279610cb7cbc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 27 18:05:20 2025 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 27 18:07:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c862ef

sys-apps/systemd: fix build with USE="-tpm"

Closes: https://bugs.gentoo.org/956681
Signed-off-by: Mike Gilbert  gentoo.org>

 .../systemd/files/systemd-257-cred-util-tpm2.patch | 69 ++
 sys-apps/systemd/systemd-257.5.ebuild  |  1 +
 2 files changed, 70 insertions(+)

diff --git a/sys-apps/systemd/files/systemd-257-cred-util-tpm2.patch 
b/sys-apps/systemd/files/systemd-257-cred-util-tpm2.patch
new file mode 100644
index ..a4f798dc4e20
--- /dev/null
+++ b/sys-apps/systemd/files/systemd-257-cred-util-tpm2.patch
@@ -0,0 +1,69 @@
+https://bugs.gentoo.org/956681
+https://github.com/systemd/systemd/pull/37017
+
+From fd9c4b4f49990f0656092035464b85256a0ba6e3 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Fri, 4 Apr 2025 21:40:41 -0700
+Subject: [PATCH] shared/cred-util: Ensure TPM code is used with HAVE_TPM2
+ guards
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Building with no TPM2 we end up with following error
+
+/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: note: in a call 
to built-in function ‘__builtin___memcpy_chk’
+In function ‘memcpy’,
+inlined from ‘encrypt_credential_and_warn’ at 
../git/src/shared/creds-util.c:1091:17:
+/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: error: argument 2 
null where non-null expected [-Werror=nonnull]
+   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
+  |  ^
+   30 |  __glibc_objsize0 (__dest));
+  |  ~~
+/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: note: in a call 
to built-in function ‘__builtin___memcpy_chk’
+cc1: some warnings being treated as errors   29 |   return 
__builtin___memcpy_chk (__dest, __src, __len,
+  |  ^
+   30 |  __glibc_objsize0 (__dest));
+  |  ~~
+
+This is because code referencing tpm2 data structures is still used while the
+initialization of the function has been compiled out since its conditional on 
HAVE_TPM2
+
+We add needed guards in places where it is missing to fix this problem
+
+Signed-off-by: Khem Raj 
+---
+ src/shared/creds-util.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/shared/creds-util.c b/src/shared/creds-util.c
+index ca8e15d4c9d1e..e074c8b24680a 100644
+--- a/src/shared/creds-util.c
 b/src/shared/creds-util.c
+@@ -804,7 +804,9 @@ int encrypt_credential_and_warn(
+ _cleanup_(iovec_done_erase) struct iovec tpm2_key = {}, output = {}, 
host_key = {};
+ _cleanup_(EVP_CIPHER_CTX_freep) EVP_CIPHER_CTX *context = NULL;
+ _cleanup_free_ struct metadata_credential_header *m = NULL;
++#if HAVE_TPM2
+ uint16_t tpm2_pcr_bank = 0, tpm2_primary_alg = 0;
++#endif
+ struct encrypted_credential_header *h;
+ int ksz, bsz, ivsz, tsz, added, r;
+ uint8_t md[SHA256_DIGEST_LENGTH];
+@@ -1078,6 +1080,7 @@ int encrypt_credential_and_warn(
+ 
+ p = ALIGN8(offsetof(struct encrypted_credential_header, iv) + ivsz);
+ 
++#if HAVE_TPM2
+ if (iovec_is_set(&tpm2_key)) {
+ struct tpm2_credential_header *t;
+ 
+@@ -1092,7 +1095,7 @@ int encrypt_credential_and_warn(
+ 
+ p += ALIGN8(offsetof(struct tpm2_credential_header, 
policy_hash_and_blob) + tpm2_blob.iov_len + tpm2_policy_hash.iov_len);
+ }
+-
++#endif
+ if (iovec_is_set(&pubkey)) {
+ struct tpm2_public_key_credential_header *z;
+ 

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index a3c6feb14d08..83e8e244f61b 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -271,6 +271,7 @@ src_unpack() {
 
 src_prepare() {
local PATCHES=(
+   "${FILESDIR}"/systemd-257-cred-util-tpm2.patch
)
 
if ! use vanilla; then



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-23 Thread Arthur Zamarin
commit: 812107758e0be3dc979a7b49f35cd35de8452b93
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 23 08:33:11 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 23 08:33:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81210775

sys-apps/systemd: Stabilize 256.13 x86, #956392

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 408ccbec0f3c..76c3eaa8d313 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-readahead/

2025-05-22 Thread Pacho Ramos
commit: b1824b4549b032604cb513558de58d222cf81f92
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu May 22 15:40:16 2025 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu May 22 15:42:44 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1824b45

sys-apps/systemd-readahead: Fix VariableOrderWrong warning

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild 
b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
index cd16340fff6b..6659e632cfed 100644
--- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
+++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
@@ -7,13 +7,12 @@ inherit systemd toolchain-funcs udev
 DESCRIPTION="Split of readahead systemd implementation"
 HOMEPAGE="https://dev.gentoo.org/~pacho/systemd-readahead.html";
 SRC_URI="https://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz";
+S="${WORKDIR}/systemd-${PV}"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
-S="${WORKDIR}/systemd-${PV}"
-
 RDEPEND=">=sys-apps/systemd-217:="
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-readahead/, sys-apps/systemd-readahead/files/

2025-05-22 Thread Pacho Ramos
commit: 9e56f50c858366df9c8e58a227a47f5028a81f0d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu May 22 15:38:23 2025 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu May 22 15:42:44 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e56f50c

sys-apps/systemd-readahead: Fix compilation due to missing header

Thanks-to: Toralf Förster
Closes: https://bugs.gentoo.org/925595
Signed-off-by: Pacho Ramos  gentoo.org>

 .../files/systemd-readahead-216-socket-header.patch| 10 ++
 sys-apps/systemd-readahead/systemd-readahead-216.ebuild|  5 -
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git 
a/sys-apps/systemd-readahead/files/systemd-readahead-216-socket-header.patch 
b/sys-apps/systemd-readahead/files/systemd-readahead-216-socket-header.patch
new file mode 100644
index ..b0497f4179c9
--- /dev/null
+++ b/sys-apps/systemd-readahead/files/systemd-readahead-216-socket-header.patch
@@ -0,0 +1,10 @@
+--- a/src/shared/missing.h~2025-05-22 17:34:02.0 +0200
 b/src/shared/missing.h 2025-05-22 17:34:18.732828172 +0200
+@@ -23,6 +23,7 @@
+ 
+ /* Missing glibc definitions to access certain kernel APIs */
+ 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild 
b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
index 5c8c65a4adcc..37012eef52c4 100644
--- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
+++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,6 +33,9 @@ PATCHES=(
 
# https://github.com/systemd/systemd/issues/8099, bug #650314
"${FILESDIR}"/${P}-glibc-2.27.patch
+
+   # https://bugs.gentoo.org/925595
+   "${FILESDIR}"/${P}-socket-header.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-readahead/

2025-05-22 Thread Pacho Ramos
commit: c7bb68e5e220655c406775727bcfb97232e68d00
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu May 22 15:39:49 2025 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu May 22 15:42:44 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bb68e5

sys-apps/systemd-readahead: Fix EmptyGlobalAssignment warning

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild 
b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
index 37012eef52c4..cd16340fff6b 100644
--- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
+++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild
@@ -11,7 +11,6 @@ 
SRC_URI="https://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz";
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86"
-IUSE=""
 
 S="${WORKDIR}/systemd-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Arthur Zamarin
commit: 9eedbf3bfd3d2362fdaec0f50c0cf22f889a8b08
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 22 06:25:58 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 22 06:25:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eedbf3b

sys-apps/systemd: Stabilize 254.24 ppc, #956391

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index 6a1d10e9dc9f..ab7340e9f25b 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Arthur Zamarin
commit: 238724de1726286454ee41d1177874edd890ef11
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 22 06:25:59 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 22 06:25:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238724de

sys-apps/systemd: Stabilize 256.13 ppc, #956392

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 65fad95910ee..408ccbec0f3c 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 56031fc92b4f837a73478510a5e539b534548c82
Author: Sam James  gentoo  org>
AuthorDate: Thu May 22 01:43:52 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 22 01:43:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56031fc9

sys-apps/systemd: Stabilize 254.24 amd64, #956391

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index 41a071f23836..2286cd28f0cc 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 2bc655ec35ed1834b0d75439dcc99100dd77fa1f
Author: Sam James  gentoo  org>
AuthorDate: Thu May 22 01:43:53 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 22 01:43:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc655ec

sys-apps/systemd: Stabilize 254.24 x86, #956391

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index 2286cd28f0cc..6a1d10e9dc9f 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 60b4df0bb5a810024f1559eff7b42cf39fe1bf93
Author: Sam James  gentoo  org>
AuthorDate: Thu May 22 01:43:55 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 22 01:43:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b4df0b

sys-apps/systemd: Stabilize 256.13 amd64, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index beaef21910c2..65fad95910ee 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 4d02c1eeb8698a8ac895951aa4caa1a43edf0eb0
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:10 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:02 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d02c1ee

sys-apps/systemd: Stabilize 257.5 hppa, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index cb1fe3e661e1..5dfa65e1206d 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: aae55de543a50b35e85e43a88fd6964904b24312
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:07 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae55de5

sys-apps/systemd: Stabilize 257.5 arm, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 006c58367f7c..cb1fe3e661e1 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 30ae01eea15d46bef55b42e1554db57ec45a9e84
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:08:58 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:08:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae01ee

sys-apps/systemd: Stabilize 257.5 ppc64, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 7f10e944b28c..007bbfa6ec43 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 1d67119f130dcc10a9bb3935e54648d509726f08
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 20:11:47 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 20:11:47 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d67119f

sys-apps/systemd: Stabilize 254.24 ppc64, #956391

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index d50097a5715b..41a071f23836 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 2006f24d1f59c0097f30c8548455bb76b363cba9
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:52:14 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:52:14 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2006f24d

sys-apps/systemd: Stabilize 256.13 arm, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 7371e3ff0731..3d6386976569 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 88e3c2e490f0a751d1f2cdcf1decd59935c07914
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:52:13 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:52:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e3c2e4

sys-apps/systemd: Stabilize 256.13 arm64, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 106c9769c65c..7371e3ff0731 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: e4e0172ee0c8b9f29db6685a1dfda2a7cd40c44d
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:52:15 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:52:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e0172e

sys-apps/systemd: Stabilize 256.13 ppc64, #956392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 3d6386976569..beaef21910c2 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 4955e39f532c0e3ceb6fd3a07b01ab36f9feaa66
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:52:11 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:52:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4955e39f

sys-apps/systemd: Stabilize 254.24 arm, #956391

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index 4cde19e2e5c6..d50097a5715b 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 50604296caca562c3a4de613da43dc472633b630
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:52:10 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:52:10 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50604296

sys-apps/systemd: Stabilize 254.24 arm64, #956391

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index 792f78c88dcb..4cde19e2e5c6 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 4f7661d8443a79f326f91c0ca623be86f2172880
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:17 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7661d8

sys-apps/systemd: Stabilize 257.5 x86, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index f5372ff20999..567237934d6a 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: c501a189b109955746b6573006a77047efbfebe5
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:02 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c501a189

sys-apps/systemd: Stabilize 257.5 amd64, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 007bbfa6ec43..fea624b739d7 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 2fa631fbea8c52183d67818a4753c5d223e32b1e
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:20 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa631fb

sys-apps/systemd: Stabilize 257.5 sparc, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 567237934d6a..a3c6feb14d08 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 9bc550c8aa102f77eec9904e3730203797f1e1d9
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:13 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:02 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc550c8

sys-apps/systemd: Stabilize 257.5 ppc, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 5dfa65e1206d..f5372ff20999 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-21 Thread Sam James
commit: 2ef78310b1b466e046a9387591894c8304c3023a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 21 19:11:04 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 19:12:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef78310

sys-apps/systemd: Stabilize 257.5 arm64, #956385

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index fea624b739d7..006c58367f7c 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-05-11 Thread Sam James
commit: ea71f962851861bd8f32f6b73bddf1b089b424ff
Author: Sam James  gentoo  org>
AuthorDate: Sun May 11 12:59:06 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 11 12:59:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea71f962

sys-apps/systemd: enable py3.13 for 254*

This aids people upgrading from the old 17.1 profiles.

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.22.ebuild | 2 +-
 sys-apps/systemd/systemd-254.24.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-254.22.ebuild 
b/sys-apps/systemd/systemd-254.22.ebuild
index 97a80e2a2100..06aaac504f18 100644
--- a/sys-apps/systemd/systemd-254.22.ebuild
+++ b/sys-apps/systemd/systemd-254.22.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 # Avoid QA warnings
 TMPFILES_OPTIONAL=1

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index e03a824e1783..792f78c88dcb 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 # Avoid QA warnings
 TMPFILES_OPTIONAL=1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-04-23 Thread Eli Schwartz
commit: dc7c59fd6f0d36d1877ce9eac0fe593d40e87045
Author: Eli Schwartz  gentoo  org>
AuthorDate: Tue Jan 21 21:34:21 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Wed Apr 23 15:23:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7c59fd

sys-apps/systemd: use docdir configure option instead of moving files after

Meson may not support a builtin docdir option, but systemd has supported
one since v238. Use that to enforce installing those files in correctly
in PF.

Signed-off-by: Eli Schwartz  gentoo.org>

 sys-apps/systemd/systemd-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 1066771661ba..5a4e1aa66bdf 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -295,6 +295,7 @@ src_configure() {
 multilib_src_configure() {
local myconf=(
--localstatedir="${EPREFIX}/var"
+   -Ddocdir="share/doc/${PF}"
# default is developer, bug 918671
-Dmode=release
-Dsupport-url="https://gentoo.org/support/";
@@ -401,9 +402,6 @@ multilib_src_test() {
 }
 
 multilib_src_install_all() {
-   # meson doesn't know about docdir
-   mv "${ED}"/usr/share/doc/{systemd,${PF}} || die
-
einstalldocs
dodoc "${FILESDIR}"/nsswitch.conf
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-04-22 Thread Michał Górny
commit: a50a985df5b5ba46ea4b5f1975b28c7c2c6cc27c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 22 09:50:55 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 22 09:50:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50a985d

sys-apps/systemd: Clean sys-apps/openrc-navi dep up

Signed-off-by: Michał Górny  gentoo.org>

 sys-apps/systemd/systemd-254.22.ebuild | 1 -
 sys-apps/systemd/systemd-254.24.ebuild | 1 -
 sys-apps/systemd/systemd-256.10.ebuild | 1 -
 sys-apps/systemd/systemd-256.12.ebuild | 1 -
 sys-apps/systemd/systemd-256.13.ebuild | 1 -
 sys-apps/systemd/systemd-257.3.ebuild  | 1 -
 sys-apps/systemd/systemd-257.5.ebuild  | 1 -
 sys-apps/systemd/systemd-.ebuild   | 1 -
 8 files changed, 8 deletions(-)

diff --git a/sys-apps/systemd/systemd-254.22.ebuild 
b/sys-apps/systemd/systemd-254.22.ebuild
index 590a04605a7b..97a80e2a2100 100644
--- a/sys-apps/systemd/systemd-254.22.ebuild
+++ b/sys-apps/systemd/systemd-254.22.ebuild
@@ -136,7 +136,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
index ac3b58a047e9..e03a824e1783 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -136,7 +136,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-256.10.ebuild 
b/sys-apps/systemd/systemd-256.10.ebuild
index 51c0bcc5a4a5..d8dbbbc76f18 100644
--- a/sys-apps/systemd/systemd-256.10.ebuild
+++ b/sys-apps/systemd/systemd-256.10.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-256.12.ebuild 
b/sys-apps/systemd/systemd-256.12.ebuild
index 672c54f58da2..106c9769c65c 100644
--- a/sys-apps/systemd/systemd-256.12.ebuild
+++ b/sys-apps/systemd/systemd-256.12.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 672c54f58da2..106c9769c65c 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-257.3.ebuild 
b/sys-apps/systemd/systemd-257.3.ebuild
index d521a10189f3..7f10e944b28c 100644
--- a/sys-apps/systemd/systemd-257.3.ebuild
+++ b/sys-apps/systemd/systemd-257.3.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index d521a10189f3..7f10e944b28c 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 88153149245e..1066771661ba 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -135,7 +135,6 @@ RDEPEND="${COMMON_DEPEND}
)
sysv-utils? (
!sys-apps/openrc[sysv-utils(-)]
-   !sys-apps/openrc-navi[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( sys-apps/sysvinit )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-04-10 Thread Sam James
commit: fa4dc8ad991fc474ad9acab16445f31e619f35d9
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 10 16:51:12 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 10 16:51:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4dc8ad

sys-apps/systemd: USE=bpf needs >=dev-util/bpftool-7.0.0

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.10.ebuild | 2 +-
 sys-apps/systemd/systemd-256.12.ebuild | 2 +-
 sys-apps/systemd/systemd-256.13.ebuild | 2 +-
 sys-apps/systemd/systemd-257.3.ebuild  | 2 +-
 sys-apps/systemd/systemd-257.5.ebuild  | 2 +-
 sys-apps/systemd/systemd-.ebuild   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/systemd/systemd-256.10.ebuild 
b/sys-apps/systemd/systemd-256.10.ebuild
index 256cb1ddf605..51c0bcc5a4a5 100644
--- a/sys-apps/systemd/systemd-256.10.ebuild
+++ b/sys-apps/systemd/systemd-256.10.ebuild
@@ -160,7 +160,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (

diff --git a/sys-apps/systemd/systemd-256.12.ebuild 
b/sys-apps/systemd/systemd-256.12.ebuild
index 3871b1e9eeb3..672c54f58da2 100644
--- a/sys-apps/systemd/systemd-256.12.ebuild
+++ b/sys-apps/systemd/systemd-256.12.ebuild
@@ -159,7 +159,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
index 3871b1e9eeb3..672c54f58da2 100644
--- a/sys-apps/systemd/systemd-256.13.ebuild
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -159,7 +159,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (

diff --git a/sys-apps/systemd/systemd-257.3.ebuild 
b/sys-apps/systemd/systemd-257.3.ebuild
index 3dbd7efc8acc..d521a10189f3 100644
--- a/sys-apps/systemd/systemd-257.3.ebuild
+++ b/sys-apps/systemd/systemd-257.3.ebuild
@@ -159,7 +159,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
index 3dbd7efc8acc..d521a10189f3 100644
--- a/sys-apps/systemd/systemd-257.5.ebuild
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -159,7 +159,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 73d86d74ea55..88153149245e 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -160,7 +160,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
bpf? (
-   dev-util/bpftool
+   >=dev-util/bpftool-7.0.0
sys-devel/bpf-toolchain
)
test? (



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-04-09 Thread Sam James
commit: 702dfb3c15ee6b7f0f1712660a094ac8bf604c4e
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 10 00:06:56 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 10 00:06:56 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702dfb3c

sys-apps/systemd-utils: add 256.13

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-256.13.ebuild | 614 +
 2 files changed, 615 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index f931444e03bf..267617386310 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,4 +1,5 @@
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
+DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9

diff --git a/sys-apps/systemd-utils/systemd-utils-256.13.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.13.ebuild
new file mode 100644
index ..c8195708e031
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-256.13.ebuild
@@ -0,0 +1,614 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+MY_P="systemd-${PV}"
+MUSL_PATCHSET="systemd-musl-patches-256.12"
+SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz
+   elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+"
+
+PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
+
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+   test? ( ${PEFILE_DEPEND} )
+   )
+   ")
+"
+
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_EXECSTACK="usr/lib/systemd/boot/efi/*"
+QA_FLAGS_IGNORED="usr/lib/systemd/boot/efi/.*"
+
+CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED
+   ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~UNIX"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != buildonly ]] && use

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-04-09 Thread Sam James
commit: 9a82820a17908f546b3c308976835875089b0aca
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 10 00:00:02 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 10 00:00:02 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a82820a

sys-apps/systemd: add 256.13

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-256.13.ebuild | 573 +
 2 files changed, 574 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 4f0ead0b53bc..605b213fdf50 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
+DIST systemd-256.13.tar.gz 15867550 BLAKE2B 
6cdd884d430c7f2c9c9250dd63885b233d64b87a3297f604881567042f45d51aea1ae341e4fd356997464e53b230b6fb6ec502b0e88f28d9d4296f4dfeef2a14
 SHA512 
e25b3e5bce42211918058320789ab154282ecb264803ddcb9e0fb3afbb53417eeea29dcd183b68dd758e39f28cab2e1ba3267766e589f5129e213e12f109017e
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d

diff --git a/sys-apps/systemd/systemd-256.13.ebuild 
b/sys-apps/systemd/systemd-256.13.ebuild
new file mode 100644
index ..3871b1e9eeb3
--- /dev/null
+++ b/sys-apps/systemd/systemd-256.13.ebuild
@@ -0,0 +1,573 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfutils

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-04-05 Thread Sam James
commit: 711806544ef15cfc26fa801776fefb70d43f5d36
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  6 03:53:21 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  6 03:53:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71180654

sys-apps/systemd: add 257.5

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-257.5.ebuild | 571 ++
 2 files changed, 572 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 9889a01c33da..4f0ead0b53bc 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
+DIST systemd-257.5.tar.gz 16232112 BLAKE2B 
142baef9b09217ea117ac09923604f7520a36d4c63cf04a78d1c4fbf7b057b977f5c77418168c0308a8dc6b48ccc6324438f30c87de8642e8e9cf12b47f90475
 SHA512 
9e5352c20c9edac53f302a534532035185139998628ed0a85411f440df47f1dd7cce6651aec787484809bb1aa2825008d062714c37936cbfd08451fbe29a998f
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343

diff --git a/sys-apps/systemd/systemd-257.5.ebuild 
b/sys-apps/systemd/systemd-257.5.ebuild
new file mode 100644
index ..3dbd7efc8acc
--- /dev/null
+++ b/sys-apps/systemd/systemd-257.5.ebuild
@@ -0,0 +1,571 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfuti

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-24 Thread Sam James
commit: 09c88a1a0185c61db75e08e7f9752457223eee4f
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 24 11:47:11 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 24 12:03:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c88a1a

sys-apps/systemd: drop 255.16, 255.18

Two fewer ebuilds to fix for Meson option changes (and the changes were
first in 255 upstream).

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   2 -
 sys-apps/systemd/systemd-255.16.ebuild | 541 -
 sys-apps/systemd/systemd-255.18.ebuild | 540 
 3 files changed, 1083 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index a73f46ef55f1..9889a01c33da 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -3,5 +3,3 @@ DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b1
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
-DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
-DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd/systemd-255.16.ebuild 
b/sys-apps/systemd/systemd-255.16.ebuild
deleted file mode 100644
index ba3ffac94631..
--- a/sys-apps/systemd/systemd-255.16.ebuild
+++ /dev/null
@@ -1,541 +0,0 @@
-# Copyright 2011-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-
-   if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
-   fi
-fi
-
-inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
-inherit secureboot systemd toolchain-funcs udev
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="http://systemd.io/";
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
-   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
-   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
-   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
-"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   dns-over-tls? ( || ( gnutls openssl ) )
-   fido2? ( cryptsetup openssl )
-   homed? ( cryptsetup pam openssl )
-   importd? ( curl lzma || ( gcrypt openssl ) )
-   pwquality? ( homed )
-   boot? ( kernel-install )
-   ukify? ( boot )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="4.15"
-
-COMMON_DEPEND="
-   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( >=net-mi

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-24 Thread Sam James
commit: a8287967b961c8ebfe474aad98d77741f8e88a69
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 24 12:02:52 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 24 12:03:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8287967

sys-apps/systemd-utils: handle option deprecations

meson from git errors out on these deprecated names. No need to do 254
as the changes weren't in there upstream.

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 76 +++---
 sys-apps/systemd-utils/systemd-utils-256.12.ebuild | 76 +++---
 2 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
index 94f49394cabf..0dc8b2ab3825 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -154,33 +154,33 @@ multilib_src_configure() {
# default is developer, bug 918671
-Dmode=release
-Dsysvinit-path=
-   $(meson_native_use_bool boot bootloader)
+   $(meson_native_use_feature boot bootloader)
$(meson_native_use_bool kernel-install)
-   $(meson_native_use_bool selinux)
+   $(meson_native_use_feature selinux)
$(meson_native_use_bool sysusers)
$(meson_use test tests)
$(meson_native_use_bool tmpfiles)
$(meson_use udev hwdb)
-   $(meson_native_use_bool ukify)
+   $(meson_native_use_feature ukify)
 
# Disable all optional features
-Dadm-group=false
-Danalyze=false
-   -Dapparmor=false
-   -Daudit=false
+   -Dapparmor=disabled
+   -Daudit=disabled
-Dbacklight=false
-Dbinfmt=false
-   -Dbpf-framework=false
-   -Dbzip2=false
+   -Dbpf-framework=disabled
+   -Dbzip2=disabled
-Dcoredump=false
-   -Ddbus=false
-   -Delfutils=false
+   -Ddbus=disabled
+   -Delfutils=disabled
-Denvironment-d=false
-   -Dfdisk=false
-   -Dgcrypt=false
-   -Dglib=false
+   -Dfdisk=disabled
+   -Dgcrypt=disabled
+   -Dglib=disabled
-Dgshadow=false
-   -Dgnutls=false
+   -Dgnutls=disabled
-Dhibernate=false
-Dhostnamed=false
-Didn=false
@@ -188,63 +188,63 @@ multilib_src_configure() {
-Dinitrd=false
-Dfirstboot=false
-Dldconfig=false
-   -Dlibcryptsetup=false
-   -Dlibcurl=false
-   -Dlibfido2=false
-   -Dlibidn=false
-   -Dlibidn2=false
-   -Dlibiptc=false
+   -Dlibcryptsetup=disabled
+   -Dlibcurl=disabled
+   -Dlibfido2=disabled
+   -Dlibidn=disabled
+   -Dlibidn2=disabled
+   -Dlibiptc=disabled
-Dlocaled=false
-Dlogind=false
-   -Dlz4=false
+   -Dlz4=disabled
-Dmachined=false
-   -Dmicrohttpd=false
+   -Dmicrohttpd=disabled
-Dnetworkd=false
-Dnscd=false
-Dnss-myhostname=false
-   -Dnss-resolve=false
+   -Dnss-resolve=disabled
-Dnss-systemd=false
-Doomd=false
-   -Dopenssl=false
-   -Dp11kit=false
-   -Dpam=false
-   -Dpcre2=false
-   -Dpolkit=false
+   -Dopenssl=disabled
+   -Dp11kit=disabled
+   -Dpam=disabled
+   -Dpcre2=disabled
+   -Dpolkit=disabled
-Dportabled=false
-Dpstore=false
-   -Dpwquality=false
+   -Dpwquality=disabled
-Drandomseed=false
-Dresolve=false
-Drfkill=false
-   -Dseccomp=false
+   -Dseccomp=disabled
-Dsmack=false
-Dsysext=false
-Dtimedated=false
-Dtimesyncd=false
-Dtpm=false
-   -Dqrencode=false
+   -Dqrencode=disabled
-Dquotacheck=false
-Duserdb=false
-Dutmp=false
-Dvconsole=false
-Dwheel-group=false
-Dxdg-autostart=false
-   -Dxkbcommon=false
-   -Dxz=false
-   -Dzlib=false
-   -Dzstd=false
+   -Dxkbcommon=disabled
+   -Dxz=disabled
+  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-24 Thread Sam James
commit: 2c2af2875f70f6b354cc074888181fe77851b17e
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 24 11:49:46 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 24 12:03:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2af287

sys-apps/systemd: handle option deprecations for 256 and live

meson from git errors out on these deprecated names. All done now as
255 was dropped and the upstream changes were only in >=255, so 254 is
unaffected.

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.12.ebuild | 70 -
 sys-apps/systemd/systemd-.ebuild   | 72 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/sys-apps/systemd/systemd-256.12.ebuild 
b/sys-apps/systemd/systemd-256.12.ebuild
index 53273463cc5d..3871b1e9eeb3 100644
--- a/sys-apps/systemd/systemd-256.12.ebuild
+++ b/sys-apps/systemd/systemd-256.12.ebuild
@@ -313,45 +313,45 @@ multilib_src_configure() {
-Ddebug-shell="${EPREFIX}/bin/sh"
-Ddefault-user-shell="${EPREFIX}/bin/bash"
# Optional components/dependencies
-   $(meson_native_use_bool acl)
-   $(meson_native_use_bool apparmor)
-   $(meson_native_use_bool audit)
-   $(meson_native_use_bool boot bootloader)
-   $(meson_native_use_bool bpf bpf-framework)
+   $(meson_native_use_feature acl)
+   $(meson_native_use_feature apparmor)
+   $(meson_native_use_feature audit)
+   $(meson_native_use_feature boot bootloader)
+   $(meson_native_use_feature bpf bpf-framework)
-Dbpf-compiler=gcc
-   $(meson_native_use_bool cryptsetup libcryptsetup)
-   $(meson_native_use_bool curl libcurl)
+   $(meson_native_use_feature cryptsetup libcryptsetup)
+   $(meson_native_use_feature curl libcurl)
$(meson_native_use_bool dns-over-tls dns-over-tls)
-   $(meson_native_use_bool elfutils)
-   $(meson_native_use_bool fido2 libfido2)
-   $(meson_use gcrypt)
-   $(meson_native_use_bool gnutls)
-   $(meson_native_use_bool homed)
-   $(meson_native_use_bool http microhttpd)
+   $(meson_native_use_feature elfutils)
+   $(meson_native_use_feature fido2 libfido2)
+   $(meson_feature gcrypt)
+   $(meson_native_use_feature gnutls)
+   $(meson_native_use_feature homed)
+   $(meson_native_use_feature http microhttpd)
$(meson_native_use_bool idn)
-   $(meson_native_use_bool importd)
-   $(meson_native_use_bool importd bzip2)
-   $(meson_native_use_bool importd zlib)
+   $(meson_native_use_feature importd)
+   $(meson_native_use_feature importd bzip2)
+   $(meson_native_use_feature importd zlib)
$(meson_native_use_bool kernel-install)
-   $(meson_native_use_bool kmod)
-   $(meson_use lz4)
-   $(meson_use lzma xz)
+   $(meson_native_use_feature kmod)
+   $(meson_feature lz4)
+   $(meson_feature lzma xz)
$(meson_use test tests)
-   $(meson_use zstd)
-   $(meson_native_use_bool iptables libiptc)
-   $(meson_native_use_bool openssl)
-   $(meson_use pam)
-   $(meson_native_use_bool pkcs11 p11kit)
-   $(meson_native_use_bool pcre pcre2)
-   $(meson_native_use_bool policykit polkit)
-   $(meson_native_use_bool pwquality)
-   $(meson_native_use_bool qrcode qrencode)
-   $(meson_native_use_bool seccomp)
-   $(meson_native_use_bool selinux)
-   $(meson_native_use_bool tpm tpm2)
-   $(meson_native_use_bool test dbus)
-   $(meson_native_use_bool ukify)
-   $(meson_native_use_bool xkb xkbcommon)
+   $(meson_feature zstd)
+   $(meson_native_use_feature iptables libiptc)
+   $(meson_native_use_feature openssl)
+   $(meson_feature pam)
+   $(meson_native_use_feature pkcs11 p11kit)
+   $(meson_native_use_feature pcre pcre2)
+   $(meson_native_use_feature policykit polkit)
+   $(meson_native_use_feature pwquality)
+   $(meson_native_use_feature qrcode qrencode)
+   $(meson_native_use_feature seccomp)
+   $(meson_native_use_feature selinux)
+   $(meson_native_use_feature tpm tpm2)
+   $(meson_native_use_feature test dbus)
+   $(meson_native_use_feature ukify)
+   $(meson_native_use_feature xkb xkbcommon)
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-24 Thread Sam James
commit: a2a461983bbef9e177594b2bd4ee9099d5f652c2
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 24 11:44:23 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 24 11:45:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a46198

sys-apps/systemd: handle option deprecations for 257

meson from git errors out on these deprecated names.

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-257.3.ebuild | 70 +--
 1 file changed, 35 insertions(+), 35 deletions(-)

diff --git a/sys-apps/systemd/systemd-257.3.ebuild 
b/sys-apps/systemd/systemd-257.3.ebuild
index 9aaf85cb67d4..3dbd7efc8acc 100644
--- a/sys-apps/systemd/systemd-257.3.ebuild
+++ b/sys-apps/systemd/systemd-257.3.ebuild
@@ -311,45 +311,45 @@ multilib_src_configure() {
-Ddebug-shell="${EPREFIX}/bin/sh"
-Ddefault-user-shell="${EPREFIX}/bin/bash"
# Optional components/dependencies
-   $(meson_native_use_bool acl)
-   $(meson_native_use_bool apparmor)
-   $(meson_native_use_bool audit)
-   $(meson_native_use_bool boot bootloader)
-   $(meson_native_use_bool bpf bpf-framework)
+   $(meson_native_use_feature acl)
+   $(meson_native_use_feature apparmor)
+   $(meson_native_use_feature audit)
+   $(meson_native_use_feature boot bootloader)
+   $(meson_native_use_feature bpf bpf-framework)
-Dbpf-compiler=gcc
-   $(meson_native_use_bool cryptsetup libcryptsetup)
-   $(meson_native_use_bool curl libcurl)
+   $(meson_native_use_feature cryptsetup libcryptsetup)
+   $(meson_native_use_feature curl libcurl)
$(meson_native_use_bool dns-over-tls dns-over-tls)
-   $(meson_native_use_bool elfutils)
-   $(meson_native_use_bool fido2 libfido2)
-   $(meson_use gcrypt)
-   $(meson_native_use_bool gnutls)
-   $(meson_native_use_bool homed)
-   $(meson_native_use_bool http microhttpd)
+   $(meson_native_use_feature elfutils)
+   $(meson_native_use_feature fido2 libfido2)
+   $(meson_feature gcrypt)
+   $(meson_native_use_feature gnutls)
+   $(meson_native_use_feature homed)
+   $(meson_native_use_feature http microhttpd)
$(meson_native_use_bool idn)
-   $(meson_native_use_bool importd)
-   $(meson_native_use_bool importd bzip2)
-   $(meson_native_use_bool importd zlib)
+   $(meson_native_use_feature importd)
+   $(meson_native_use_feature importd bzip2)
+   $(meson_native_use_feature importd zlib)
$(meson_native_use_bool kernel-install)
-   $(meson_native_use_bool kmod)
-   $(meson_use lz4)
-   $(meson_use lzma xz)
+   $(meson_native_use_feature kmod)
+   $(meson_feature lz4)
+   $(meson_feature lzma xz)
$(meson_use test tests)
-   $(meson_use zstd)
-   $(meson_native_use_bool iptables libiptc)
-   $(meson_native_use_bool openssl)
-   $(meson_use pam)
-   $(meson_native_use_bool pkcs11 p11kit)
-   $(meson_native_use_bool pcre pcre2)
-   $(meson_native_use_bool policykit polkit)
-   $(meson_native_use_bool pwquality)
-   $(meson_native_use_bool qrcode qrencode)
-   $(meson_native_use_bool seccomp)
-   $(meson_native_use_bool selinux)
-   $(meson_native_use_bool tpm tpm2)
-   $(meson_native_use_bool test dbus)
-   $(meson_native_use_bool ukify)
-   $(meson_native_use_bool xkb xkbcommon)
+   $(meson_feature zstd)
+   $(meson_native_use_feature iptables libiptc)
+   $(meson_native_use_feature openssl)
+   $(meson_feature pam)
+   $(meson_native_use_feature pkcs11 p11kit)
+   $(meson_native_use_feature pcre pcre2)
+   $(meson_native_use_feature policykit polkit)
+   $(meson_native_use_feature pwquality)
+   $(meson_native_use_feature qrcode qrencode)
+   $(meson_native_use_feature seccomp)
+   $(meson_native_use_feature selinux)
+   $(meson_native_use_feature tpm tpm2)
+   $(meson_native_use_feature test dbus)
+   $(meson_native_use_feature ukify)
+   $(meson_native_use_feature xkb xkbcommon)
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false
@@ -365,7 +365,7 @@ multilib_src_configure() {
   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-15 Thread Mike Gilbert
commit: 4264abb800d195916c4b8a52ad90bba4622ebb12
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 10 01:29:21 2025 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 10 01:29:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4264abb8

sys-apps/systemd-utils: fix musl patch

Thanks to Brahmajit Das for updating the patch.

Closes: https://bugs.gentoo.org/950753
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd-utils/Manifest| 1 +
 sys-apps/systemd-utils/systemd-utils-256.12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index a935ff225285..4fe645869e35 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -4,6 +4,7 @@ DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b1
 DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
+DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9
 DIST systemd-musl-patches-256.8.tar.gz 27395 BLAKE2B 
c387670f46bb7a484ca320ee8c80397b765721100db9441cbf08e86373df2094e9a718201d6616dcb63c3e943c5d0614b1c49c6a938fd945c5ab1cae6d97fb73
 SHA512 
6f88ca3c0cf133b5a8c534894fc49535b2a68b5a5ffd9ccec884437880948a3756fc5d381458cb1765d048fb17062c67912a752c8ddc2cdece55f7c8af32faf0
 DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52a8aa3ef3eb78d6005b38cdece4b53ac43a69aa401f8498ee00fcab037dbb22c996b8c626db32c6e4be481f41f752e7a848b
 SHA512 
11ae971e5463fb511c32fbc1ce4012765c73cf87d68ca44c36b85a2ed12f73655b6d071975008c6dd56a27963d1dff5d3c22039fc813bff30be23e6f2dd425ae
 DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b

diff --git a/sys-apps/systemd-utils/systemd-utils-256.12.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.12.ebuild
index 2585f8c62440..c12f5a725307 100644
--- a/sys-apps/systemd-utils/systemd-utils-256.12.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-256.12.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Utilities split out from systemd for OpenRC 
users"
 HOMEPAGE="https://systemd.io/";
 
 MY_P="systemd-${PV}"
-MUSL_PATCHSET="systemd-musl-patches-256.8"
+MUSL_PATCHSET="systemd-musl-patches-256.12"
 SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz
elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-15 Thread Sam James
commit: 1cfefc1e4513a8203e4828bd6269e47b9f64b65c
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:33:34 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:33:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfefc1e

sys-apps/systemd: add 254.24

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-254.24.ebuild | 540 +
 2 files changed, 541 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 0e2c8bf9ca46..b5e35c52dda2 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -10,6 +10,7 @@ DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52
 DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.23.tar.gz 14666469 BLAKE2B 
db685bfd40ed45dd29260085330c8cbe3545d229b50e881e7debb994ab3cc24024cf3e9c9a1c0931013e78701c101fd79e828d8ea3f8dcc19ce46867c0ed1a43
 SHA512 
e5a02d8e151f48b5fa9c9532d4f0caae56f368e83ed8f33cd4e2172af9209c357269385f99f3177fc92ebf356691f22751e27a6d6356ebaea8d5ad649ecf15e5
+DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.11.tar.gz 15107037 BLAKE2B 
7839323367d47dc57914fb501c7be38206f3bc882e560c4df25c65d421e5756108711b0ce57df6ad444d5eabb256d6730366e21d283cb02e1ef014b670855669
 SHA512 
be06010b56f4ea0651ebe921cd2a68f1794a64367fedea6752f7ba71ac5e00c5f0167d52ba5b662fd9781f5aa3f372e174b65f99a9bac66d4bf6af92caa67ba7
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889

diff --git a/sys-apps/systemd/systemd-254.24.ebuild 
b/sys-apps/systemd/systemd-254.24.ebuild
new file mode 100644
index ..ac3b58a047e9
--- /dev/null
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -0,0 +1,540 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="http://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-15 Thread Sam James
commit: a687f806adfd3dc334b1385ce755747a25129610
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:30:52 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:30:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a687f806

sys-apps/systemd-utils: drop 255.16, 255.17

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   2 -
 sys-apps/systemd-utils/systemd-utils-255.16.ebuild | 623 -
 sys-apps/systemd-utils/systemd-utils-255.17.ebuild | 623 -
 3 files changed, 1248 deletions(-)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 31b9531cd371..a3f33cb8f8de 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -9,6 +9,4 @@ DIST systemd-musl-patches-256.8.tar.gz 27395 BLAKE2B 
c387670f46bb7a484ca320ee8c8
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
-DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
-DIST systemd-stable-255.17.tar.gz 15206361 BLAKE2B 
71b7eb7c90898ee080b258fa6b500b84c588d52bacfd0b3c301b8fd157bc6c6c3ddde11bb3f94a5f162038c527779872586622da1e0cafb9f8685c541ab6a7a6
 SHA512 
441f27764af708bb1165e671eee8fa5686adbb32f1a4761fef2d89b882d879534d2e74f7e04028ab06457aaa5173fdbcb099aaa20bb0d23b36ed59e8c7ad1887
 DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd-utils/systemd-utils-255.16.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.16.ebuild
deleted file mode 100644
index ecdb11ece220..
--- a/sys-apps/systemd-utils/systemd-utils-255.16.ebuild
+++ /dev/null
@@ -1,623 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
-inherit python-single-r1 secureboot udev
-
-DESCRIPTION="Utilities split out from systemd for OpenRC users"
-HOMEPAGE="https://systemd.io/";
-
-if [[ ${PV} == *.* ]]; then
-   MY_P="systemd-stable-${PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
-else
-   MY_P="systemd-${PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-fi
-
-MUSL_PATCHSET="systemd-musl-patches-255.14"
-SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
-REQUIRED_USE="
-   || ( kernel-install tmpfiles sysusers udev )
-   boot? ( kernel-install )
-   ukify? ( boot )
-   ${PYTHON_REQUIRED_USE}
-"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   elibc_musl? ( >=sys-libs/musl-1.2.3 )
-   selinux? ( sys-libs/libselinux:0= )
-   tmpfiles? (
-   acl? ( sys-apps/acl:0= )
-   )
-   udev? (
-   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   )
-   !udev? (
-   >=sys-apps/util

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-15 Thread Sam James
commit: 91a189b3d28e659b04ebbd9c6715b6f4601404ed
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:31:37 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:31:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a189b3

sys-apps/systemd: Stabilize 256.10 hppa, #947381

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-256.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.10.ebuild 
b/sys-apps/systemd/systemd-256.10.ebuild
index fabdf905860d..256cb1ddf605 100644
--- a/sys-apps/systemd/systemd-256.10.ebuild
+++ b/sys-apps/systemd/systemd-256.10.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-14 Thread Sam James
commit: 7fb243bd83369cd9b045ebf9479aeff13a8ca229
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:31:04 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:31:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb243bd

sys-apps/systemd-utils: drop 256.9-r1, 256.10, 256.11

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   4 -
 sys-apps/systemd-utils/systemd-utils-256.10.ebuild | 614 -
 sys-apps/systemd-utils/systemd-utils-256.11.ebuild | 614 -
 .../systemd-utils/systemd-utils-256.9-r1.ebuild| 614 -
 4 files changed, 1846 deletions(-)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index a3f33cb8f8de..f931444e03bf 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,11 +1,7 @@
-DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
-DIST systemd-256.11.tar.gz 15777170 BLAKE2B 
838a25f04c64fc1513575b01d52a9eef30628fd589a3110818395981c7bff1b820bd141c1f2dcf159a75fb8efab4560056e399f15fe7e029183019c1a0d605f8
 SHA512 
e0045963f0614dc3019f23d55e792ae1e5837cc1622f0ab73524ef65521f9ebf12ae57b7215712d84f555f506683ef3bc0429dc90a3bfd5f904b50cc016b9baa
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
-DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9
-DIST systemd-musl-patches-256.8.tar.gz 27395 BLAKE2B 
c387670f46bb7a484ca320ee8c80397b765721100db9441cbf08e86373df2094e9a718201d6616dcb63c3e943c5d0614b1c49c6a938fd945c5ab1cae6d97fb73
 SHA512 
6f88ca3c0cf133b5a8c534894fc49535b2a68b5a5ffd9ccec884437880948a3756fc5d381458cb1765d048fb17062c67912a752c8ddc2cdece55f7c8af32faf0
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000

diff --git a/sys-apps/systemd-utils/systemd-utils-256.10.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.10.ebuild
deleted file mode 100644
index 6cf34e1f1945..
--- a/sys-apps/systemd-utils/systemd-utils-256.10.ebuild
+++ /dev/null
@@ -1,614 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
-inherit python-single-r1 secu

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-14 Thread Sam James
commit: 7a36186dc549158ed0e648a0872afdad50f4f32d
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:30:36 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:30:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a36186d

sys-apps/systemd-utils: drop 254.17, 254.21-r1, 254.23

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   3 -
 sys-apps/systemd-utils/systemd-utils-254.17.ebuild | 583 
 .../systemd-utils/systemd-utils-254.21-r1.ebuild   | 585 -
 sys-apps/systemd-utils/systemd-utils-254.23.ebuild | 585 -
 4 files changed, 1756 deletions(-)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 4fe645869e35..31b9531cd371 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -6,10 +6,7 @@ DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fed
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb
 DIST systemd-musl-patches-256.12.tar.gz 27374 BLAKE2B 
b9ec7b0a78566b076067547b522560b0a3f307bd0edf5ed846d09068372c3b5e6ac23e153fce00c32a353cfd7c7ada29c2aa971da4c01b35e368bcfe95671478
 SHA512 
aa552bf1872f39aad9eb4d0139e5029ec91665711464824d1a2a06845557e3838fdd679062a4bc5a83d8cfb11e420807819e496dd093aeebe4f18796e8ad54e9
 DIST systemd-musl-patches-256.8.tar.gz 27395 BLAKE2B 
c387670f46bb7a484ca320ee8c80397b765721100db9441cbf08e86373df2094e9a718201d6616dcb63c3e943c5d0614b1c49c6a938fd945c5ab1cae6d97fb73
 SHA512 
6f88ca3c0cf133b5a8c534894fc49535b2a68b5a5ffd9ccec884437880948a3756fc5d381458cb1765d048fb17062c67912a752c8ddc2cdece55f7c8af32faf0
-DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52a8aa3ef3eb78d6005b38cdece4b53ac43a69aa401f8498ee00fcab037dbb22c996b8c626db32c6e4be481f41f752e7a848b
 SHA512 
11ae971e5463fb511c32fbc1ce4012765c73cf87d68ca44c36b85a2ed12f73655b6d071975008c6dd56a27963d1dff5d3c22039fc813bff30be23e6f2dd425ae
-DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
-DIST systemd-stable-254.23.tar.gz 14666469 BLAKE2B 
db685bfd40ed45dd29260085330c8cbe3545d229b50e881e7debb994ab3cc24024cf3e9c9a1c0931013e78701c101fd79e828d8ea3f8dcc19ce46867c0ed1a43
 SHA512 
e5a02d8e151f48b5fa9c9532d4f0caae56f368e83ed8f33cd4e2172af9209c357269385f99f3177fc92ebf356691f22751e27a6d6356ebaea8d5ad649ecf15e5
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889

diff --git a/sys-apps/systemd-utils/systemd-utils-254.17.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.17.ebuild
deleted file mode 100644
index 9dbd4adecb0d..
--- a/sys-apps/systemd-utils/systemd-utils-254.17.ebuild
+++ /dev/null
@@ -1,583 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib optfeature
-inherit python-single-r1 secureboot toolchain-funcs udev
-
-DESCRIPTION="Utilities split out from systemd for OpenRC users"
-HOMEPAGE="https://systemd.io/";
-
-if [[ ${PV} == *.* ]]; then
-   MY_P="systemd-stable-${PV}"
-   S="${WORKDIR

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-13 Thread Sam James
commit: 6f3c87b0273c255ca852a4b0c441fd88fdae3e8e
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:31:41 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:31:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3c87b0

sys-apps/systemd: Stabilize 254.22 hppa, #947384

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-254.22.ebuild 
b/sys-apps/systemd/systemd-254.22.ebuild
index d0fdbfa6de31..590a04605a7b 100644
--- a/sys-apps/systemd/systemd-254.22.ebuild
+++ b/sys-apps/systemd/systemd-254.22.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-13 Thread Sam James
commit: 8a7809871fdc1fa041517ccedc3916f28df27103
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:29:45 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:29:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a780987

sys-apps/systemd: drop 255.11, 255.15, 255.17

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   3 -
 sys-apps/systemd/systemd-255.11.ebuild | 541 -
 sys-apps/systemd/systemd-255.15.ebuild | 541 -
 sys-apps/systemd/systemd-255.17.ebuild | 540 
 4 files changed, 1625 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 840a20c37602..47dea26b4f41 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -8,8 +8,5 @@ DIST systemd-257.2.tar.gz 16189809 BLAKE2B 
ade7ad383e572554286595ae78a9e07bd6719
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
-DIST systemd-stable-255.11.tar.gz 15107037 BLAKE2B 
7839323367d47dc57914fb501c7be38206f3bc882e560c4df25c65d421e5756108711b0ce57df6ad444d5eabb256d6730366e21d283cb02e1ef014b670855669
 SHA512 
be06010b56f4ea0651ebe921cd2a68f1794a64367fedea6752f7ba71ac5e00c5f0167d52ba5b662fd9781f5aa3f372e174b65f99a9bac66d4bf6af92caa67ba7
-DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
-DIST systemd-stable-255.17.tar.gz 15206361 BLAKE2B 
71b7eb7c90898ee080b258fa6b500b84c588d52bacfd0b3c301b8fd157bc6c6c3ddde11bb3f94a5f162038c527779872586622da1e0cafb9f8685c541ab6a7a6
 SHA512 
441f27764af708bb1165e671eee8fa5686adbb32f1a4761fef2d89b882d879534d2e74f7e04028ab06457aaa5173fdbcb099aaa20bb0d23b36ed59e8c7ad1887
 DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd/systemd-255.11.ebuild 
b/sys-apps/systemd/systemd-255.11.ebuild
deleted file mode 100644
index 068165c7f0ba..
--- a/sys-apps/systemd/systemd-255.11.ebuild
+++ /dev/null
@@ -1,541 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
-
-   if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
-   fi
-fi
-
-inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
-inherit secureboot systemd toolchain-funcs udev
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="http://systemd.io/";
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
-   fido2 +gcrypt gnutls homed htt

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-13 Thread Sam James
commit: a9523fe584855be36486fb61de23a3366ff9b44c
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:30:04 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:30:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9523fe5

sys-apps/systemd: drop 256.7, 256.9, 256.11

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   3 -
 sys-apps/systemd/systemd-256.11.ebuild | 573 -
 sys-apps/systemd/systemd-256.7.ebuild  | 573 -
 sys-apps/systemd/systemd-256.9.ebuild  | 573 -
 4 files changed, 1722 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 47dea26b4f41..15247d1c6d19 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,8 +1,5 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
-DIST systemd-256.11.tar.gz 15777170 BLAKE2B 
838a25f04c64fc1513575b01d52a9eef30628fd589a3110818395981c7bff1b820bd141c1f2dcf159a75fb8efab4560056e399f15fe7e029183019c1a0d605f8
 SHA512 
e0045963f0614dc3019f23d55e792ae1e5837cc1622f0ab73524ef65521f9ebf12ae57b7215712d84f555f506683ef3bc0429dc90a3bfd5f904b50cc016b9baa
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
-DIST systemd-256.7.tar.gz 15672532 BLAKE2B 
d718b7bcbf9c3583953a9fa82319f04b32d17c5b7539a49b881bd8cea7fd9a06f252d763170613a6cd0fd2535762b233cba74eb87764f662c4bdf2d8c1da
 SHA512 
2ff3805a7d97780a716b23ddeea3722a85aba6326ecee527e53e9d35510a0ffa5ec0bf0cdbf8f3409bb9c6832406916f63eb7e8305db5f67c284e5590c642422
-DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-257.1.tar.gz 16187414 BLAKE2B 
c6935a2f412a1751e423016c16e9f06137047ac29645566505c314341470e492293e65e1f81bfa9136eda34c9c20ab02d7a77c5799be257292eeaf0035cfba3f
 SHA512 
dded7555077f85d0f8106b72cc46604fbe4249452be6b2d55800770b6deb2a3a122697c5a5f23b22dab416e8c050e53fc30d59dfd3bfd7c9fbbdab3162e8ebe5
 DIST systemd-257.2.tar.gz 16189809 BLAKE2B 
ade7ad383e572554286595ae78a9e07bd67196093d912f141a581392689c2d1a106beeab698677ef0653f1c7a8b6151dbb7b2aa7a704524414df0c88f0e75251
 SHA512 
4f47fcd9a4148101ee7b85cf5908a04ec9e025dc7a5a2e8e61c05439cfd427851b6d356bb96a0dfae55566bbf6d3c93a13251d220840c09296e94f80bd4a5945
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab

diff --git a/sys-apps/systemd/systemd-256.11.ebuild 
b/sys-apps/systemd/systemd-256.11.ebuild
deleted file mode 100644
index 53273463cc5d..
--- a/sys-apps/systemd/systemd-256.11.ebuild
+++ /dev/null
@@ -1,573 +0,0 @@
-# Copyright 2011-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-   if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-   fi
-fi
-
-inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
-inherit secureboot systemd toolchain-funcs udev
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://systemd.io/";
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
-   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
-   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
-   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
-"
-REQUIRED_USE="
-   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-13 Thread Sam James
commit: d4db7ad0c75023a71537237722422d81c5cd07af
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:29:26 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:29:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4db7ad0

sys-apps/systemd: drop 254.17, 254.21, 254.23

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   3 -
 sys-apps/systemd/systemd-254.17.ebuild | 541 -
 sys-apps/systemd/systemd-254.21.ebuild | 541 -
 sys-apps/systemd/systemd-254.23.ebuild | 540 
 4 files changed, 1625 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index b5e35c52dda2..840a20c37602 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -6,10 +6,7 @@ DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a6
 DIST systemd-257.1.tar.gz 16187414 BLAKE2B 
c6935a2f412a1751e423016c16e9f06137047ac29645566505c314341470e492293e65e1f81bfa9136eda34c9c20ab02d7a77c5799be257292eeaf0035cfba3f
 SHA512 
dded7555077f85d0f8106b72cc46604fbe4249452be6b2d55800770b6deb2a3a122697c5a5f23b22dab416e8c050e53fc30d59dfd3bfd7c9fbbdab3162e8ebe5
 DIST systemd-257.2.tar.gz 16189809 BLAKE2B 
ade7ad383e572554286595ae78a9e07bd67196093d912f141a581392689c2d1a106beeab698677ef0653f1c7a8b6151dbb7b2aa7a704524414df0c88f0e75251
 SHA512 
4f47fcd9a4148101ee7b85cf5908a04ec9e025dc7a5a2e8e61c05439cfd427851b6d356bb96a0dfae55566bbf6d3c93a13251d220840c09296e94f80bd4a5945
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
-DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52a8aa3ef3eb78d6005b38cdece4b53ac43a69aa401f8498ee00fcab037dbb22c996b8c626db32c6e4be481f41f752e7a848b
 SHA512 
11ae971e5463fb511c32fbc1ce4012765c73cf87d68ca44c36b85a2ed12f73655b6d071975008c6dd56a27963d1dff5d3c22039fc813bff30be23e6f2dd425ae
-DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
-DIST systemd-stable-254.23.tar.gz 14666469 BLAKE2B 
db685bfd40ed45dd29260085330c8cbe3545d229b50e881e7debb994ab3cc24024cf3e9c9a1c0931013e78701c101fd79e828d8ea3f8dcc19ce46867c0ed1a43
 SHA512 
e5a02d8e151f48b5fa9c9532d4f0caae56f368e83ed8f33cd4e2172af9209c357269385f99f3177fc92ebf356691f22751e27a6d6356ebaea8d5ad649ecf15e5
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.11.tar.gz 15107037 BLAKE2B 
7839323367d47dc57914fb501c7be38206f3bc882e560c4df25c65d421e5756108711b0ce57df6ad444d5eabb256d6730366e21d283cb02e1ef014b670855669
 SHA512 
be06010b56f4ea0651ebe921cd2a68f1794a64367fedea6752f7ba71ac5e00c5f0167d52ba5b662fd9781f5aa3f372e174b65f99a9bac66d4bf6af92caa67ba7
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000

diff --git a/sys-apps/systemd/systemd-254.17.ebuild 
b/sys-apps/systemd/systemd-254.17.ebuild
deleted file mode 100644
index 5bbb9673648a..
--- a/sys-apps/systemd/systemd-254.17.ebuild
+++ /dev/null
@@ -1,541 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/syst

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-13 Thread Sam James
commit: c3153d0f116c6880e5f66326da962b1f1acb38cd
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 14 05:30:18 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 14 05:30:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3153d0f

sys-apps/systemd: drop 257.1, 257.2

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest |   2 -
 sys-apps/systemd/systemd-257.1.ebuild | 571 --
 sys-apps/systemd/systemd-257.2.ebuild | 571 --
 3 files changed, 1144 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 15247d1c6d19..a73f46ef55f1 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,7 +1,5 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
-DIST systemd-257.1.tar.gz 16187414 BLAKE2B 
c6935a2f412a1751e423016c16e9f06137047ac29645566505c314341470e492293e65e1f81bfa9136eda34c9c20ab02d7a77c5799be257292eeaf0035cfba3f
 SHA512 
dded7555077f85d0f8106b72cc46604fbe4249452be6b2d55800770b6deb2a3a122697c5a5f23b22dab416e8c050e53fc30d59dfd3bfd7c9fbbdab3162e8ebe5
-DIST systemd-257.2.tar.gz 16189809 BLAKE2B 
ade7ad383e572554286595ae78a9e07bd67196093d912f141a581392689c2d1a106beeab698677ef0653f1c7a8b6151dbb7b2aa7a704524414df0c88f0e75251
 SHA512 
4f47fcd9a4148101ee7b85cf5908a04ec9e025dc7a5a2e8e61c05439cfd427851b6d356bb96a0dfae55566bbf6d3c93a13251d220840c09296e94f80bd4a5945
 DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343

diff --git a/sys-apps/systemd/systemd-257.1.ebuild 
b/sys-apps/systemd/systemd-257.1.ebuild
deleted file mode 100644
index 26f2f72f7977..
--- a/sys-apps/systemd/systemd-257.1.ebuild
+++ /dev/null
@@ -1,571 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-   if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-   fi
-fi
-
-inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
-inherit secureboot systemd toolchain-funcs udev
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://systemd.io/";
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
-   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
-   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
-   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
-"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   dns-over-tls? ( || ( gnutls openssl ) )
-   fido2? ( cryptsetup openssl )
-   homed? ( cryptsetup pam openssl )
-   importd? ( curl lzma || ( gcrypt openssl ) )
-   pwquality? ( homed )
-   boot? ( kernel-install )
-   ukify? ( boot )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="4.15"
-
-COMMON_DEPEND="
-   >=sys-apps/util-linux-2.3

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-08 Thread Arthur Zamarin
commit: 820cbab5c7bd92c76bf145dcfdd572d9fe59e90b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  6 07:32:22 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  6 07:32:22 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820cbab5

sys-apps/systemd: Stabilize 256.10 x86, #947381

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd/systemd-256.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-256.10.ebuild 
b/sys-apps/systemd/systemd-256.10.ebuild
index f40b570209a0..fabdf905860d 100644
--- a/sys-apps/systemd/systemd-256.10.ebuild
+++ b/sys-apps/systemd/systemd-256.10.ebuild
@@ -20,7 +20,7 @@ else

SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-06 Thread Sam James
commit: 21d2086ec0b91b51599b20dfbd5a0e1a04c602f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:39:57 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:39:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2086e

sys-apps/systemd-utils: add 254.24

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-254.24.ebuild | 585 +
 2 files changed, 586 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index c014df7002a9..a935ff225285 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -9,6 +9,7 @@ DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52
 DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d
 DIST systemd-stable-254.23.tar.gz 14666469 BLAKE2B 
db685bfd40ed45dd29260085330c8cbe3545d229b50e881e7debb994ab3cc24024cf3e9c9a1c0931013e78701c101fd79e828d8ea3f8dcc19ce46867c0ed1a43
 SHA512 
e5a02d8e151f48b5fa9c9532d4f0caae56f368e83ed8f33cd4e2172af9209c357269385f99f3177fc92ebf356691f22751e27a6d6356ebaea8d5ad649ecf15e5
+DIST systemd-stable-254.24.tar.gz 14718567 BLAKE2B 
a3389e671f78db398d627f39761cb44a7db9904f4ca987d00073495eb0f80980118459440ee6556d4278c28939bc93167ec8e56885d14eecd17635a2d1aec7da
 SHA512 
f2f5f30c2fd0246ca359bbf04f06fbb49685d58c0d7d4fab6031f98ffebd552141f05ea33c22aeef11338a90ad12389ccb887d9d2d2542d5124b3efd51638343
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
 DIST systemd-stable-255.17.tar.gz 15206361 BLAKE2B 
71b7eb7c90898ee080b258fa6b500b84c588d52bacfd0b3c301b8fd157bc6c6c3ddde11bb3f94a5f162038c527779872586622da1e0cafb9f8685c541ab6a7a6
 SHA512 
441f27764af708bb1165e671eee8fa5686adbb32f1a4761fef2d89b882d879534d2e74f7e04028ab06457aaa5173fdbcb099aaa20bb0d23b36ed59e8c7ad1887

diff --git a/sys-apps/systemd-utils/systemd-utils-254.24.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
new file mode 100644
index ..98f62f62496a
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-254.24.ebuild
@@ -0,0 +1,585 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib optfeature
+inherit python-single-r1 secureboot toolchain-funcs udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-254.3-r1"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-06 Thread Sam James
commit: 26e1804aeaac88e790d4fb867a4babe83076a0dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:35:42 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:35:42 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e1804a

sys-apps/systemd-utils: add 256.12

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-256.12.ebuild | 614 +
 2 files changed, 615 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 4aa5ab0b6be9..1fc0b6c5a29c 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.11.tar.gz 15777170 BLAKE2B 
838a25f04c64fc1513575b01d52a9eef30628fd589a3110818395981c7bff1b820bd141c1f2dcf159a75fb8efab4560056e399f15fe7e029183019c1a0d605f8
 SHA512 
e0045963f0614dc3019f23d55e792ae1e5837cc1622f0ab73524ef65521f9ebf12ae57b7215712d84f555f506683ef3bc0429dc90a3bfd5f904b50cc016b9baa
+DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.14.tar.gz 31519 BLAKE2B 
1ada38b3536370f3f20f94abb122b6dc72e2dac6d34baad49ae0c154810197dab6d225457f81c2b78c58cf7fe14070da9ca1902bec6d8f892d55394af67155b5
 SHA512 
ff9cb11f687e7895b93b55933c330f69067546d48cc0f23a029990e095245c78e046023636f82d11fec1b03a5349d4d747c9625fd34ef7f9445a54a44b25cccb

diff --git a/sys-apps/systemd-utils/systemd-utils-256.12.ebuild 
b/sys-apps/systemd-utils/systemd-utils-256.12.ebuild
new file mode 100644
index ..2585f8c62440
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-256.12.ebuild
@@ -0,0 +1,614 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+MY_P="systemd-${PV}"
+MUSL_PATCHSET="systemd-musl-patches-256.8"
+SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz
+   elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+"
+
+PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
+
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+   test? ( ${PEFILE_DEPEND} )
+   )
+   ")
+"
+
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-06 Thread Sam James
commit: b91bbc423cf5d5aa9e088f7653ceaeffc3a8548f
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:22:37 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:22:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91bbc42

sys-apps/systemd: add 256.12

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-256.12.ebuild | 573 +
 2 files changed, 574 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 23e5c357ba88..dfcdda0945bd 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-256.10.tar.gz 15776970 BLAKE2B 
84bdf681e3255c0f8071d8309abe1d12458fddd366b7aad0edea1bcf8074b48e3b594614f087407ab30c1dcd1cd69952f1c41b602927787fab5e5333bfe9f44b
 SHA512 
4ae25a40a473984c4caefd63e69af12c8965184c1c55539086b04050a457bb0175f15adf87b3a86b476357ccb402abc72844033e40e2dc4f9abb6cc3bb65e22c
 DIST systemd-256.11.tar.gz 15777170 BLAKE2B 
838a25f04c64fc1513575b01d52a9eef30628fd589a3110818395981c7bff1b820bd141c1f2dcf159a75fb8efab4560056e399f15fe7e029183019c1a0d605f8
 SHA512 
e0045963f0614dc3019f23d55e792ae1e5837cc1622f0ab73524ef65521f9ebf12ae57b7215712d84f555f506683ef3bc0429dc90a3bfd5f904b50cc016b9baa
+DIST systemd-256.12.tar.gz 15865500 BLAKE2B 
e15fd622357c1af09b6b25230040721d73b11b62b466e95d4c8f905c648461b9341ef641caafeb9bfe63e3635f3f5f425fbff2f4208e07acffc87dbe6676293d
 SHA512 
7c0f22e4eb562f028cbec8ddfcc7bbb7272c41b91b9578a61b95d895b746653d36a17b52b78e9297b9dd09049c72bfe6be073319a00629f263f2a9f9b1e5cba4
 DIST systemd-256.7.tar.gz 15672532 BLAKE2B 
d718b7bcbf9c3583953a9fa82319f04b32d17c5b7539a49b881bd8cea7fd9a06f252d763170613a6cd0fd2535762b233cba74eb87764f662c4bdf2d8c1da
 SHA512 
2ff3805a7d97780a716b23ddeea3722a85aba6326ecee527e53e9d35510a0ffa5ec0bf0cdbf8f3409bb9c6832406916f63eb7e8305db5f67c284e5590c642422
 DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-257.1.tar.gz 16187414 BLAKE2B 
c6935a2f412a1751e423016c16e9f06137047ac29645566505c314341470e492293e65e1f81bfa9136eda34c9c20ab02d7a77c5799be257292eeaf0035cfba3f
 SHA512 
dded7555077f85d0f8106b72cc46604fbe4249452be6b2d55800770b6deb2a3a122697c5a5f23b22dab416e8c050e53fc30d59dfd3bfd7c9fbbdab3162e8ebe5

diff --git a/sys-apps/systemd/systemd-256.12.ebuild 
b/sys-apps/systemd/systemd-256.12.ebuild
new file mode 100644
index ..53273463cc5d
--- /dev/null
+++ b/sys-apps/systemd/systemd-256.12.ebuild
@@ -0,0 +1,573 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   bpf? ( >=dev-libs/libbpf-1.4.0:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfutils? ( >=de

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-06 Thread Sam James
commit: f7938b72ac57650d066c960cbd4bb9ce41346674
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:28:04 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:28:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7938b72

sys-apps/systemd: add 255.18

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-255.18.ebuild | 540 +
 2 files changed, 541 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index dfcdda0945bd..0e2c8bf9ca46 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -14,3 +14,4 @@ DIST systemd-stable-255.11.tar.gz 15107037 BLAKE2B 
7839323367d47dc57914fb501c7be
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
 DIST systemd-stable-255.17.tar.gz 15206361 BLAKE2B 
71b7eb7c90898ee080b258fa6b500b84c588d52bacfd0b3c301b8fd157bc6c6c3ddde11bb3f94a5f162038c527779872586622da1e0cafb9f8685c541ab6a7a6
 SHA512 
441f27764af708bb1165e671eee8fa5686adbb32f1a4761fef2d89b882d879534d2e74f7e04028ab06457aaa5173fdbcb099aaa20bb0d23b36ed59e8c7ad1887
+DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd/systemd-255.18.ebuild 
b/sys-apps/systemd/systemd-255.18.ebuild
new file mode 100644
index ..edff1a46d4f8
--- /dev/null
+++ b/sys-apps/systemd/systemd-255.18.ebuild
@@ -0,0 +1,540 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz";
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="http://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( >=sys-libs/libapparmor-2.13:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( >=net-misc/curl-7.32.0:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-03-06 Thread Sam James
commit: 0c72e442868d428ed2dd26ec972bd98fb43f2fd5
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:37:36 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:37:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c72e442

sys-apps/systemd-utils: add 255.18

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-255.18.ebuild | 623 +
 2 files changed, 624 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 1fc0b6c5a29c..c014df7002a9 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -12,3 +12,4 @@ DIST systemd-stable-254.23.tar.gz 14666469 BLAKE2B 
db685bfd40ed45dd29260085330c8
 DIST systemd-stable-255.15.tar.gz 15207869 BLAKE2B 
5bd314f008782d5d6148bf6a0ab437be23e71ca4dab1fc0aff61e6cc17e9b43da7fbae5a1bfa7d829ba0d8dcb28b43a1a2fbd4fcd0d79fd4154336f98fb25a25
 SHA512 
39e4d03da90bcceb30517098b012cea991067cdd88cf577a23243c28341424e38a5dbb8f92e51b32f8f651e880ae6ca48490f7de8d0dc3525e6629250f546000
 DIST systemd-stable-255.16.tar.gz 15206112 BLAKE2B 
a5bc9d73b2ae8e1ebe485ab305bd20161500157b366f8678fccdac56f1844614bd14c849493154dcff40f0283467c910dbe7bf0ca501b40a2be1577c269e7544
 SHA512 
e2c108af8f895bcdeb47b133b2c26db640d5b5b2bcd1ba548faf8c579fa09b1d88f9e89b3b994a4a396a9f0df56d1a0f5833e71c0c66501d418ae4ea78f37889
 DIST systemd-stable-255.17.tar.gz 15206361 BLAKE2B 
71b7eb7c90898ee080b258fa6b500b84c588d52bacfd0b3c301b8fd157bc6c6c3ddde11bb3f94a5f162038c527779872586622da1e0cafb9f8685c541ab6a7a6
 SHA512 
441f27764af708bb1165e671eee8fa5686adbb32f1a4761fef2d89b882d879534d2e74f7e04028ab06457aaa5173fdbcb099aaa20bb0d23b36ed59e8c7ad1887
+DIST systemd-stable-255.18.tar.gz 15258834 BLAKE2B 
03b97b0bb6f5cd8f93bf72c40cf52426c07ab5fa74bd19caf771d54e823fa321de633ef3cc6e482210250c1408e092a6dae6710e992ac2a4b3c5e9670d803adc
 SHA512 
4550fa313a45b277dc32df74a13cfd06486ced724f40c1eebc61a9ba76f79b58dd4372da851710cb5d8bb13e98a5cfcb377fe22171ef5bee0209f4bf067c87ad

diff --git a/sys-apps/systemd-utils/systemd-utils-255.18.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
new file mode 100644
index ..94f49394cabf
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-255.18.ebuild
@@ -0,0 +1,623 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils
+inherit python-single-r1 secureboot udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/";
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-255.14"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+"
+
+PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
+
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+   test? ( ${PEFILE_DEPEND} )
+   )
+   ")
+"
+
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_EXECSTACK="usr/lib/systemd/boot/efi/*"
+QA_FLAGS_IGNORED="usr/lib/systemd/boot/efi/.*"
+
+CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED
+   ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~UNIX"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != build

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2025-03-06 Thread Sam James
commit: e96fe9003d39b6254f12841b54d8dae6a14b85bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  7 03:15:51 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  7 03:15:51 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96fe900

sys-apps/systemd: add 257.3

Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-257.3.ebuild | 571 ++
 2 files changed, 572 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 2c7d86d54037..23e5c357ba88 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -4,6 +4,7 @@ DIST systemd-256.7.tar.gz 15672532 BLAKE2B 
d718b7bcbf9c3583953a9fa82319f04b32d17
 DIST systemd-256.9.tar.gz 15774953 BLAKE2B 
caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e
 SHA512 
aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681
 DIST systemd-257.1.tar.gz 16187414 BLAKE2B 
c6935a2f412a1751e423016c16e9f06137047ac29645566505c314341470e492293e65e1f81bfa9136eda34c9c20ab02d7a77c5799be257292eeaf0035cfba3f
 SHA512 
dded7555077f85d0f8106b72cc46604fbe4249452be6b2d55800770b6deb2a3a122697c5a5f23b22dab416e8c050e53fc30d59dfd3bfd7c9fbbdab3162e8ebe5
 DIST systemd-257.2.tar.gz 16189809 BLAKE2B 
ade7ad383e572554286595ae78a9e07bd67196093d912f141a581392689c2d1a106beeab698677ef0653f1c7a8b6151dbb7b2aa7a704524414df0c88f0e75251
 SHA512 
4f47fcd9a4148101ee7b85cf5908a04ec9e025dc7a5a2e8e61c05439cfd427851b6d356bb96a0dfae55566bbf6d3c93a13251d220840c09296e94f80bd4a5945
+DIST systemd-257.3.tar.gz 16227011 BLAKE2B 
06faa84890106c370c066bfcdf1075d8f1c77d4aa2d24997e5d1ee51b7169199413a08fc52f0935c9340d9adf6933d9c952ee51d6a71f73dcbafdbf972d15d59
 SHA512 
ef395998df4b24537147fa3b2e3ae2d100d3345f386fc39018bca0fe8092b7874bf9a6e6058a142342b3a0caebe1312ea9519bcbb4327a9d3649f593c49b3dab
 DIST systemd-stable-254.17.tar.gz 14566862 BLAKE2B 
fca04c8db285cf22551f7c980da52a8aa3ef3eb78d6005b38cdece4b53ac43a69aa401f8498ee00fcab037dbb22c996b8c626db32c6e4be481f41f752e7a848b
 SHA512 
11ae971e5463fb511c32fbc1ce4012765c73cf87d68ca44c36b85a2ed12f73655b6d071975008c6dd56a27963d1dff5d3c22039fc813bff30be23e6f2dd425ae
 DIST systemd-stable-254.21.tar.gz 14664320 BLAKE2B 
3814f3ed8561dc096aa66039d63591ee1462184a0ffe3e34417ec47b1bb411b506be586692898862ebd5ea24c16bdcedde9a702826ca558e95329d0a1264f377
 SHA512 
96e49fb86284642157be173db763f888a1c34c078f12fee987a5c68e91611a75b6c52e67162dd8390f57f6d10798530a38b4940b1f03f10f97123c2cc242897b
 DIST systemd-stable-254.22.tar.gz 14667273 BLAKE2B 
d3bfbd34ef47b73e139c37dd3e961fdc17c969e38674d84976183ecad44030fce1db073da6faf522e9ab232ae65c8e70a8d9a1f15053c57269090d3a9f1756f7
 SHA512 
5cef3912e68060366d7a8030c13825ae872783dd55a8a3ab15aa5ff2c397b50df8fc6e08b9bd1fdc0d54f08f3f7765484a41af0646ded238512921e3d02b553d

diff --git a/sys-apps/systemd/systemd-257.3.ebuild 
b/sys-apps/systemd/systemd-257.3.ebuild
new file mode 100644
index ..9aaf85cb67d4
--- /dev/null
+++ b/sys-apps/systemd/systemd-257.3.ebuild
@@ -0,0 +1,571 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+   if [[ ${PV} != *rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   fi
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://systemd.io/";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot bpf cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.32:0=

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: a04681707cb0108928dfebb19427ab450abb2a34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:12 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0468170

sys-apps/systemd-utils: Stabilize 254.22 x86, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index ed37bae00337..f13190b9aa94 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: af645e4091d2ff1a8c0cd6a2dbd7c84e9ede4b31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:10 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:10 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af645e40

sys-apps/systemd-utils: Stabilize 254.22 amd64, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index 28e5f1212998..ed37bae00337 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: 0b917b93bfb444344ae0cb33e981fc7d6ead079c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:21 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b917b93

sys-apps/systemd-utils: Stabilize 254.22 arm, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index 7f6ea618a885..fd95d8cd4f4a 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: 140c819c1e35b19f914de19aa6570e3c1f2f9d7d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:26 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140c819c

sys-apps/systemd-utils: Stabilize 254.22 sparc, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index 2c0fcdbcb6a2..91b07c2d26b6 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: bd66cb772320b7dca97a8977c180ac22c79a49f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:23 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd66cb77

sys-apps/systemd-utils: Stabilize 254.22 hppa, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index fd95d8cd4f4a..2c0fcdbcb6a2 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: b0e97956d2d87a41651d9c03cb40dd06578d7ab6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:19 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:19 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e97956

sys-apps/systemd-utils: Stabilize 254.22 arm64, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index 0bbb2735f353..7f6ea618a885 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: e209668d0158ad6686f4e79704829f2edb7a97a6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:17 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:17 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e209668d

sys-apps/systemd-utils: Stabilize 254.22 ppc, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index 8f0d5de5773b..0bbb2735f353 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-08 Thread Arthur Zamarin
commit: cd3bd9a86660a1cbb9a7508d5cb30993f7d77458
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 10:24:15 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 10:24:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3bd9a8

sys-apps/systemd-utils: Stabilize 254.22 ppc64, #947382

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
index f13190b9aa94..8f0d5de5773b 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.22.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-07 Thread Arthur Zamarin
commit: c62794b9c8b040092921087c093dc2dbbc2425c2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  7 20:09:51 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  7 20:09:51 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62794b9

sys-apps/systemd-utils: Stabilize 255.15-r1 ppc64, #945246

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
index d121ab9218e0..156c82087b75 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/

2025-02-07 Thread Arthur Zamarin
commit: 8a4bb9325b7d2afb23b2ecb4877cdda1e1fa98e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  7 20:09:56 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  7 20:09:56 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4bb932

sys-apps/systemd-utils: Stabilize 255.15-r1 hppa, #945246

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild 
b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
index e878fac2a8ef..fa68164396fa 100644
--- a/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild
@@ -27,7 +27,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
 REQUIRED_USE="
|| ( kernel-install tmpfiles sysusers udev )



  1   2   3   4   5   6   7   8   9   10   >