commit: 6278707726649aae544d5a5df7a2acdf5b18fefa Author: Ralph Seichter <github <AT> seichter <DOT> de> AuthorDate: Thu Feb 13 12:25:46 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 12:25:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62787077
acct-group/amavis: new group (GID 333) RFC on the developer mailing list did not raise any objections. Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de> Signed-off-by: David Seifert <soap <AT> gentoo.org> acct-group/amavis/amavis-0.ebuild | 9 +++++++++ acct-group/amavis/metadata.xml | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/acct-group/amavis/amavis-0.ebuild b/acct-group/amavis/amavis-0.ebuild new file mode 100644 index 00000000000..cd30c60aee3 --- /dev/null +++ b/acct-group/amavis/amavis-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=333 +DESCRIPTION="Group for mail-filter/amavisd-new" diff --git a/acct-group/amavis/metadata.xml b/acct-group/amavis/metadata.xml new file mode 100644 index 00000000000..b90b4f50789 --- /dev/null +++ b/acct-group/amavis/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Antivirus Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ralph Seichter</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
