summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-12-16 03:36:36 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-12-16 03:36:36 +0000
commit98fc3dc61463422bc0a07901cc8012abbae14c56 (patch)
treeb906cc36d4dd4ee2d214bca9487c0b3399ebbaea /net-analyzer/nagios
parentDefault to munge library authentication over exec, fixes #532430 (diff)
downloadgentoo-2-98fc3dc61463422bc0a07901cc8012abbae14c56.tar.gz
gentoo-2-98fc3dc61463422bc0a07901cc8012abbae14c56.tar.bz2
gentoo-2-98fc3dc61463422bc0a07901cc8012abbae14c56.zip
Remove old after nagios-core cleanup
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r--net-analyzer/nagios/ChangeLog6
-rw-r--r--net-analyzer/nagios/nagios-3.2.3.ebuild53
-rw-r--r--net-analyzer/nagios/nagios-3.3.1.ebuild53
3 files changed, 5 insertions, 107 deletions
diff --git a/net-analyzer/nagios/ChangeLog b/net-analyzer/nagios/ChangeLog
index decc4fa4bc9a..d7fd2e9e7e9f 100644
--- a/net-analyzer/nagios/ChangeLog
+++ b/net-analyzer/nagios/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nagios
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.118 2014/11/22 21:33:29 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.119 2014/12/16 03:36:36 patrick Exp $
+
+ 16 Dec 2014; Patrick Lauer <patrick@gentoo.org> -nagios-3.2.3.ebuild,
+ -nagios-3.3.1.ebuild:
+ Remove old after nagios-core cleanup
*nagios-4.0.8 (22 Nov 2014)
diff --git a/net-analyzer/nagios/nagios-3.2.3.ebuild b/net-analyzer/nagios/nagios-3.2.3.ebuild
deleted file mode 100644
index 0b10aa8d555c..000000000000
--- a/net-analyzer/nagios/nagios-3.2.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-3.2.3.ebuild,v 1.6 2011/07/25 16:27:02 xarthisius Exp $
-
-inherit multilib
-
-DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages"
-HOMEPAGE="http://www.nagios.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
- >=net-analyzer/nagios-plugins-1.4.13-r1
- >=net-analyzer/nagios-imagepack-1.0-r100"
-
-pkg_setup() {
- # Avoid upgrading from Nagios <3 as the directory structure has changed
- if has_version '<net-analyzer/nagios-3.0' ; then
- if [[ "${FORCE_UPGRADE}" ]] ; then
- echo
- ewarn "you are upgrading from an incompatible version and have"
- ewarn "FORCE_UPGRADE set, will build this package while Nagios is running."
- echo
- else
- echo
- eerror "You are upgrading from an incompatible version."
- eerror "Please be advised that installation paths have changed to a more FHS"
- eerror "compliant structure and you won't be able to easily upgrade to"
- eerror "Nagios 3 therefore. You will have to change your configuration"
- eerror "to reflect this change, for example Nagios plugins are now installed"
- eerror "into /usr/$(get_libdir)/nagios/plugins/ instead of /usr/nagios/libexec."
- echo
- eerror "If you want to upgrade now, emerge nagios with:"
- eerror " FORCE_UPGRADE=1 emerge nagios"
- die "Upgrading from an incompatible version!"
- echo
- fi
- fi
-}
-
-pkg_postrm() {
- elog "Note: this is a META ebuild for ${P}."
- elog "to remove it completely or before re-emerging"
- elog "either use 'depclean', or remove/re-emerge these packages:"
- elog
- for dep in ${RDEPEND}; do
- elog " ${dep}"
- done
- echo
-}
diff --git a/net-analyzer/nagios/nagios-3.3.1.ebuild b/net-analyzer/nagios/nagios-3.3.1.ebuild
deleted file mode 100644
index 0a43053c31ac..000000000000
--- a/net-analyzer/nagios/nagios-3.3.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild,v 1.8 2014/08/03 16:45:03 tgall Exp $
-
-inherit multilib
-
-DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages"
-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-1.4.13-r1
- !net-analyzer/nagios-imagepack"
-
-pkg_setup() {
- # Avoid upgrading from Nagios <3 as the directory structure has changed
- if has_version '<net-analyzer/nagios-3.0' ; then
- if [[ "${FORCE_UPGRADE}" ]] ; then
- echo
- ewarn "you are upgrading from an incompatible version and have"
- ewarn "FORCE_UPGRADE set, will build this package while Nagios is running."
- echo
- else
- echo
- eerror "You are upgrading from an incompatible version."
- eerror "Please be advised that installation paths have changed to a more FHS"
- eerror "compliant structure and you won't be able to easily upgrade to"
- eerror "Nagios 3 therefore. You will have to change your configuration"
- eerror "to reflect this change, for example Nagios plugins are now installed"
- eerror "into /usr/$(get_libdir)/nagios/plugins/ instead of /usr/nagios/libexec."
- echo
- eerror "If you want to upgrade now, emerge nagios with:"
- eerror " FORCE_UPGRADE=1 emerge nagios"
- die "Upgrading from an incompatible version!"
- echo
- fi
- fi
-}
-
-pkg_postrm() {
- elog "Note: this is a META ebuild for ${P}."
- elog "to remove it completely or before re-emerging"
- elog "either use 'depclean', or remove/re-emerge these packages:"
- elog
- for dep in ${RDEPEND}; do
- elog " ${dep}"
- done
- echo
-}