summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:35:18 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:35:18 +0000
commit51c69c6505959689fd3a40ffc9836ada3ce73ac7 (patch)
tree3c031b30505411b5fed3bd713e1d244f2201e8fd /dev-php4
parentFix require_php_sapi_from usage wrt apache1. (diff)
downloadgentoo-2-51c69c6505959689fd3a40ffc9836ada3ce73ac7.tar.gz
gentoo-2-51c69c6505959689fd3a40ffc9836ada3ce73ac7.tar.bz2
gentoo-2-51c69c6505959689fd3a40ffc9836ada3ce73ac7.zip
Fix require_php_sapi_from usage wrt apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/pecl-apc/ChangeLog6
-rw-r--r--dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild4
-rw-r--r--dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php4/pecl-apc/ChangeLog b/dev-php4/pecl-apc/ChangeLog
index 4a07b936b552..86ef75ef4d03 100644
--- a/dev-php4/pecl-apc/ChangeLog
+++ b/dev-php4/pecl-apc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/pecl-apc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.23 2007/05/12 02:58:11 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.24 2007/05/12 14:35:18 chtekk Exp $
+
+ 12 May 2007; Luca Longinotti <chtekk@gentoo.org>
+ pecl-apc-3.0.12_p2.ebuild, pecl-apc-3.0.13.ebuild:
+ Fix require_php_sapi_from usage wrt apache1.
12 May 2007; Luca Longinotti <chtekk@gentoo.org>
pecl-apc-3.0.12_p2.ebuild, pecl-apc-3.0.13.ebuild:
diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index 6397cfe2840b..a1f630c58b6e 100644
--- a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.11 2007/05/12 02:58:11 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.12 2007/05/12 14:35:18 chtekk Exp $
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
@@ -23,7 +23,7 @@ need_php_by_category
pkg_setup() {
has_php
- require_php_sapi_from cgi apache apache2
+ require_php_sapi_from cgi apache2
}
src_compile() {
diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild
index eb0a8d2afae9..ed08af2869a0 100644
--- a/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild
+++ b/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild,v 1.3 2007/05/12 02:58:11 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.13.ebuild,v 1.4 2007/05/12 14:35:18 chtekk Exp $
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
@@ -23,7 +23,7 @@ need_php_by_category
pkg_setup() {
has_php
- require_php_sapi_from cgi apache apache2
+ require_php_sapi_from cgi apache2
}
src_unpack() {