diff options
Diffstat (limited to 'acct-group/prowlarr')
-rw-r--r-- | acct-group/prowlarr/Manifest | 2 | ||||
-rw-r--r-- | acct-group/prowlarr/metadata.xml | 21 | ||||
-rw-r--r-- | acct-group/prowlarr/prowlarr-0.ebuild | 8 |
3 files changed, 31 insertions, 0 deletions
diff --git a/acct-group/prowlarr/Manifest b/acct-group/prowlarr/Manifest new file mode 100644 index 000000000000..5e62ac573ba6 --- /dev/null +++ b/acct-group/prowlarr/Manifest @@ -0,0 +1,2 @@ +EBUILD prowlarr-0.ebuild 151 BLAKE2B a5531dd979df6afcfa53a518dd9448c07841d4f3b3da8cb3d8b53f5819840d7bc45bfe42549b56cd56de022316902101d1ce63c652309d774674d75a188910d6 SHA512 74d1d8085a805a4857de9319b2509ac720c5115013ec411891f1aef9b0ec136654e16c835b6cee81e97658d694c7f6137392bbc4ccb3a34dcbc52ac04f396519 +MISC metadata.xml 706 BLAKE2B 2e6aa23d0f7dd1e3c42ef8f7795260246e21cb6d678786befdf2a371c4b6222437bd1145c1bec5e93f35c613ee5ef001b791b13e995ef7e073966c88e1ffb15d SHA512 10c7e504364a6f3296474146cf8dd6ce632df77674c0f21768249388ce1584b3ff37c9053b9da943dae9bf9384beadde3a459b7ce383013663d801f3e2174f77 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 |