commit: 507799c2fe1fbfc28434ec7b8e0e433ec50ca524 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Jun 28 12:36:15 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Jun 28 12:59:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507799c2
acct-group/sabnzbd: new group for net-nntp/sabnzbd, GID 397 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> acct-group/sabnzbd/metadata.xml | 8 ++++++++ acct-group/sabnzbd/sabnzbd-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/sabnzbd/metadata.xml b/acct-group/sabnzbd/metadata.xml new file mode 100644 index 00000000000..a32d600f949 --- /dev/null +++ b/acct-group/sabnzbd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Thomas Deutschmann</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sabnzbd/sabnzbd-0.ebuild b/acct-group/sabnzbd/sabnzbd-0.ebuild new file mode 100644 index 00000000000..4f1a3726241 --- /dev/null +++ b/acct-group/sabnzbd/sabnzbd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="SABnzbd program group" + +ACCT_GROUP_ID=397
