diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-03-06 21:22:57 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-03-06 21:23:34 -0500 |
commit | 8b8fb3b286282a32197c3b9c733010d0fa7a1b9a (patch) | |
tree | 5a4b277c4669821fd7dbdfb4f13dc771446ff96e /net-analyzer | |
parent | net-analyzer/nagios-core: drop 4.4.8 (diff) | |
download | gentoo-8b8fb3b286282a32197c3b9c733010d0fa7a1b9a.tar.gz gentoo-8b8fb3b286282a32197c3b9c733010d0fa7a1b9a.tar.bz2 gentoo-8b8fb3b286282a32197c3b9c733010d0fa7a1b9a.zip |
net-analyzer/nagios: drop 4.4.8
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios/nagios-4.4.8.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-analyzer/nagios/nagios-4.4.8.ebuild b/net-analyzer/nagios/nagios-4.4.8.ebuild deleted file mode 100644 index 25c696692b74..000000000000 --- a/net-analyzer/nagios/nagios-4.4.8.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 )" |