diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-22 09:25:44 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-22 09:25:44 +0100 |
commit | d61c22774429cc67d379f373c93f82c895028e5c (patch) | |
tree | a83d485bbf7ee9c7c40158a209a3962dedf5ef95 /acct-group | |
parent | app-office/libreoffice-l10n: drop 7.5.7.1 (diff) | |
download | gentoo-d61c22774429cc67d379f373c93f82c895028e5c.tar.gz gentoo-d61c22774429cc67d379f373c93f82c895028e5c.tar.bz2 gentoo-d61c22774429cc67d379f373c93f82c895028e5c.zip |
acct-group/sandmann: new package, add 0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/sandmann/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/sandmann/sandmann-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/sandmann/metadata.xml b/acct-group/sandmann/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/acct-group/sandmann/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"> + <name>Florian Schmaus</name> + <email>flow@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sandmann/sandmann-0.ebuild b/acct-group/sandmann/sandmann-0.ebuild new file mode 100644 index 000000000000..f27a5eb8715b --- /dev/null +++ b/acct-group/sandmann/sandmann-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=535 |