Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/xrootd/
Date: Fri, 27 Dec 2019 13:40:22
Message-Id: 1577454003.162a4f3cbefde03dd22728cef773472b6cc79e8e.marecki@gentoo
1 commit: 162a4f3cbefde03dd22728cef773472b6cc79e8e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 20 13:24:55 2019 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 13:40:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162a4f3c
7
8 acct-user/xrootd: new user for UID 469
9
10 enewuser in net-libs/xrootd ebuilds has set the home directory to
11 "${EPREFIX}"/var/spool/xrootd but as far as I can recall from my
12 personal experience or see in the documentation, it isn't really
13 necessary for that user to have a home directory.
14
15 Package-Manager: Portage-2.3.79, Repoman-2.3.16
16 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
17
18 acct-user/xrootd/metadata.xml | 8 ++++++++
19 acct-user/xrootd/xrootd-0.ebuild | 12 ++++++++++++
20 2 files changed, 20 insertions(+)
21
22 diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml
23 new file mode 100644
24 index 00000000000..46a304a17de
25 --- /dev/null
26 +++ b/acct-user/xrootd/metadata.xml
27 @@ -0,0 +1,8 @@
28 +<?xml version="1.0" encoding="UTF-8"?>
29 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 +<pkgmetadata>
31 + <maintainer type="project">
32 + <email>sci-physics@g.o</email>
33 + <name>Gentoo Physics Project</name>
34 + </maintainer>
35 +</pkgmetadata>
36
37 diff --git a/acct-user/xrootd/xrootd-0.ebuild b/acct-user/xrootd/xrootd-0.ebuild
38 new file mode 100644
39 index 00000000000..7b0eaaf9584
40 --- /dev/null
41 +++ b/acct-user/xrootd/xrootd-0.ebuild
42 @@ -0,0 +1,12 @@
43 +# Copyright 2019 Gentoo Authors
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=7
47 +
48 +inherit acct-user
49 +
50 +DESCRIPTION="User for the XRootD server"
51 +ACCT_USER_ID=469
52 +ACCT_USER_GROUPS=( "${PN}" )
53 +
54 +acct-user_add_deps