diff options
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/dovecot/dovecot-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/dovecot/metadata.xml | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/dovecot/dovecot-0.ebuild b/acct-user/dovecot/dovecot-0.ebuild new file mode 100644 index 000000000000..a2bc8068137f --- /dev/null +++ b/acct-user/dovecot/dovecot-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for dovecot daemon" +ACCT_USER_ID=76 +ACCT_USER_GROUPS=( dovecot ) + +acct-user_add_deps diff --git a/acct-user/dovecot/metadata.xml b/acct-user/dovecot/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-user/dovecot/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>eras@gentoo.org</email> + <name>Eray Aslan</name> + </maintainer> +</pkgmetadata> |