Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/amavis/
Date: Thu, 13 Feb 2020 12:26:07
Message-Id: 1581596746.6278707726649aae544d5a5df7a2acdf5b18fefa.soap@gentoo
1 commit: 6278707726649aae544d5a5df7a2acdf5b18fefa
2 Author: Ralph Seichter <github <AT> seichter <DOT> de>
3 AuthorDate: Thu Feb 13 12:25:46 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 13 12:25:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62787077
7
8 acct-group/amavis: new group (GID 333)
9
10 RFC on the developer mailing list did not raise any objections.
11
12 Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 acct-group/amavis/amavis-0.ebuild | 9 +++++++++
16 acct-group/amavis/metadata.xml | 16 ++++++++++++++++
17 2 files changed, 25 insertions(+)
18
19 diff --git a/acct-group/amavis/amavis-0.ebuild b/acct-group/amavis/amavis-0.ebuild
20 new file mode 100644
21 index 00000000000..cd30c60aee3
22 --- /dev/null
23 +++ b/acct-group/amavis/amavis-0.ebuild
24 @@ -0,0 +1,9 @@
25 +# Copyright 2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +inherit acct-group
31 +
32 +ACCT_GROUP_ID=333
33 +DESCRIPTION="Group for mail-filter/amavisd-new"
34
35 diff --git a/acct-group/amavis/metadata.xml b/acct-group/amavis/metadata.xml
36 new file mode 100644
37 index 00000000000..b90b4f50789
38 --- /dev/null
39 +++ b/acct-group/amavis/metadata.xml
40 @@ -0,0 +1,16 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <maintainer type="project">
45 + <email>antivirus@g.o</email>
46 + <name>Gentoo Antivirus Project</name>
47 + </maintainer>
48 + <maintainer type="person">
49 + <email>gentoo@××××××××.de</email>
50 + <name>Ralph Seichter</name>
51 + </maintainer>
52 + <maintainer type="project">
53 + <email>proxy-maint@g.o</email>
54 + <name>Proxy Maintainers</name>
55 + </maintainer>
56 +</pkgmetadata>