From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A93341581F3 for ; Sun, 1 Dec 2024 12:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A79D5E07F1; Sun, 1 Dec 2024 12:58:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B59E07F1 for ; Sun, 1 Dec 2024 12:58:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62998341214 for ; Sun, 1 Dec 2024 12:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1C2BD81 for ; Sun, 1 Dec 2024 12:58:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733057856.458f7bd3bce8265b4f049cd071c2e2bcc88aa4fb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/sssd/metadata.xml acct-group/sssd/sssd-0.ebuild X-VCS-Directories: acct-group/sssd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 458f7bd3bce8265b4f049cd071c2e2bcc88aa4fb X-VCS-Branch: master Date: Sun, 1 Dec 2024 12:58:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa94cefb-c08e-4117-99db-d1707e2c1de3 X-Archives-Hash: 0b266a7b4cad18b7ee28a73d79f73a8a commit: 458f7bd3bce8265b4f049cd071c2e2bcc88aa4fb Author: Christopher Byrne gmail com> AuthorDate: Sun Jun 9 18:26:59 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + + salah.coronya@gmail.com + Christopher Byrne + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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"