commit: 054b322866003cc4ebd29b61e48c7664711898c6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 31 09:16:40 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Aug 31 09:53:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054b3228
acct-user/postsrsd: new package, add 0 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> acct-user/postsrsd/metadata.xml | 7 +++++++ acct-user/postsrsd/postsrsd-0.ebuild | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/acct-user/postsrsd/metadata.xml b/acct-user/postsrsd/metadata.xml new file mode 100644 index 000000000000..f520e8983b28 --- /dev/null +++ b/acct-user/postsrsd/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-user/postsrsd/postsrsd-0.ebuild b/acct-user/postsrsd/postsrsd-0.ebuild new file mode 100644 index 000000000000..86e13bebc3a3 --- /dev/null +++ b/acct-user/postsrsd/postsrsd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for mail-filter/postsrsd" +ACCT_USER_ID=208 +ACCT_USER_GROUPS=( postfix ) + +acct-user_add_deps
