From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3C8F138350 for ; Thu, 13 Feb 2020 12:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E32E0898; Thu, 13 Feb 2020 12:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED5D2E0898 for ; Thu, 13 Feb 2020 12:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4782D34EC9F for ; Thu, 13 Feb 2020 12:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAE1F138 for ; Thu, 13 Feb 2020 12:26:03 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581596749.4fb442b311bdb11268e9d459e4d8c043b00eeb2a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/amavis/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/amavis/amavis-0.ebuild acct-user/amavis/metadata.xml X-VCS-Directories: acct-user/amavis/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4fb442b311bdb11268e9d459e4d8c043b00eeb2a X-VCS-Branch: master Date: Thu, 13 Feb 2020 12:26:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11b021e2-2d4f-43cd-b300-f127f59a6d65 X-Archives-Hash: 6314f173a7e073536deccf0710701036 commit: 4fb442b311bdb11268e9d459e4d8c043b00eeb2a Author: Ralph Seichter seichter de> AuthorDate: Thu Feb 13 12:25:49 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 13 12:25:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb442b3 acct-user/amavis: new user (UID 333) RFC on the developer mailing list did not raise any objections. Closes: https://github.com/gentoo/gentoo/pull/13265 Signed-off-by: Ralph Seichter seichter.de> Signed-off-by: David Seifert gentoo.org> acct-user/amavis/amavis-0.ebuild | 13 +++++++++++++ acct-user/amavis/metadata.xml | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/acct-user/amavis/amavis-0.ebuild b/acct-user/amavis/amavis-0.ebuild new file mode 100644 index 00000000000..7fb7c66fade --- /dev/null +++ b/acct-user/amavis/amavis-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=333 +ACCT_USER_GROUPS=( amavis ) +ACCT_USER_HOME=/var/lib/amavishome +DESCRIPTION="User for mail-filter/amavisd-new" + +acct-user_add_deps diff --git a/acct-user/amavis/metadata.xml b/acct-user/amavis/metadata.xml new file mode 100644 index 00000000000..b90b4f50789 --- /dev/null +++ b/acct-user/amavis/metadata.xml @@ -0,0 +1,16 @@ + + + + + antivirus@gentoo.org + Gentoo Antivirus Project + + + gentoo@seichter.de + Ralph Seichter + + + proxy-maint@gentoo.org + Proxy Maintainers + +