commit: 7b8226a83e9ea173cdad279aafd6e02c1bb909e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 13 19:22:44 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 17 17:47:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8226a8
acct-user/steve: User for dev-build/steve, v0 Bug: https://bugs.gentoo.org/967033 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://codeberg.org/gentoo/gentoo/pulls/2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> acct-user/steve/metadata.xml | 8 ++++++++ acct-user/steve/steve-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/steve/metadata.xml b/acct-user/steve/metadata.xml new file mode 100644 index 000000000000..076793e3f54b --- /dev/null +++ b/acct-user/steve/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/steve/steve-0.ebuild b/acct-user/steve/steve-0.ebuild new file mode 100644 index 000000000000..af98ee281fc5 --- /dev/null +++ b/acct-user/steve/steve-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="The user used by dev-build/steve" +ACCT_USER_ID=555 +ACCT_USER_GROUPS=( steve cuse ) + +acct-user_add_deps
