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 26483138334 for ; Wed, 11 Sep 2019 06:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B0F1E090A; Wed, 11 Sep 2019 06:42:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 66870E090A for ; Wed, 11 Sep 2019 06:42:44 +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 289E734B025 for ; Wed, 11 Sep 2019 06:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE0E37EA for ; Wed, 11 Sep 2019 06:42:40 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1568184115.12108f8fd7d499932ab71e767bce2d60ab011747.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/postfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/postfix/metadata.xml acct-user/postfix/postfix-0.ebuild X-VCS-Directories: acct-user/postfix/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 12108f8fd7d499932ab71e767bce2d60ab011747 X-VCS-Branch: master Date: Wed, 11 Sep 2019 06:42:40 +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: 628e51a1-e57b-42fa-b804-f5438f3ef4a9 X-Archives-Hash: 29ae1b34e8326f18b6667c10ebfb674d commit: 12108f8fd7d499932ab71e767bce2d60ab011747 Author: Eray Aslan gentoo org> AuthorDate: Wed Sep 11 06:41:55 2019 +0000 Commit: Eray Aslan gentoo org> CommitDate: Wed Sep 11 06:41:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12108f8f acct-user/postfix: add postfix user (UID 207) Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --force Signed-off-by: Eray Aslan gentoo.org> acct-user/postfix/metadata.xml | 8 ++++++++ acct-user/postfix/postfix-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/postfix/metadata.xml b/acct-user/postfix/metadata.xml new file mode 100644 index 00000000000..e6f3bf582ab --- /dev/null +++ b/acct-user/postfix/metadata.xml @@ -0,0 +1,8 @@ + + + + + eras@gentoo.org + Eray Aslan + + diff --git a/acct-user/postfix/postfix-0.ebuild b/acct-user/postfix/postfix-0.ebuild new file mode 100644 index 00000000000..81f26ddfcd1 --- /dev/null +++ b/acct-user/postfix/postfix-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for postfix daemon" +ACCT_USER_ID=207 +ACCT_USER_GROUPS=( postfix mail ) + +acct-user_add_deps