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@offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Matt Smith
2021-04-08 22:15:12 +01:00
committed by Conrad Kostecki
parent c6af04e7e0
commit e1f1a8053f
2 changed files with 24 additions and 0 deletions

View File

@@ -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

View File

@@ -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>matt@offtopica.uk</email>
<name>Matt Smith</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>