commit:     e1f1a8053f995dbf0a76a4e1aa2da136dacf706c
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Apr  8 21:15:12 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 18:34:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f1a805

acct-user/gopher: User 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-user/gopher/gopher-0.ebuild | 12 ++++++++++++
 acct-user/gopher/metadata.xml    | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/gopher/gopher-0.ebuild b/acct-user/gopher/gopher-0.ebuild
new file mode 100644
index 00000000000..6bfe8e00e98
--- /dev/null
+++ b/acct-user/gopher/gopher-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for gofish"
+ACCT_USER_ID=287
+ACCT_USER_GROUPS=( gopher )
+
+acct-user_add_deps

diff --git a/acct-user/gopher/metadata.xml b/acct-user/gopher/metadata.xml
new file mode 100644
index 00000000000..4257a4433b0
--- /dev/null
+++ b/acct-user/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>

Reply via email to