commit: 9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 18:14:56 2020 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> 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 <voyageur <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>[email protected]</email> + <name>Bernard Cafarelli</name> +</maintainer> +</pkgmetadata>
