From b9eb2604db6227b4f8db3c44610bb3ddad2a050a Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 14 Jul 2021 20:20:13 +0200 Subject: acct-group/pgagent: add group (135) pgagent Bug: https://bugs.gentoo.org/781284 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-group/pgagent/metadata.xml | 8 ++++++++ acct-group/pgagent/pgagent-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 acct-group/pgagent/metadata.xml create mode 100644 acct-group/pgagent/pgagent-0.ebuild diff --git a/acct-group/pgagent/metadata.xml b/acct-group/pgagent/metadata.xml new file mode 100644 index 000000000000..711734ad7566 --- /dev/null +++ b/acct-group/pgagent/metadata.xml @@ -0,0 +1,8 @@ + + + + + pgsql-bugs@gentoo.org + PostgreSQL and Related Package Development + + diff --git a/acct-group/pgagent/pgagent-0.ebuild b/acct-group/pgagent/pgagent-0.ebuild new file mode 100644 index 000000000000..a5716bd1cb4d --- /dev/null +++ b/acct-group/pgagent/pgagent-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for dev-db/pgagent" + +ACCT_GROUP_ID="135" -- cgit v1.2.3-65-gdbad