commit: c6af04e7e0f15606ffcab7d0156214caa91d042e Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Thu Apr 8 21:13:56 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 10 18:34:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6af04e7
acct-group/gopher: Group for gofish Closes: https://bugs.gentoo.org/781413 Closes: https://github.com/gentoo/gentoo/pull/20309 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/gopher/gopher-0.ebuild | 8 ++++++++ acct-group/gopher/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/gopher/gopher-0.ebuild b/acct-group/gopher/gopher-0.ebuild new file mode 100644 index 00000000000..ea85d8185e0 --- /dev/null +++ b/acct-group/gopher/gopher-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=287 diff --git a/acct-group/gopher/metadata.xml b/acct-group/gopher/metadata.xml new file mode 100644 index 00000000000..4257a4433b0 --- /dev/null +++ b/acct-group/gopher/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Matt Smith</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
