From: Aaron W. Swenson Date: Fri, 21 Feb 2020 12:54:39 +0000 (-0500) Subject: acct-group/postgres: Add 'postgres' group (GID 70) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46898c1d87ccb5ce10cf48e1ceeffafe58f71b76;p=gentoo.git acct-group/postgres: Add 'postgres' group (GID 70) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Aaron W. Swenson --- diff --git a/acct-group/postgres/metadata.xml b/acct-group/postgres/metadata.xml new file mode 100644 index 000000000000..d6136db4ad3b --- /dev/null +++ b/acct-group/postgres/metadata.xml @@ -0,0 +1,8 @@ + + + + + pgsql-bugs@gentoo.org + PostgreSQL and Related Package Development + + diff --git a/acct-group/postgres/postgres-0.ebuild b/acct-group/postgres/postgres-0.ebuild new file mode 100644 index 000000000000..979541863f53 --- /dev/null +++ b/acct-group/postgres/postgres-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="PostgreSQL program group" +ACCT_GROUP_ID=70 +SLOT="0"