acct-group/*, acct-user/*: improvements

* EAPI 7 -> EAPI 8
* remove KEYWORDS as they are set automatically
* add DESCRIPTIONs

Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
master
Alexander Kurakin 1 year ago
parent 383dd77cb9
commit e52814f560

@ -1,10 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit acct-group
ACCT_GROUP_ID=-1
DESCRIPTION="Group for www-apps/jackett-bin"
KEYWORDS="amd64"
ACCT_GROUP_ID=-1

@ -5,4 +5,5 @@ EAPI=8
inherit acct-group
DESCRIPTION="Group for net-p2p/opentracker"
ACCT_GROUP_ID=-1

@ -1,10 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit acct-group
ACCT_GROUP_ID=-1
DESCRIPTION="Group for net-p2p/torrserver-bin"
KEYWORDS="amd64"
ACCT_GROUP_ID=-1

@ -1,14 +1,13 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit acct-user
DESCRIPTION="User for www-apps/jackett-bin"
KEYWORDS="amd64"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( jackett )
ACCT_USER_HOME="/var/lib/jackett/"
ACCT_USER_HOME="/var/lib/jackett"
acct-user_add_deps

@ -5,9 +5,9 @@ EAPI=8
inherit acct-user
DESCRIPTION="User for net-p2p/opentracker"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( opentracker )
ACCT_USER_HOME="/var/lib/opentracker"
ACCT_USER_HOME_OWNER="opentracker:opentracker"
acct-user_add_deps

@ -1,14 +1,13 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit acct-user
DESCRIPTION="User for net-p2p/torrserver-bin"
KEYWORDS="amd64"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( torrserver )
ACCT_USER_HOME="/var/lib/torrserver/"
ACCT_USER_HOME="/var/lib/torrserver"
acct-user_add_deps

Loading…
Cancel
Save