summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-10-28 10:59:33 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-10-28 11:14:51 -0400
commitdb9467dcf5320a64341cb11c557022510a2a6475 (patch)
tree555c2e1b84061e18cbb939dbcbe29e330560e9ef /net-analyzer
parentnet-analyzer/nagios: new version 4.2.2 to fix CVE-2008-4796. (diff)
downloadgentoo-db9467dcf5320a64341cb11c557022510a2a6475.tar.gz
gentoo-db9467dcf5320a64341cb11c557022510a2a6475.tar.bz2
gentoo-db9467dcf5320a64341cb11c557022510a2a6475.zip
net-analyzer/nagios: remove older versions not stabilized anywhere.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagios/nagios-4.0.8.ebuild23
-rw-r--r--net-analyzer/nagios/nagios-4.1.1.ebuild21
-rw-r--r--net-analyzer/nagios/nagios-4.2.1.ebuild21
3 files changed, 0 insertions, 65 deletions
diff --git a/net-analyzer/nagios/nagios-4.0.8.ebuild b/net-analyzer/nagios/nagios-4.0.8.ebuild
deleted file mode 100644
index 1e9a550d4dfa..000000000000
--- a/net-analyzer/nagios/nagios-4.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
- net-analyzer/nagios-plugins
- !net-analyzer/nagios-imagepack"
-
-pkg_postrm() {
- elog "Note: this is a meta package for ${PN}."
- elog "To remove it completely, or before re-emerging,"
- elog "use emerge --depclean."
-}
diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
deleted file mode 100644
index caaab8eba145..000000000000
--- a/net-analyzer/nagios/nagios-4.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
- || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
-
-pkg_postrm() {
- elog "Note: this is a metapackage for ${PN}."
- elog "To remove it completely, use emerge --depclean."
-}
diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild b/net-analyzer/nagios/nagios-4.2.1.ebuild
deleted file mode 100644
index cdcde9c57b79..000000000000
--- a/net-analyzer/nagios/nagios-4.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
- || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
-
-pkg_postrm() {
- elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
- elog "To remove it completely, use emerge --depclean."
-}