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-user/biboumi/
Date: Tue, 01 Feb 2022 10:36:34
Message-Id: 1643711715.588c98fa2d2505fcbd81d10b9d124dd6be268b76.flow@gentoo
1 commit: 588c98fa2d2505fcbd81d10b9d124dd6be268b76
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 10:04:47 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=588c98fa
7
8 acct-user/biboumi: initial import
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 acct-user/biboumi/biboumi-0.ebuild | 12 ++++++++++++
13 acct-user/biboumi/metadata.xml | 8 ++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/acct-user/biboumi/biboumi-0.ebuild b/acct-user/biboumi/biboumi-0.ebuild
17 new file mode 100644
18 index 000000000000..8cd114a9a893
19 --- /dev/null
20 +++ b/acct-user/biboumi/biboumi-0.ebuild
21 @@ -0,0 +1,12 @@
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-user
28 +
29 +DESCRIPTION="User for net-im/biboumi"
30 +ACCT_USER_ID=508
31 +ACCT_USER_GROUPS=( biboumi )
32 +
33 +acct-user_add_deps
34
35 diff --git a/acct-user/biboumi/metadata.xml b/acct-user/biboumi/metadata.xml
36 new file mode 100644
37 index 000000000000..87a759d410cf
38 --- /dev/null
39 +++ b/acct-user/biboumi/metadata.xml
40 @@ -0,0 +1,8 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <maintainer type="person">
45 + <name>Florian Schmaus</name>
46 + <email>flow@g.o</email>
47 + </maintainer>
48 +</pkgmetadata>