Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/icinga/
Date: Wed, 04 Mar 2020 17:11:25
Message-Id: 1583341862.d1615bb79792a19871ebb4d9f68883793617abd4.prometheanfire@gentoo
1 commit: d1615bb79792a19871ebb4d9f68883793617abd4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:51:37 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 17:11:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1615bb7
7
8 acct-user/icinga: add icinga user
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 acct-user/icinga/icinga-0.ebuild | 13 +++++++++++++
15 acct-user/icinga/metadata.xml | 8 ++++++++
16 2 files changed, 21 insertions(+)
17
18 diff --git a/acct-user/icinga/icinga-0.ebuild b/acct-user/icinga/icinga-0.ebuild
19 new file mode 100644
20 index 00000000000..44e51edfcf6
21 --- /dev/null
22 +++ b/acct-user/icinga/icinga-0.ebuild
23 @@ -0,0 +1,13 @@
24 +# Copyright 2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-user
30 +
31 +DESCRIPTION="Icinga User"
32 +ACCT_USER_ID=456
33 +ACCT_USER_HOME=/var/lib/icinga2
34 +ACCT_USER_GROUPS=( icinga icingacmd nagios )
35 +
36 +acct-user_add_deps
37
38 diff --git a/acct-user/icinga/metadata.xml b/acct-user/icinga/metadata.xml
39 new file mode 100644
40 index 00000000000..3ffdeb4af3b
41 --- /dev/null
42 +++ b/acct-user/icinga/metadata.xml
43 @@ -0,0 +1,8 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <maintainer type="person">
48 + <email>prometheanfire@g.o</email>
49 + <name>Matthew Thode</name>
50 + </maintainer>
51 +</pkgmetadata>