From 2c18b7f7fb2885d27960657c60906ef0bac0681e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2024 00:49:58 +0000 Subject: gentoo auto-resync : 19:03:2024 - 00:49:58 --- acct-user/root/Manifest | 2 +- acct-user/root/root-0-r2.ebuild | 24 ------------------------ acct-user/root/root-0-r3.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 acct-user/root/root-0-r2.ebuild create mode 100644 acct-user/root/root-0-r3.ebuild (limited to 'acct-user/root') diff --git a/acct-user/root/Manifest b/acct-user/root/Manifest index 049d5fd972a3..f80f07702027 100644 --- a/acct-user/root/Manifest +++ b/acct-user/root/Manifest @@ -1,2 +1,2 @@ -EBUILD root-0-r2.ebuild 446 BLAKE2B 5293473378883e209b8dd42fa7c6c2d2f2658565ff34baa236530a5c4f92937c9837fc5ade1515f179d90b6112a8ed8463801fc5fb080ac5216230a518158087 SHA512 711f329a03412064cb6e220c6295fd0e40254779f9e9e91753d08979c1f9210893230d70d2fd59d1d8076141f7502156edc4f09ab7d04002733791ab6ef6c83e +EBUILD root-0-r3.ebuild 446 BLAKE2B 3d824428873515222d9753d2cac1182941394c71649642ce3c5b7719d16758b82af6ffe664b4fdd0f619c96c6b414fe0a181a16646285171d151cbff1345dd7b SHA512 732a8aa9cb28218cc02c5115796ec9e06fda684a44e8e140df567e30bac4a9982ce6e0f720c8c313a73e56ff30ffeedccb09c8a59955dd2b877ce500b0e182b3 MISC metadata.xml 224 BLAKE2B c45ace8978f3aa10354a0e478d1a80fd14c3087658eadaf6416466352c86edf88364681414e4da48f1ec1ee43c260133e682d1658f780e3b9d5ad216d18c5354 SHA512 60d0518e98897d48c04d19ec8ce9b0612560d4899f94ee1b5ee8a48de297f9a7c8fc3cc58112a1a495cd6f4d74580a8c76cf23eeb1312490d247a6aea3be8aa5 diff --git a/acct-user/root/root-0-r2.ebuild b/acct-user/root/root-0-r2.ebuild deleted file mode 100644 index 886f46d01e36..000000000000 --- a/acct-user/root/root-0-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=0 -ACCT_USER_ENFORCE_ID=yes -ACCT_USER_SHELL="/bin/bash" -ACCT_USER_HOME="/root" -ACCT_USER_HOME_PERMS=0700 -ACCT_USER_GROUPS=( root ) - -# Avoid reverting changes by the sysadmin. -# https://bugs.gentoo.org/827813 -ACCT_USER_NO_MODIFY=1 - -acct-user_add_deps - -pkg_prerm() { - # Don't lock out the superuser - : -} diff --git a/acct-user/root/root-0-r3.ebuild b/acct-user/root/root-0-r3.ebuild new file mode 100644 index 000000000000..dcb37bf77d3e --- /dev/null +++ b/acct-user/root/root-0-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=0 +ACCT_USER_ENFORCE_ID=yes +ACCT_USER_SHELL="/bin/bash" +ACCT_USER_HOME="/root" +ACCT_USER_HOME_PERMS=0700 +ACCT_USER_GROUPS=( root ) + +# Avoid reverting changes by the sysadmin. +# https://bugs.gentoo.org/827813 +ACCT_USER_NO_MODIFY=1 + +acct-user_add_deps + +pkg_prerm() { + # Don't lock out the superuser + : +} -- cgit v1.2.3