diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-15 10:54:39 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-17 12:01:31 -0500 |
commit | 614b395ef8d78e43fda8c1410a7319794594932f (patch) | |
tree | dc836b63efbf2fd843531e3366fd13b2638ed3a0 /net-analyzer/nagios-core | |
parent | acct-user/nagios: new GLEP81 user for nagios packages. (diff) | |
download | gentoo-614b395ef8d78e43fda8c1410a7319794594932f.tar.gz gentoo-614b395ef8d78e43fda8c1410a7319794594932f.tar.bz2 gentoo-614b395ef8d78e43fda8c1410a7319794594932f.zip |
net-analyzer/nagios-core: new revision using a GLEP81 user/group.
Closes: https://bugs.gentoo.org/701224
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-4.4.5-r6.ebuild (renamed from net-analyzer/nagios-core/nagios-core-4.4.5-r5.ebuild) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5-r5.ebuild b/net-analyzer/nagios-core/nagios-core-4.4.5-r6.ebuild index a1922298fa0f..6ec6bb7044f5 100644 --- a/net-analyzer/nagios-core/nagios-core-4.4.5-r5.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs user +inherit toolchain-funcs MY_P=${PN/-core}-${PV} DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation" @@ -47,7 +47,9 @@ REQUIRED_USE="apache2? ( !lighttpd )" # extract a snapshot of AngularJS, but that's only needed when USE=web. # MOD_ALIAS=apache2_modules_alias -DEPEND="dev-libs/libltdl:0 +DEPEND="acct-group/nagios + acct-user/nagios + dev-libs/libltdl:0 virtual/mailx perl? ( dev-lang/perl:= ) web? ( @@ -70,11 +72,6 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" -pkg_setup() { - enewgroup nagios - enewuser nagios -1 -1 -1 nagios -} - src_configure() { local myconf |