commit:     30cdfc161d782f6441a4a19fc4cd5b775daa1954
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 20:15:12 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 12:14:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cdfc16

acct-user/readarr: user for readarr

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 acct-user/readarr/metadata.xml     | 21 +++++++++++++++++++++
 acct-user/readarr/readarr-0.ebuild | 13 +++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/acct-user/readarr/metadata.xml b/acct-user/readarr/metadata.xml
new file mode 100644
index 000000000000..972422721fc5
--- /dev/null
+++ b/acct-user/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>mcrawf...@eliteitminds.com</email>
+               <name>Michael Crawford</name>
+               <description>Primary maintainer</description>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>candr...@gentoo.org</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-user/readarr/readarr-0.ebuild 
b/acct-user/readarr/readarr-0.ebuild
new file mode 100644
index 000000000000..9998e137f4ad
--- /dev/null
+++ b/acct-user/readarr/readarr-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="User for readarr"
+ACCT_USER_HOME=/var/lib/readarr
+ACCT_USER_ID=521
+ACCT_USER_GROUPS=( readarr )
+
+acct-user_add_deps

Reply via email to