diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-07-06 17:10:53 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-07-10 14:25:54 -0400 |
commit | f177df4b4ad42376638ef8a6be01a49741d83dc5 (patch) | |
tree | 2dd49fcfbe49a6c4558182d1eb93f6c59b8b3b5f /acct-group/jellyfin | |
parent | app-shells/gentoo-zsh-completions: Stabilize 20220112 ppc64, #857216 (diff) | |
download | gentoo-f177df4b4ad42376638ef8a6be01a49741d83dc5.tar.gz gentoo-f177df4b4ad42376638ef8a6be01a49741d83dc5.tar.bz2 gentoo-f177df4b4ad42376638ef8a6be01a49741d83dc5.zip |
acct-group/jellyfin: group for jellyfin
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/26295
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'acct-group/jellyfin')
-rw-r--r-- | acct-group/jellyfin/jellyfin-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/jellyfin/metadata.xml | 20 |
2 files changed, 28 insertions, 0 deletions
diff --git a/acct-group/jellyfin/jellyfin-0.ebuild b/acct-group/jellyfin/jellyfin-0.ebuild new file mode 100644 index 000000000000..9d952362cfe2 --- /dev/null +++ b/acct-group/jellyfin/jellyfin-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=518 diff --git a/acct-group/jellyfin/metadata.xml b/acct-group/jellyfin/metadata.xml new file mode 100644 index 000000000000..9a547e28ad43 --- /dev/null +++ b/acct-group/jellyfin/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>gentoo@wb9.se</email> + <name>Fredrik Eriksson</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="person"> + <email>candrews@gentoo.org</email> + <name>Craig Andrews</name> + </maintainer> + <upstream> + <remote-id type="github">jellyfin/jellyfin</remote-id> + <bugs-to>https://github.com/jellyfin/jellyfin/issues</bugs-to> + </upstream> +</pkgmetadata> |