diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-07-06 16:41:52 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-07-10 14:25:57 -0400 |
commit | 82d6e5c36ba09520b07249c76791d7bf3b86963e (patch) | |
tree | a98e87418928e9004f586160bf9ac6d328319955 /acct-group/prowlarr | |
parent | www-apps/radarr: fork of Sonarr to work with movies a la Couchpotato. (diff) | |
download | gentoo-82d6e5c36ba09520b07249c76791d7bf3b86963e.tar.gz gentoo-82d6e5c36ba09520b07249c76791d7bf3b86963e.tar.bz2 gentoo-82d6e5c36ba09520b07249c76791d7bf3b86963e.zip |
acct-group/prowlarr: group for prowlarr
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'acct-group/prowlarr')
-rw-r--r-- | acct-group/prowlarr/metadata.xml | 21 | ||||
-rw-r--r-- | acct-group/prowlarr/prowlarr-0.ebuild | 8 |
2 files changed, 29 insertions, 0 deletions
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>mcrawford@eliteitminds.com</email> + <name>Mike Crawford</name> + <description>Primary maintainer</description> + </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">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 |