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/postgres_exporter/
Date: Mon, 03 May 2021 14:11:44
Message-Id: 1620051077.39fdd445cb79c2897db4e74555825b4a7958f5fd.williamh@gentoo
1 commit: 39fdd445cb79c2897db4e74555825b4a7958f5fd
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 14:11:17 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 14:11:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fdd445
7
8 acct-user/postgres_exporter: new user
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 acct-user/postgres_exporter/metadata.xml | 8 ++++++++
13 acct-user/postgres_exporter/postgres_exporter-0.ebuild | 12 ++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/acct-user/postgres_exporter/metadata.xml b/acct-user/postgres_exporter/metadata.xml
17 new file mode 100644
18 index 00000000000..c36c37139fa
19 --- /dev/null
20 +++ b/acct-user/postgres_exporter/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/postgres_exporter/postgres_exporter-0.ebuild b/acct-user/postgres_exporter/postgres_exporter-0.ebuild
32 new file mode 100644
33 index 00000000000..4e6d3dd388b
34 --- /dev/null
35 +++ b/acct-user/postgres_exporter/postgres_exporter-0.ebuild
36 @@ -0,0 +1,12 @@
37 +# Copyright 2021 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 postgres_exporter"
45 +ACCT_USER_ID=233
46 +ACCT_USER_GROUPS=( postgres_exporter )
47 +
48 +acct-user_add_deps