commit: 8b622a989ad85ab82b5fd0a08fe8fe6eb87769b0 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Feb 1 10:04:25 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Feb 1 10:35:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b622a98
acct-group/biboumi: initial import Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> acct-group/biboumi/biboumi-0.ebuild | 8 ++++++++ acct-group/biboumi/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/biboumi/biboumi-0.ebuild b/acct-group/biboumi/biboumi-0.ebuild new file mode 100644 index 000000000000..14c409597792 --- /dev/null +++ b/acct-group/biboumi/biboumi-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=508 diff --git a/acct-group/biboumi/metadata.xml b/acct-group/biboumi/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/acct-group/biboumi/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>
