From 692319d5255229acbe3f4d253f2329551f958860 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 14 Jul 2021 21:42:05 +0200 Subject: acct-group/resin: add group (140) resin Bug: https://bugs.gentoo.org/781545 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-group/resin/metadata.xml | 8 ++++++++ acct-group/resin/resin-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 acct-group/resin/metadata.xml create mode 100644 acct-group/resin/resin-0.ebuild (limited to 'acct-group/resin') diff --git a/acct-group/resin/metadata.xml b/acct-group/resin/metadata.xml new file mode 100644 index 000000000000..952a4b9b605c --- /dev/null +++ b/acct-group/resin/metadata.xml @@ -0,0 +1,8 @@ + + + + + java@gentoo.org + Java + + diff --git a/acct-group/resin/resin-0.ebuild b/acct-group/resin/resin-0.ebuild new file mode 100644 index 000000000000..110eae9c3c1a --- /dev/null +++ b/acct-group/resin/resin-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 www-servers/resin" + +ACCT_GROUP_ID="140" -- cgit v1.2.3-65-gdbad