diff options
author | Sam James <sam@gentoo.org> | 2020-12-19 21:11:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-19 21:20:40 +0000 |
commit | bccf0192dcdda8476acde5ed8d89de5768fe0e9a (patch) | |
tree | 4c83cc74cd83e7835cdf61cf6475275685e78930 /acct-group/postgrey | |
parent | mail-filter/postgrey: add github remote-id (diff) | |
download | gentoo-bccf0192dcdda8476acde5ed8d89de5768fe0e9a.tar.gz gentoo-bccf0192dcdda8476acde5ed8d89de5768fe0e9a.tar.bz2 gentoo-bccf0192dcdda8476acde5ed8d89de5768fe0e9a.zip |
acct-group/postgrey: add group (360) for mail-filter/postgrey
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-group/postgrey')
-rw-r--r-- | acct-group/postgrey/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/postgrey/postgrey-0.ebuild | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/postgrey/metadata.xml b/acct-group/postgrey/metadata.xml new file mode 100644 index 000000000000..06d712b61c75 --- /dev/null +++ b/acct-group/postgrey/metadata.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lists@xunil.at</email> + <name>Stefan Weichinger</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/postgrey/postgrey-0.ebuild b/acct-group/postgrey/postgrey-0.ebuild new file mode 100644 index 000000000000..333c0f29bfd2 --- /dev/null +++ b/acct-group/postgrey/postgrey-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 + +DESCRIPTION="Group for the postgrey mail daemon" +ACCT_GROUP_ID=360 |