diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-10-28 10:59:33 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-10-28 11:14:51 -0400 |
commit | db9467dcf5320a64341cb11c557022510a2a6475 (patch) | |
tree | 555c2e1b84061e18cbb939dbcbe29e330560e9ef /net-analyzer/nagios | |
parent | net-analyzer/nagios: new version 4.2.2 to fix CVE-2008-4796. (diff) | |
download | gentoo-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/nagios')
-rw-r--r-- | net-analyzer/nagios/nagios-4.0.8.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-4.1.1.ebuild | 21 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-4.2.1.ebuild | 21 |
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." -} |