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 4D30213835A for ; Sat, 24 Oct 2020 21:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707A7E08E0; Sat, 24 Oct 2020 21:01:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5663EE08E0 for ; Sat, 24 Oct 2020 21:01:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DC873340C40 for ; Sat, 24 Oct 2020 21:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53D633AA for ; Sat, 24 Oct 2020 21:01:31 +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: <1603573275.6a411d40aa032d27234fa2c0b9088146d5cb743f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/mgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/mgraph/metadata.xml acct-user/mgraph/mgraph-0.ebuild X-VCS-Directories: acct-user/mgraph/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a411d40aa032d27234fa2c0b9088146d5cb743f X-VCS-Branch: master Date: Sat, 24 Oct 2020 21:01:31 +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: 98bd6dcd-8966-4cff-98c2-7728d8554c1e X-Archives-Hash: 75fc5fdcfaea791111254816e5d49792 commit: 6a411d40aa032d27234fa2c0b9088146d5cb743f Author: David Seifert gentoo org> AuthorDate: Sat Oct 24 21:01:15 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 24 21:01:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a411d40 acct-user/mgraph: Add user for net-mail/mailgraph Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> acct-user/mgraph/metadata.xml | 5 +++++ acct-user/mgraph/mgraph-0.ebuild | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/acct-user/mgraph/metadata.xml b/acct-user/mgraph/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-user/mgraph/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-user/mgraph/mgraph-0.ebuild b/acct-user/mgraph/mgraph-0.ebuild new file mode 100644 index 00000000000..4dc665546fd --- /dev/null +++ b/acct-user/mgraph/mgraph-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for net-mail/mailgraph" +ACCT_USER_ID=376 +ACCT_USER_GROUPS=( mgraph adm ) +ACCT_USER_HOME="/var/lib/mailgraph" +ACCT_USER_HOME_PERMS=750 + +acct-user_add_deps