commit:     efe72d6c2f8185aa36112f50f42b1b0ac0afe708
Author:     Alexey Lunev <cheembox573 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 16 20:26:45 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 13:17:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe72d6c

acct-user/qbittorrent: new package, add 0

Signed-off-by: Alexey Lunev <cheembox573 <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 acct-user/qbittorrent/metadata.xml         | 12 ++++++++++++
 acct-user/qbittorrent/qbittorrent-0.ebuild | 14 ++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/acct-user/qbittorrent/metadata.xml 
b/acct-user/qbittorrent/metadata.xml
new file mode 100644
index 000000000000..82cc3c6e83ab
--- /dev/null
+++ b/acct-user/qbittorrent/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <maintainer type="person" proxied="yes">
+        <email>cheembox...@gmail.com</email>
+        <name>Alexey Lunev</name>
+    </maintainer>
+    <maintainer type="project" proxied="proxy">
+        <email>proxy-ma...@gentoo.org</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/acct-user/qbittorrent/qbittorrent-0.ebuild 
b/acct-user/qbittorrent/qbittorrent-0.ebuild
new file mode 100644
index 000000000000..925ccb26afc7
--- /dev/null
+++ b/acct-user/qbittorrent/qbittorrent-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="User for the system wide net-p2p/qbittorrent server"
+ACCT_USER_ID=534
+ACCT_USER_HOME=/var/lib/qbittorrent
+ACCT_USER_HOME_PERMS=0750
+ACCT_USER_GROUPS=( qbittorrent )
+
+acct-user_add_deps

Reply via email to