diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2024-06-09 13:43:02 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 12:57:36 +0000 |
commit | b5b938dfe6b278cbd0afa16038b030afe0532531 (patch) | |
tree | f389e97798c5e5e0c2c5fd1ece03a16b9a337bb4 /acct-user | |
parent | acct-group/sssd: new package, add 0 (diff) | |
download | gentoo-b5b938dfe6b278cbd0afa16038b030afe0532531.tar.gz gentoo-b5b938dfe6b278cbd0afa16038b030afe0532531.tar.bz2 gentoo-b5b938dfe6b278cbd0afa16038b030afe0532531.zip |
acct-user/sssd: new package, add 0
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/sssd/metadata.xml | 16 | ||||
-rw-r--r-- | acct-user/sssd/sssd-0.ebuild | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/acct-user/sssd/metadata.xml b/acct-user/sssd/metadata.xml new file mode 100644 index 000000000000..ab72af36d9cc --- /dev/null +++ b/acct-user/sssd/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>salah.coronya@gmail.com</email> + <name>Christopher Byrne</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/sssd/sssd-0.ebuild b/acct-user/sssd/sssd-0.ebuild new file mode 100644 index 000000000000..642d60b90171 --- /dev/null +++ b/acct-user/sssd/sssd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="A user for sys-auth/sssd" + +ACCT_USER_GROUPS=( "sssd" ) +ACCT_USER_ID="543" + +acct-user_add_deps |