commit: efc1f2d89ac94b4838f9560a439a11ab4334d666 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Jul 19 20:14:23 2022 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 12:14:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc1f2d8
acct-group/readarr: group for readarr Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26489 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> acct-group/readarr/metadata.xml | 21 +++++++++++++++++++++ acct-group/readarr/readarr-0.ebuild | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/acct-group/readarr/metadata.xml b/acct-group/readarr/metadata.xml new file mode 100644 index 000000000000..972422721fc5 --- /dev/null +++ b/acct-group/readarr/metadata.xml @@ -0,0 +1,21 @@ +<?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>Michael Crawford</name> + <description>Primary maintainer</description> + </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">Radarr/Radarr</remote-id> + <bugs-to>https://github.com/Radarr/Radarr/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/acct-group/readarr/readarr-0.ebuild b/acct-group/readarr/readarr-0.ebuild new file mode 100644 index 000000000000..24ba49a36df4 --- /dev/null +++ b/acct-group/readarr/readarr-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=521
