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 7FD46158090 for ; Fri, 13 May 2022 22:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A77A82BC00A; Fri, 13 May 2022 22:50:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 914192BC00B for ; Fri, 13 May 2022 22:50:28 +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 CB915341629 for ; Fri, 13 May 2022 22:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435384B2 for ; Fri, 13 May 2022 22:50:23 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1652482192.f131c79175fa00eefd9cd1fa31c2bf0e840f37f8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/lightdm/lightdm-0.ebuild acct-user/lightdm/metadata.xml X-VCS-Directories: acct-user/lightdm/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f131c79175fa00eefd9cd1fa31c2bf0e840f37f8 X-VCS-Branch: master Date: Fri, 13 May 2022 22:50:23 +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: bcb016e4-6e26-4c91-92df-fa5aec2b0842 X-Archives-Hash: a5fb730aeb0201a664e6aff6f0e10700 commit: f131c79175fa00eefd9cd1fa31c2bf0e840f37f8 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 2 11:23:33 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri May 13 22:49:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f131c791 acct-user/lightdm: initial import Bug: https://bugs.gentoo.org/781554 Signed-off-by: Conrad Kostecki gentoo.org> acct-user/lightdm/lightdm-0.ebuild | 14 ++++++++++++++ acct-user/lightdm/metadata.xml | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/acct-user/lightdm/lightdm-0.ebuild b/acct-user/lightdm/lightdm-0.ebuild new file mode 100644 index 000000000000..43ea49e4ee73 --- /dev/null +++ b/acct-user/lightdm/lightdm-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/lightdm" + +ACCT_USER_GROUPS=( "lightdm" "video" ) +ACCT_USER_HOME="/var/lib/lightdm" +ACCT_USER_ID="134" + +acct-user_add_deps diff --git a/acct-user/lightdm/metadata.xml b/acct-user/lightdm/metadata.xml new file mode 100644 index 000000000000..99e2666c588b --- /dev/null +++ b/acct-user/lightdm/metadata.xml @@ -0,0 +1,8 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + +