Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/pgbouncer/
Date: Thu, 08 Oct 2020 02:38:52
Message-Id: 1602124710.20834a764519fe27dcb0e41162a4f789207b324c.titanofold@gentoo
1 commit: 20834a764519fe27dcb0e41162a4f789207b324c
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 02:30:52 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 02:38:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20834a76
7
8 acct-user/pgbouncer: Add 'pgbouncer' user (UID 463)
9
10 Needed by dev-db/pgbouncer.
11
12 Bug: https://bugs.gentoo.org/701250
13 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
14
15 acct-user/pgbouncer/metadata.xml | 8 ++++++++
16 acct-user/pgbouncer/pgbouncer-0.ebuild | 12 ++++++++++++
17 2 files changed, 20 insertions(+)
18
19 diff --git a/acct-user/pgbouncer/metadata.xml b/acct-user/pgbouncer/metadata.xml
20 new file mode 100644
21 index 00000000000..d6136db4ad3
22 --- /dev/null
23 +++ b/acct-user/pgbouncer/metadata.xml
24 @@ -0,0 +1,8 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="project">
29 + <email>pgsql-bugs@g.o</email>
30 + <name>PostgreSQL and Related Package Development</name>
31 + </maintainer>
32 +</pkgmetadata>
33
34 diff --git a/acct-user/pgbouncer/pgbouncer-0.ebuild b/acct-user/pgbouncer/pgbouncer-0.ebuild
35 new file mode 100644
36 index 00000000000..91bdbd6630f
37 --- /dev/null
38 +++ b/acct-user/pgbouncer/pgbouncer-0.ebuild
39 @@ -0,0 +1,12 @@
40 +# Copyright 2020 Gentoo Authors
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=7
44 +
45 +inherit acct-user
46 +
47 +DESCRIPTION="PgBouncer program user"
48 +ACCT_USER_ID=463
49 +ACCT_USER_GROUPS=( postgres )
50 +acct-user_add_deps
51 +SLOT="0"