diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-06-10 07:41:01 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-06-10 07:41:01 -0400 |
commit | 3a00d72ecd011d58e532a946872fef3ae3555b9f (patch) | |
tree | 4b5fc32ce50672e795db3fba4084b4e8626df42d /net-analyzer/nagios | |
parent | net-analyzer/nagios: stabilize 4.4.10 for amd64, ppc64, sparc, x86 (diff) | |
download | gentoo-3a00d72ecd011d58e532a946872fef3ae3555b9f.tar.gz gentoo-3a00d72ecd011d58e532a946872fef3ae3555b9f.tar.bz2 gentoo-3a00d72ecd011d58e532a946872fef3ae3555b9f.zip |
net-analyzer/nagios: drop 4.4.7
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/nagios-4.4.7.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild deleted file mode 100644 index a367d8e0b0da..000000000000 --- a/net-analyzer/nagios/nagios-4.4.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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 )" |