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-group/postgres/
Date: Sat, 29 Feb 2020 12:18:37
Message-Id: 1582977759.46898c1d87ccb5ce10cf48e1ceeffafe58f71b76.titanofold@gentoo
1 commit: 46898c1d87ccb5ce10cf48e1ceeffafe58f71b76
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 12:54:39 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 12:02:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46898c1d
7
8 acct-group/postgres: Add 'postgres' group (GID 70)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 acct-group/postgres/metadata.xml | 8 ++++++++
14 acct-group/postgres/postgres-0.ebuild | 10 ++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/acct-group/postgres/metadata.xml b/acct-group/postgres/metadata.xml
18 new file mode 100644
19 index 00000000000..d6136db4ad3
20 --- /dev/null
21 +++ b/acct-group/postgres/metadata.xml
22 @@ -0,0 +1,8 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="project">
27 + <email>pgsql-bugs@g.o</email>
28 + <name>PostgreSQL and Related Package Development</name>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/acct-group/postgres/postgres-0.ebuild b/acct-group/postgres/postgres-0.ebuild
33 new file mode 100644
34 index 00000000000..979541863f5
35 --- /dev/null
36 +++ b/acct-group/postgres/postgres-0.ebuild
37 @@ -0,0 +1,10 @@
38 +# Copyright 2020 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +inherit acct-group
44 +
45 +DESCRIPTION="PostgreSQL program group"
46 +ACCT_GROUP_ID=70
47 +SLOT="0"