creffett    14/09/02 14:38:23

  Modified:             ChangeLog
  Added:                nagios-3.5.1.ebuild
  Log:
  Bump along with nagios-core
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
28DB029C)

Revision  Changes    Path
1.114                net-analyzer/nagios/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/ChangeLog?rev=1.114&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/ChangeLog?rev=1.114&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   3 Aug 2014 16:45:03 -0000       1.113
+++ ChangeLog   2 Sep 2014 14:38:22 -0000       1.114
@@ -1,6 +1,11 @@
 # 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.113 
2014/08/03 16:45:03 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.114 
2014/09/02 14:38:22 creffett Exp $
+
+*nagios-3.5.1 (02 Sep 2014)
+
+  02 Sep 2014; Chris Reffett <creff...@gentoo.org> +nagios-3.5.1.ebuild:
+  Bump along with nagios-core
 
   03 Aug 2014;  <tg...@gentoo.org> nagios-3.3.1.ebuild:
   arm64, initial support



1.1                  net-analyzer/nagios/nagios-3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/nagios-3.5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/nagios-3.5.1.ebuild?rev=1.1&content-type=text/plain

Index: nagios-3.5.1.ebuild
===================================================================
# 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.5.1.ebuild,v 
1.1 2014/09/02 14:38:22 creffett Exp $
EAPI=5

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
}




Reply via email to