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/ejabberd/
Date: Tue, 07 Dec 2021 10:42:34
Message-Id: 1638873734.38ff33d92962b19725c67fcdb6b9b6b57aa3f184.flow@gentoo
1 commit: 38ff33d92962b19725c67fcdb6b9b6b57aa3f184
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 10:28:50 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 10:42:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ff33d9
7
8 acct-group/ejabberd: initial import
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 acct-group/ejabberd/ejabberd-0.ebuild | 10 ++++++++++
13 acct-group/ejabberd/metadata.xml | 11 +++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/acct-group/ejabberd/ejabberd-0.ebuild b/acct-group/ejabberd/ejabberd-0.ebuild
17 new file mode 100644
18 index 000000000000..7d4a216908f8
19 --- /dev/null
20 +++ b/acct-group/ejabberd/ejabberd-0.ebuild
21 @@ -0,0 +1,10 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-group
28 +
29 +DESCRIPTION="Group for net-im/ejabberd"
30 +
31 +ACCT_GROUP_ID=114
32
33 diff --git a/acct-group/ejabberd/metadata.xml b/acct-group/ejabberd/metadata.xml
34 new file mode 100644
35 index 000000000000..d199a5d1bcc9
36 --- /dev/null
37 +++ b/acct-group/ejabberd/metadata.xml
38 @@ -0,0 +1,11 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person">
43 + <email>flow@g.o</email>
44 + <name>Florian Schmaus</name>
45 + </maintainer>
46 + <maintainer type="project">
47 + <email>ejabberd@g.o</email>
48 + </maintainer>
49 +</pkgmetadata>