commit: 458f7bd3bce8265b4f049cd071c2e2bcc88aa4fb Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sun Jun 9 18:26:59 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 12:57:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458f7bd3
acct-group/sssd: new package, add 0 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/sssd/metadata.xml | 16 ++++++++++++++++ acct-group/sssd/sssd-0.ebuild | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/acct-group/sssd/metadata.xml b/acct-group/sssd/metadata.xml new file mode 100644 index 000000000000..ab72af36d9cc --- /dev/null +++ b/acct-group/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>[email protected]</email> + <name>Gentoo Base System</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Christopher Byrne</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sssd/sssd-0.ebuild b/acct-group/sssd/sssd-0.ebuild new file mode 100644 index 000000000000..bace6b19230e --- /dev/null +++ b/acct-group/sssd/sssd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for sys-login/sssd" + +ACCT_GROUP_ID="543"
