From 0e52910b8bc5d44cf9c7443e03c7b984233a4a10 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 30 Apr 2021 08:31:20 +0200 Subject: acct-user/opendmarc: new user Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Fabian Groffen --- acct-user/opendmarc/metadata.xml | 8 ++++++++ acct-user/opendmarc/opendmarc-0.ebuild | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 acct-user/opendmarc/metadata.xml create mode 100644 acct-user/opendmarc/opendmarc-0.ebuild (limited to 'acct-user') diff --git a/acct-user/opendmarc/metadata.xml b/acct-user/opendmarc/metadata.xml new file mode 100644 index 000000000000..a53ffbea77d3 --- /dev/null +++ b/acct-user/opendmarc/metadata.xml @@ -0,0 +1,8 @@ + + + + + grobian@gentoo.org + Fabian Groffen + + diff --git a/acct-user/opendmarc/opendmarc-0.ebuild b/acct-user/opendmarc/opendmarc-0.ebuild new file mode 100644 index 000000000000..bd9a6b89f925 --- /dev/null +++ b/acct-user/opendmarc/opendmarc-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for mail-filter/opendmarc" + +ACCT_USER_ID=244 +ACCT_USER_GROUPS=( opendmarc ) + +ACCT_USER_HOME="/var/lib/opendmarc" +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps -- cgit v1.2.3-65-gdbad