commit: f177df4b4ad42376638ef8a6be01a49741d83dc5 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Jul 6 21:10:53 2022 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 18:25:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f177df4b
acct-group/jellyfin: group for jellyfin Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26295 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> acct-group/jellyfin/jellyfin-0.ebuild | 8 ++++++++ acct-group/jellyfin/metadata.xml | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) 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>[email protected]</email> + <name>Fredrik Eriksson</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</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>
