acct-user/xrootd: new user for UID 469
authorMarek Szuba <marecki@gentoo.org>
Fri, 20 Dec 2019 13:24:55 +0000 (13:24 +0000)
committerMarek Szuba <marecki@gentoo.org>
Fri, 27 Dec 2019 13:40:03 +0000 (14:40 +0100)
enewuser in net-libs/xrootd ebuilds has set the home directory to
"${EPREFIX}"/var/spool/xrootd but as far as I can recall from my
personal experience or see in the documentation, it isn't really
necessary for that user to have a home directory.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
acct-user/xrootd/metadata.xml [new file with mode: 0644]
acct-user/xrootd/xrootd-0.ebuild [new file with mode: 0644]

diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml
new file mode 100644 (file)
index 0000000..46a304a
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>sci-physics@gentoo.org</email>
+               <name>Gentoo Physics Project</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/acct-user/xrootd/xrootd-0.ebuild b/acct-user/xrootd/xrootd-0.ebuild
new file mode 100644 (file)
index 0000000..7b0eaaf
--- /dev/null
@@ -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 the XRootD server"
+ACCT_USER_ID=469
+ACCT_USER_GROUPS=( "${PN}" )
+
+acct-user_add_deps