pchrist     15/01/27 14:58:15

  Modified:             nagios-core-3.5.1.ebuild ChangeLog
  Log:
  Better USE=-web handling for 3.5.1, fixes bug #537974, btw the whole -web 
thing needs improvement
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  net-analyzer/nagios-core/nagios-core-3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild?r1=1.8&r2=1.9

Index: nagios-core-3.5.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nagios-core-3.5.1.ebuild    19 Sep 2014 10:30:51 -0000      1.8
+++ nagios-core-3.5.1.ebuild    27 Jan 2015 14:58:15 -0000      1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild,v 1.8 
2014/09/19 10:30:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild,v 1.9 
2015/01/27 14:58:15 pchrist Exp $
 
 EAPI=5
 
@@ -95,6 +95,7 @@
        if ! use web ; then
                sed -i -e 's/cd $(SRC_CGI) && $(MAKE) $@/# line removed due 
missing web use flag/' \
                        -e 's/cd $(SRC_HTM) && $(MAKE) $@/# line removed due 
missing web use flag/' \
+                       -e 's/$(MAKE) install-exfoliation/# line removed due 
missing web use flag/' \
                        Makefile
        fi
 
@@ -103,7 +104,9 @@
        emake DESTDIR="${D}" install
        emake DESTDIR="${D}" install-config
        emake DESTDIR="${D}" install-commandmode
-       emake DESTDIR="${D}" install-classicui
+       if use web; then
+               emake DESTDIR="${D}" install-classicui
+       fi
 
        newinitd "${FILESDIR}"/nagios3 nagios
        newconfd "${FILESDIR}"/conf.d nagios



1.203                net-analyzer/nagios-core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   13 Dec 2014 18:13:54 -0000      1.202
+++ ChangeLog   27 Jan 2015 14:58:15 -0000      1.203
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/nagios-core
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.202 
2014/12/13 18:13:54 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.203 
2015/01/27 14:58:15 pchrist Exp $
+
+  27 Jan 2015; Panagiotis Christopoulos <pchr...@gentoo.org>
+  nagios-core-3.5.1.ebuild:
+  Better USE=-web handling for 3.5.1, fixes bug #537974, btw the whole -web
+  thing needs improvement
 
   13 Dec 2014; Mikle Kolyada <zlog...@gentoo.org> -nagios-core-3.2.3.ebuild,
   -nagios-core-3.3.1.ebuild:




Reply via email to