diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2020-01-21 06:32:31 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-11 17:22:34 +0300 |
commit | 264a3a00fd8aef4f73cfc32dddd589b4ec1628a5 (patch) | |
tree | c4caf20587a4c86c6511ff0c71b46bd1a91bab9f /acct-group | |
parent | net-misc/cmst: bump to 2020.05.09 (diff) | |
download | gentoo-264a3a00fd8aef4f73cfc32dddd589b4ec1628a5.tar.gz gentoo-264a3a00fd8aef4f73cfc32dddd589b4ec1628a5.tar.bz2 gentoo-264a3a00fd8aef4f73cfc32dddd589b4ec1628a5.zip |
acct-group/spamd: create for spamassassin
Needed for mail-filter/spamassassin GLEP-81 compliance.
See-Also: https://github.com/gentoo/gentoo/pull/14055/
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/spamd/metadata.xml | 13 | ||||
-rw-r--r-- | acct-group/spamd/spamd-0.ebuild | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/spamd/metadata.xml b/acct-group/spamd/metadata.xml new file mode 100644 index 000000000000..265493eecbee --- /dev/null +++ b/acct-group/spamd/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo_bugs_peep@parallaxshift.com</email> + <name>Philippe Chaintreuil</name> + </maintainer> + + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/spamd/spamd-0.ebuild b/acct-group/spamd/spamd-0.ebuild new file mode 100644 index 000000000000..d995a905a5ce --- /dev/null +++ b/acct-group/spamd/spamd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for the SpamAssassin daemon" +ACCT_GROUP_ID=337 |