acct-user/angie - 0 (nest)

Search

Install

Install this version:

emerge -a =acct-user/angie-0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =acct-user/angie-0

Or alternatively:

emerge --autounmask-write -a =acct-user/angie-0

Package Information

Ebuild Details

Version EAPI Keywords Slot
0 8
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit acct-user

ACCT_USER_ID=-1
ACCT_USER_GROUPS=( angie )
ACCT_USER_HOME="/var/lib/angie"
ACCT_USER_HOME_OWNER="angie:angie"

IUSE="icingaweb2 mgraph"

acct-user_add_deps

RDEPEND+="
	icingaweb2? ( acct-group/icingacmd
		acct-group/icingaweb2 )
	mgraph? ( acct-group/mgraph )"

pkg_setup() {
	# www-apps/icingaweb2
	use icingaweb2 && ACCT_USER_GROUPS+=( icingacmd icingaweb2 )

	# net-mail/mailgraph
	use mgraph && ACCT_USER_GROUPS+=( mgraph )
}

USE Flags

Manage flags for this package: euse -i <flag> -p acct-user/angie | euse -E <flag> -p acct-user/angie | euse -D <flag> -p acct-user/angie

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	icingaweb2? ( acct-group/icingacmd
		acct-group/icingaweb2 )
	mgraph? ( acct-group/mgraph )