diff options
author | Alexey Lunev <cheembox573@gmail.com> | 2023-10-16 23:25:37 +0300 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-19 15:17:03 +0200 |
commit | fd4974d38e2b822758121f346799a59b0accaf82 (patch) | |
tree | b0a666555d0ac7ca6ddf122c51e7a272fbf4a470 /acct-group | |
parent | x11-misc/shared-mime-info: backport Clang fixes (diff) | |
download | gentoo-fd4974d38e2b822758121f346799a59b0accaf82.tar.gz gentoo-fd4974d38e2b822758121f346799a59b0accaf82.tar.bz2 gentoo-fd4974d38e2b822758121f346799a59b0accaf82.zip |
acct-group/qbittorrent: new package, add 0
Signed-off-by: Alexey Lunev <cheembox573@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/qbittorrent/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/qbittorrent/qbittorrent-0.ebuild | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/qbittorrent/metadata.xml b/acct-group/qbittorrent/metadata.xml new file mode 100644 index 000000000000..82cc3c6e83ab --- /dev/null +++ b/acct-group/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>cheembox573@gmail.com</email> + <name>Alexey Lunev</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/qbittorrent/qbittorrent-0.ebuild b/acct-group/qbittorrent/qbittorrent-0.ebuild new file mode 100644 index 000000000000..7c12e684ae50 --- /dev/null +++ b/acct-group/qbittorrent/qbittorrent-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for the system-wide net-p2p/qbittorrent server" +ACCT_GROUP_ID=534 |