Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/epam/
Date: Tue, 01 Jun 2021 09:36:01
Message-Id: 1622540123.c49d8caf029fdac850aaee89ad2f5cf8c57c6090.sam@gentoo
1 commit: c49d8caf029fdac850aaee89ad2f5cf8c57c6090
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Thu Apr 8 06:33:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 09:35:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49d8caf
7
8 acct-group/epam: initial import
9
10 Bug: https://bugs.gentoo.org/766686
11 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 acct-group/epam/epam-0.ebuild | 9 +++++++++
15 acct-group/epam/metadata.xml | 7 +++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/acct-group/epam/epam-0.ebuild b/acct-group/epam/epam-0.ebuild
19 new file mode 100644
20 index 00000000000..7909cc2a439
21 --- /dev/null
22 +++ b/acct-group/epam/epam-0.ebuild
23 @@ -0,0 +1,9 @@
24 +# Copyright 2020-2021 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-group
30 +
31 +DESCRIPTION="Group for ejabberd's epam functionality"
32 +ACCT_GROUP_ID=418
33
34 diff --git a/acct-group/epam/metadata.xml b/acct-group/epam/metadata.xml
35 new file mode 100644
36 index 00000000000..e57d8f40463
37 --- /dev/null
38 +++ b/acct-group/epam/metadata.xml
39 @@ -0,0 +1,7 @@
40 +<?xml version="1.0" encoding="UTF-8"?>
41 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 +<pkgmetadata>
43 + <maintainer type="project">
44 + <email>ejabberd@g.o</email>
45 + </maintainer>
46 +</pkgmetadata>