Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/biboumi/
Date: Tue, 01 Feb 2022 10:36:34
Message-Id: 1643711715.8b622a989ad85ab82b5fd0a08fe8fe6eb87769b0.flow@gentoo
1 commit: 8b622a989ad85ab82b5fd0a08fe8fe6eb87769b0
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 10:04:25 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 10:35:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b622a98
7
8 acct-group/biboumi: initial import
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 acct-group/biboumi/biboumi-0.ebuild | 8 ++++++++
13 acct-group/biboumi/metadata.xml | 8 ++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/acct-group/biboumi/biboumi-0.ebuild b/acct-group/biboumi/biboumi-0.ebuild
17 new file mode 100644
18 index 000000000000..14c409597792
19 --- /dev/null
20 +++ b/acct-group/biboumi/biboumi-0.ebuild
21 @@ -0,0 +1,8 @@
22 +# Copyright 2020-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +inherit acct-group
28 +
29 +ACCT_GROUP_ID=508
30
31 diff --git a/acct-group/biboumi/metadata.xml b/acct-group/biboumi/metadata.xml
32 new file mode 100644
33 index 000000000000..87a759d410cf
34 --- /dev/null
35 +++ b/acct-group/biboumi/metadata.xml
36 @@ -0,0 +1,8 @@
37 +<?xml version="1.0" encoding="UTF-8"?>
38 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 +<pkgmetadata>
40 + <maintainer type="person">
41 + <name>Florian Schmaus</name>
42 + <email>flow@g.o</email>
43 + </maintainer>
44 +</pkgmetadata>