www-misc/zoneminder: Remove depend.php from inherit wrt bug 552840
authorBrian Evans <grknight@gentoo.org>
Tue, 8 Dec 2015 18:45:46 +0000 (13:45 -0500)
committerBrian Evans <grknight@gentoo.org>
Tue, 8 Dec 2015 18:45:46 +0000 (13:45 -0500)
This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26

www-misc/zoneminder/zoneminder-1.27.0.ebuild
www-misc/zoneminder/zoneminder-1.28.0.ebuild
www-misc/zoneminder/zoneminder-1.28.1.ebuild

index 7870564c22b4a5faed6525bc2b9729c6ac25259d..a5f3fc69680a68079db4cc284fb478f2a37c65c6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -45,6 +45,7 @@ DEPEND="
        dev-perl/libwww-perl
        sys-libs/zlib
        virtual/ffmpeg
+       virtual/httpd-php
        virtual/jpeg
        virtual/mysql
        virtual/perl-ExtUtils-MakeMaker
@@ -63,7 +64,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -74,7 +74,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-       require_php_with_use mysql sockets apache2
+       :
 }
 
 src_configure() {
index 0168b2a2e5f24eaebb36c8ee066f22d84ec9c0b6..4015381c8d033e834ce999c3120739424925ae58 100644 (file)
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -50,6 +50,7 @@ DEPEND="
        sys-auth/polkit
        sys-libs/zlib
        virtual/ffmpeg
+       virtual/httpd-php
        virtual/jpeg
        virtual/mysql
        virtual/perl-ExtUtils-MakeMaker
@@ -69,7 +70,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -80,7 +80,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-       require_php_with_use mysql sockets apache2
+       :
 }
 
 src_configure() {
index 0168b2a2e5f24eaebb36c8ee066f22d84ec9c0b6..4015381c8d033e834ce999c3120739424925ae58 100644 (file)
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -50,6 +50,7 @@ DEPEND="
        sys-auth/polkit
        sys-libs/zlib
        virtual/ffmpeg
+       virtual/httpd-php
        virtual/jpeg
        virtual/mysql
        virtual/perl-ExtUtils-MakeMaker
@@ -69,7 +70,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -80,7 +80,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-       require_php_with_use mysql sockets apache2
+       :
 }
 
 src_configure() {