grknight    15/06/17 20:07:28

  Modified:             nagvis-1.6.6.ebuild ChangeLog
  Log:
  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.6                  net-analyzer/nagvis/nagvis-1.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?r1=1.5&r2=1.6

Index: nagvis-1.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nagvis-1.6.6.ebuild 16 Dec 2014 22:34:42 -0000      1.5
+++ nagvis-1.6.6.ebuild 17 Jun 2015 20:07:28 -0000      1.6
@@ -1,10 +1,10 @@
-# 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/nagvis/nagvis-1.6.6.ebuild,v 
1.5 2014/12/16 22:34:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 
1.6 2015/06/17 20:07:28 grknight Exp $
 
 EAPI=5
 
-inherit eutils depend.php depend.apache
+inherit eutils depend.apache
 
 DESCRIPTION="NagVis is a visualization addon for the well known network 
managment system Nagios"
 HOMEPAGE="http://www.nagvis.org/";
@@ -15,14 +15,14 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="apache2 automap"
 
-DEPEND=""
+DEPEND="virtual/httpd-php"
 RDEPEND="|| ( net-analyzer/nagios net-analyzer/icinga )
        automap? ( >=media-gfx/graphviz-2.14 )
        apache2? ( dev-lang/php[apache2] )
        net-analyzer/mk-livestatus
-       dev-lang/php[gd,nls,json,session,pdo,sqlite,sockets,mysql,unicode,xml]"
+       dev-lang/php[gd,nls,json,session,pdo,sqlite,sockets,mysql,unicode,xml]
+       virtual/httpd-php:*"
 
-need_php_httpd
 want_apache2
 
 pkg_setup() {



1.17                 net-analyzer/nagvis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   16 Dec 2014 22:34:42 -0000      1.16
+++ ChangeLog   17 Jun 2015 20:07:28 -0000      1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagvis
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.16 
2014/12/16 22:34:42 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.17 
2015/06/17 20:07:28 grknight Exp $
+
+  17 Jun 2015; Brian Evans <grkni...@gentoo.org> nagvis-1.6.6.ebuild:
+  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
 
   16 Dec 2014; Pacho Ramos <pa...@gentoo.org> nagvis-1.6.6.ebuild:
   confutils was wrongly set making this unbuildable due missing sqlite3 dep,




Reply via email to