Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/prometheus/
Date: Mon, 27 Jan 2020 21:49:10
Message-Id: 1580161737.41baf3efb78347020e3868ff1e4d67e7d9c807b5.williamh@gentoo
1 commit: 41baf3efb78347020e3868ff1e4d67e7d9c807b5
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Mon Jan 27 21:47:57 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 21:48:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41baf3ef
7
8 acct-user/prometheus: add prometheus user
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 acct-user/prometheus/metadata.xml | 8 ++++++++
13 acct-user/prometheus/prometheus-0.ebuild | 13 +++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/acct-user/prometheus/metadata.xml b/acct-user/prometheus/metadata.xml
17 new file mode 100644
18 index 00000000000..c36c37139fa
19 --- /dev/null
20 +++ b/acct-user/prometheus/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>williamh@g.o</email>
27 + <name>William Hubbs</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/acct-user/prometheus/prometheus-0.ebuild b/acct-user/prometheus/prometheus-0.ebuild
32 new file mode 100644
33 index 00000000000..df0a3191d93
34 --- /dev/null
35 +++ b/acct-user/prometheus/prometheus-0.ebuild
36 @@ -0,0 +1,13 @@
37 +# Copyright 2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit acct-user
43 +
44 +DESCRIPTION="user for prometheus"
45 +ACCT_USER_ID=430
46 +ACCT_USER_GROUPS=( prometheus )
47 +ACCT_USER_HOME=/var/lib/prometheus
48 +
49 +acct-user_add_deps