Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/sddm/
Date: Fri, 01 Apr 2022 14:48:56
Message-Id: 1648824426.a18075b54df64ecc7e2782e5bad41e7dfc94fe67.asturm@gentoo
1 commit: a18075b54df64ecc7e2782e5bad41e7dfc94fe67
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 19:39:39 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:47:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18075b5
7
8 acct-group/sddm: initial import
9
10 Bug: https://bugs.gentoo.org/802306
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/24782
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 acct-group/sddm/metadata.xml | 12 ++++++++++++
16 acct-group/sddm/sddm-0.ebuild | 10 ++++++++++
17 2 files changed, 22 insertions(+)
18
19 diff --git a/acct-group/sddm/metadata.xml b/acct-group/sddm/metadata.xml
20 new file mode 100644
21 index 000000000000..954ddd94c951
22 --- /dev/null
23 +++ b/acct-group/sddm/metadata.xml
24 @@ -0,0 +1,12 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="project">
29 + <email>lxqt@g.o</email>
30 + <name>LXQt</name>
31 + </maintainer>
32 + <maintainer type="project">
33 + <email>kde@g.o</email>
34 + <name>Gentoo KDE Project</name>
35 + </maintainer>
36 +</pkgmetadata>
37
38 diff --git a/acct-group/sddm/sddm-0.ebuild b/acct-group/sddm/sddm-0.ebuild
39 new file mode 100644
40 index 000000000000..2d27d0eda5c6
41 --- /dev/null
42 +++ b/acct-group/sddm/sddm-0.ebuild
43 @@ -0,0 +1,10 @@
44 +# Copyright 1999-2022 Gentoo Authors
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=8
48 +
49 +inherit acct-group
50 +
51 +DESCRIPTION="A group for x11-misc/ssdm"
52 +
53 +ACCT_GROUP_ID="219"