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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B768915808B for ; Fri, 1 Apr 2022 14:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E246EE08DD; Fri, 1 Apr 2022 14:48:55 +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 C1376E08CD for ; Fri, 1 Apr 2022 14:48:55 +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 BA87E341646 for ; Fri, 1 Apr 2022 14:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45A8334F for ; Fri, 1 Apr 2022 14:48:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648824426.40755dc977ef7e3eb2309623cc70cafca4687aa9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/sddm/metadata.xml acct-user/sddm/sddm-0.ebuild X-VCS-Directories: acct-user/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40755dc977ef7e3eb2309623cc70cafca4687aa9 X-VCS-Branch: master Date: Fri, 1 Apr 2022 14:48:53 +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: 28a20a9a-2742-49d2-9b86-3ea6d57c6df3 X-Archives-Hash: 84f02452799045a5dfb129809a85c71a commit: 40755dc977ef7e3eb2309623cc70cafca4687aa9 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 27 19:40:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 1 14:47:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40755dc9 acct-user/sddm: initial import Bug: https://bugs.gentoo.org/802306 Signed-off-by: Conrad Kostecki gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> acct-user/sddm/metadata.xml | 12 ++++++++++++ acct-user/sddm/sddm-0.ebuild | 14 ++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/acct-user/sddm/metadata.xml b/acct-user/sddm/metadata.xml new file mode 100644 index 000000000000..954ddd94c951 --- /dev/null +++ b/acct-user/sddm/metadata.xml @@ -0,0 +1,12 @@ + + + + + lxqt@gentoo.org + LXQt + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/acct-user/sddm/sddm-0.ebuild b/acct-user/sddm/sddm-0.ebuild new file mode 100644 index 000000000000..dbfdeb4679ec --- /dev/null +++ b/acct-user/sddm/sddm-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="A user for x11-misc/sddm" + +ACCT_USER_GROUPS=( "sddm" "video" ) +ACCT_USER_HOME="/var/lib/sddm" +ACCT_USER_ID="219" + +acct-user_add_deps