commit: 692319d5255229acbe3f4d253f2329551f958860 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 19:42:05 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 19:51:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692319d5
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 <conikost <AT> gentoo.org> acct-group/resin/metadata.xml | 8 ++++++++ acct-group/resin/resin-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/resin/metadata.xml b/acct-group/resin/metadata.xml new file mode 100644 index 00000000000..952a4b9b605 --- /dev/null +++ b/acct-group/resin/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>[email protected]</email> + <name>Java</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/resin/resin-0.ebuild b/acct-group/resin/resin-0.ebuild new file mode 100644 index 00000000000..110eae9c3c1 --- /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"
