diff options
author | David Roman <davidroman96@gmail.com> | 2024-03-11 17:09:53 +0100 |
---|---|---|
committer | David Roman <davidroman96@gmail.com> | 2024-03-11 17:10:57 +0100 |
commit | 8e2e91082135b5646dcf7372d53dae6a3dbc5418 (patch) | |
tree | 3f1b35f9ef09daa1cddd790f058938c9347726cd /acct-group | |
parent | games-emulation/conty: Kernel check: remove CONFIG_ prefix (diff) | |
download | guru-8e2e91082135b5646dcf7372d53dae6a3dbc5418.tar.gz guru-8e2e91082135b5646dcf7372d53dae6a3dbc5418.tar.bz2 guru-8e2e91082135b5646dcf7372d53dae6a3dbc5418.zip |
acct-group/lms: new package, add 0
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/lms/lms-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/lms/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/lms/lms-0.ebuild b/acct-group/lms/lms-0.ebuild new file mode 100644 index 000000000..8f53ad4b1 --- /dev/null +++ b/acct-group/lms/lms-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for LMS" + +ACCT_GROUP_ID=-1 diff --git a/acct-group/lms/metadata.xml b/acct-group/lms/metadata.xml new file mode 100644 index 000000000..ee7417102 --- /dev/null +++ b/acct-group/lms/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>davidroman96@gmail.com</email> + <name>David Roman</name> + </maintainer> +</pkgmetadata> |