commit: bccf0192dcdda8476acde5ed8d89de5768fe0e9a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 19 21:11:42 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 19 21:20:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccf0192
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 <AT> gentoo.org> acct-group/postgrey/metadata.xml | 12 ++++++++++++ acct-group/postgrey/postgrey-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/postgrey/metadata.xml b/acct-group/postgrey/metadata.xml new file mode 100644 index 00000000000..06d712b61c7 --- /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>[email protected]</email> + <name>Stefan Weichinger</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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 00000000000..333c0f29bfd --- /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
