summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'acct-group/postgres')
-rw-r--r--acct-group/postgres/metadata.xml8
-rw-r--r--acct-group/postgres/postgres-0.ebuild10
2 files changed, 18 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>pgsql-bugs@gentoo.org</email>
+ <name>PostgreSQL and Related Package Development</name>
+ </maintainer>
+</pkgmetadata>
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"