commit: 82d6e5c36ba09520b07249c76791d7bf3b86963e Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Jul 6 20:41:52 2022 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 18:25:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d6e5c3
acct-group/prowlarr: group for prowlarr Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> acct-group/prowlarr/metadata.xml | 21 +++++++++++++++++++++ acct-group/prowlarr/prowlarr-0.ebuild | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/acct-group/prowlarr/metadata.xml b/acct-group/prowlarr/metadata.xml new file mode 100644 index 000000000000..4540c8160d1d --- /dev/null +++ b/acct-group/prowlarr/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>Mike 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">Prowlarr/Prowlarr</remote-id> + <bugs-to>https://github.com/Prowlarr/Prowlarr/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/acct-group/prowlarr/prowlarr-0.ebuild b/acct-group/prowlarr/prowlarr-0.ebuild new file mode 100644 index 000000000000..5ea7e36d2c6b --- /dev/null +++ b/acct-group/prowlarr/prowlarr-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=517
