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

Merged
lautre merged 1 commits from kuraga/calculate-overlay:acct-group-and-acct-user-improvements into develop 2 years ago

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit acct-group inherit acct-group
ACCT_GROUP_ID=-1
DESCRIPTION="Group for www-apps/jackett-bin" DESCRIPTION="Group for www-apps/jackett-bin"
KEYWORDS="amd64" ACCT_GROUP_ID=-1

@ -5,4 +5,5 @@ EAPI=8
inherit acct-group inherit acct-group
DESCRIPTION="Group for net-p2p/opentracker"
ACCT_GROUP_ID=-1 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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit acct-group inherit acct-group
ACCT_GROUP_ID=-1
DESCRIPTION="Group for net-p2p/torrserver-bin" 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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit acct-user inherit acct-user
DESCRIPTION="User for www-apps/jackett-bin" DESCRIPTION="User for www-apps/jackett-bin"
KEYWORDS="amd64"
ACCT_USER_ID=-1 ACCT_USER_ID=-1
ACCT_USER_GROUPS=( jackett ) ACCT_USER_GROUPS=( jackett )
ACCT_USER_HOME="/var/lib/jackett/" ACCT_USER_HOME="/var/lib/jackett"
acct-user_add_deps acct-user_add_deps

@ -5,9 +5,9 @@ EAPI=8
inherit acct-user inherit acct-user
DESCRIPTION="User for net-p2p/opentracker"
ACCT_USER_ID=-1 ACCT_USER_ID=-1
ACCT_USER_GROUPS=( opentracker ) ACCT_USER_GROUPS=( opentracker )
ACCT_USER_HOME="/var/lib/opentracker" ACCT_USER_HOME="/var/lib/opentracker"
ACCT_USER_HOME_OWNER="opentracker:opentracker"
acct-user_add_deps 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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit acct-user inherit acct-user
DESCRIPTION="User for net-p2p/torrserver-bin" DESCRIPTION="User for net-p2p/torrserver-bin"
KEYWORDS="amd64"
ACCT_USER_ID=-1 ACCT_USER_ID=-1
ACCT_USER_GROUPS=( torrserver ) ACCT_USER_GROUPS=( torrserver )
ACCT_USER_HOME="/var/lib/torrserver/" ACCT_USER_HOME="/var/lib/torrserver"
acct-user_add_deps acct-user_add_deps

Loading…
Cancel
Save