commit: d61c22774429cc67d379f373c93f82c895028e5c Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Nov 22 08:25:44 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 08:25:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61c2277
acct-group/sandmann: new package, add 0 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> acct-group/sandmann/metadata.xml | 8 ++++++++ acct-group/sandmann/sandmann-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) 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>[email protected]</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
