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