Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/lightdm/
Date: Fri, 13 May 2022 22:50:31
Message-Id: 1652482192.f131c79175fa00eefd9cd1fa31c2bf0e840f37f8.conikost@gentoo
1 commit: f131c79175fa00eefd9cd1fa31c2bf0e840f37f8
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 11:23:33 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f131c791
7
8 acct-user/lightdm: initial import
9
10 Bug: https://bugs.gentoo.org/781554
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 acct-user/lightdm/lightdm-0.ebuild | 14 ++++++++++++++
14 acct-user/lightdm/metadata.xml | 8 ++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/acct-user/lightdm/lightdm-0.ebuild b/acct-user/lightdm/lightdm-0.ebuild
18 new file mode 100644
19 index 000000000000..43ea49e4ee73
20 --- /dev/null
21 +++ b/acct-user/lightdm/lightdm-0.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 1999-2022 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +inherit acct-user
29 +
30 +DESCRIPTION="A user for x11-misc/lightdm"
31 +
32 +ACCT_USER_GROUPS=( "lightdm" "video" )
33 +ACCT_USER_HOME="/var/lib/lightdm"
34 +ACCT_USER_ID="134"
35 +
36 +acct-user_add_deps
37
38 diff --git a/acct-user/lightdm/metadata.xml b/acct-user/lightdm/metadata.xml
39 new file mode 100644
40 index 000000000000..99e2666c588b
41 --- /dev/null
42 +++ b/acct-user/lightdm/metadata.xml
43 @@ -0,0 +1,8 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <maintainer type="person">
48 + <email>polynomial-c@g.o</email>
49 + <name>Lars Wendler</name>
50 + </maintainer>
51 +</pkgmetadata>