diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-06-02 13:09:30 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-06-02 13:09:30 -0400 |
commit | dcce243abd1dcd8bfd71f2c75277692efeb54aa7 (patch) | |
tree | 618ea757cb55b340ea6b6044c2e89a4bdbdc06a9 /net-analyzer | |
parent | net-analyzer/nagios-core: new upstream v4.4.7. (diff) | |
download | gentoo-dcce243abd1dcd8bfd71f2c75277692efeb54aa7.tar.gz gentoo-dcce243abd1dcd8bfd71f2c75277692efeb54aa7.tar.bz2 gentoo-dcce243abd1dcd8bfd71f2c75277692efeb54aa7.zip |
net-analyzer/nagios: new upstream v4.4.7.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios/nagios-4.4.7.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild new file mode 100644 index 000000000000..25c696692b74 --- /dev/null +++ b/net-analyzer/nagios/nagios-4.4.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The Nagios metapackage" +HOMEPAGE="https://www.nagios.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~net-analyzer/nagios-core-${PV} + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )" |