diff options
author | 2021-07-11 21:00:19 +0200 | |
---|---|---|
committer | 2021-07-11 21:07:26 +0200 | |
commit | 9c1a80890c3b66fb779c72185044c175a3eec4d1 (patch) | |
tree | 47a9d88037598a39be06fe1dc9b38772801d62ef | |
parent | acct-group/postfwd: add group (189) for mail-filter/postfwd (diff) | |
download | gentoo-9c1a80890c3b66fb779c72185044c175a3eec4d1.tar.gz gentoo-9c1a80890c3b66fb779c72185044c175a3eec4d1.tar.bz2 gentoo-9c1a80890c3b66fb779c72185044c175a3eec4d1.zip |
acct-user/postfwd: add user (189) for mail-filter/postfwd
Bug: https://bugs.gentoo.org/781317
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | acct-user/postfwd/metadata.xml | 16 | ||||
-rw-r--r-- | acct-user/postfwd/postfwd-0.ebuild | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/acct-user/postfwd/metadata.xml b/acct-user/postfwd/metadata.xml new file mode 100644 index 000000000000..758292245aa4 --- /dev/null +++ b/acct-user/postfwd/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>c@roessner.co</email> + <name>Christian Roessner</name> + </maintainer> + <maintainer type="person"> + <email>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/postfwd/postfwd-0.ebuild b/acct-user/postfwd/postfwd-0.ebuild new file mode 100644 index 000000000000..ba5ad6136dfa --- /dev/null +++ b/acct-user/postfwd/postfwd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for mail-filter/postfwd" + +ACCT_USER_GROUPS=( "postfwd" ) +ACCT_USER_ID="189" + +acct-user_add_deps |