commit: 322857dfdf14e0ae10ea3a1c4e0860303e399c46 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 19:46:10 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 19:51:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322857df
acct-group/lightdm: add group (134) lightdm Bug: https://bugs.gentoo.org/781554 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/lightdm/lightdm-0.ebuild | 10 ++++++++++ acct-group/lightdm/metadata.xml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/lightdm/lightdm-0.ebuild b/acct-group/lightdm/lightdm-0.ebuild new file mode 100644 index 00000000000..eeedf50e22a --- /dev/null +++ b/acct-group/lightdm/lightdm-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for x11-misc/lightdm" + +ACCT_GROUP_ID="134" diff --git a/acct-group/lightdm/metadata.xml b/acct-group/lightdm/metadata.xml new file mode 100644 index 00000000000..95aa13f6c5e --- /dev/null +++ b/acct-group/lightdm/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Lars Wendler</name> + </maintainer> +</pkgmetadata>
