summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-01-01 19:14:56 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2020-01-01 19:19:46 +0100
commit9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b (patch)
tree2d473502d7649b0938d49ce131411078e541d338 /acct-user
parentacct-group/fetchmail: new group for net-mail/fetchmail, GID 124 (diff)
downloadgentoo-9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b.tar.gz
gentoo-9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b.tar.bz2
gentoo-9fbe1c10dbdaefd96708aca0fc5e43f12490fb9b.zip
acct-user/fetchmail: new user for net-mail/fetchmail, UID 124
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/fetchmail/fetchmail-0.ebuild13
-rw-r--r--acct-user/fetchmail/metadata.xml8
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/fetchmail/fetchmail-0.ebuild b/acct-user/fetchmail/fetchmail-0.ebuild
new file mode 100644
index 000000000000..48672b9d3256
--- /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 000000000000..e7a96b9df4ec
--- /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>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+</maintainer>
+</pkgmetadata>