diff options
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/postgrey/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/postgrey/postgrey-0.ebuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/acct-user/postgrey/metadata.xml b/acct-user/postgrey/metadata.xml new file mode 100644 index 000000000000..06d712b61c75 --- /dev/null +++ b/acct-user/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-user/postgrey/postgrey-0.ebuild b/acct-user/postgrey/postgrey-0.ebuild new file mode 100644 index 000000000000..635b6617c408 --- /dev/null +++ b/acct-user/postgrey/postgrey-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the postgrey mail daemon" +ACCT_USER_ID=360 +ACCT_USER_GROUPS=( postgrey ) + +acct-user_add_deps |