Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/slurm/
Date: Fri, 06 Sep 2019 18:23:43
Message-Id: 1567794152.42c6529ae6ed856eb075b64466a782c0b34f95b9.alexxy@gentoo
1 commit: 42c6529ae6ed856eb075b64466a782c0b34f95b9
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 19:22:35 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 18:22:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c6529a
7
8 acct-user/slurm: Add slurm user
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 RepoMan-Options: --force
12 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
13
14 acct-user/slurm/metadata.xml | 12 ++++++++++++
15 acct-user/slurm/slurm-0.ebuild | 14 ++++++++++++++
16 2 files changed, 26 insertions(+)
17
18 diff --git a/acct-user/slurm/metadata.xml b/acct-user/slurm/metadata.xml
19 new file mode 100644
20 index 00000000000..afbbd16e7d0
21 --- /dev/null
22 +++ b/acct-user/slurm/metadata.xml
23 @@ -0,0 +1,12 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <maintainer type="person">
28 + <email>alexxy@g.o</email>
29 + <name>Alexey Shvetsov</name>
30 + </maintainer>
31 + <maintainer type="project">
32 + <email>cluster@g.o</email>
33 + <name>Gentoo Cluster Project</name>
34 + </maintainer>
35 +</pkgmetadata>
36
37 diff --git a/acct-user/slurm/slurm-0.ebuild b/acct-user/slurm/slurm-0.ebuild
38 new file mode 100644
39 index 00000000000..7487bdaaea2
40 --- /dev/null
41 +++ b/acct-user/slurm/slurm-0.ebuild
42 @@ -0,0 +1,14 @@
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 slurm - Highly Scalable Resource Manager"
51 +ACCT_USER_ID=400
52 +ACCT_USER_HOME=/var/lib/slurm
53 +ACCT_USER_HOME_PERMS=0770
54 +ACCT_USER_GROUPS=( slurm )
55 +
56 +acct-user_add_deps