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 282D5138335 for ; Wed, 1 Jan 2020 18:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1E6E0B66; Wed, 1 Jan 2020 18:19:56 +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 EC4FEE0B66 for ; Wed, 1 Jan 2020 18:19:55 +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 7961934DD89 for ; Wed, 1 Jan 2020 18:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 843527C for ; Wed, 1 Jan 2020 18:19:52 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1577902786.9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/fetchmail/fetchmail-0.ebuild acct-user/fetchmail/metadata.xml X-VCS-Directories: acct-user/fetchmail/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b X-VCS-Branch: master Date: Wed, 1 Jan 2020 18:19:52 +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: 914aee46-cb43-44b8-bbbd-f37294c9d7d1 X-Archives-Hash: eb11a81488a27640df27e76f09f350f0 commit: 9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Jan 1 18:14:56 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Jan 1 18:19:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbe1c10 acct-user/fetchmail: new user for net-mail/fetchmail, UID 124 Signed-off-by: Bernard Cafarelli gentoo.org> acct-user/fetchmail/fetchmail-0.ebuild | 13 +++++++++++++ acct-user/fetchmail/metadata.xml | 8 ++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-user/fetchmail/fetchmail-0.ebuild b/acct-user/fetchmail/fetchmail-0.ebuild new file mode 100644 index 00000000000..48672b9d325 --- /dev/null +++ b/acct-user/fetchmail/fetchmail-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 + +DESCRIPTION="User for net-mail/fetchmail" +ACCT_USER_ID=124 +ACCT_USER_GROUPS=( fetchmail ) +ACCT_USER_HOME="/var/lib/fetchmail" + +acct-user_add_deps diff --git a/acct-user/fetchmail/metadata.xml b/acct-user/fetchmail/metadata.xml new file mode 100644 index 00000000000..e7a96b9df4e --- /dev/null +++ b/acct-user/fetchmail/metadata.xml @@ -0,0 +1,8 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + +