summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-09-26 13:49:26 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-09-26 13:49:26 +0000
commit9a02d3c2d13097e2d7e56360f424b3753c9b35e8 (patch)
treea0414043ca99404a63c14b0473b504bfbcf7b6a7 /dev-php5/eaccelerator
parentVersion bump to latest. This is only basic ebuild and generic tested. Might n... (diff)
downloadgentoo-2-9a02d3c2d13097e2d7e56360f424b3753c9b35e8.tar.gz
gentoo-2-9a02d3c2d13097e2d7e56360f424b3753c9b35e8.tar.bz2
gentoo-2-9a02d3c2d13097e2d7e56360f424b3753c9b35e8.zip
Now correctly installs extension as a regular extension. Fixes bug #338533
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/eaccelerator')
-rw-r--r--dev-php5/eaccelerator/ChangeLog6
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild6
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild4
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog
index e32a9950b8f3..55f68c7db33c 100644
--- a/dev-php5/eaccelerator/ChangeLog
+++ b/dev-php5/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/eaccelerator
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.24 2010/08/02 17:32:01 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.25 2010/09/26 13:49:26 olemarkus Exp $
+
+ 26 Sep 2010; <olemarkus@gentoo.org> eaccelerator-0.9.5.3-r1.ebuild,
+ eaccelerator-0.9.6.ebuild, eaccelerator-0.9.6.1.ebuild:
+ Now correctly installs extension as a regular extension. Fixes bug #338533
*eaccelerator-0.9.6.1 (02 Aug 2010)
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild
index 906f324f497c..d41d38599bef 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild
+++ b/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild,v 1.1 2009/08/14 11:00:24 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5.3-r1.ebuild,v 1.2 2010/09/26 13:49:26 olemarkus Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
+PHP_EXT_ZENDEXT="no"
[[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/"
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild
index 3e16c1b33ce7..04d088e3ed45 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild
+++ b/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild,v 1.1 2010/08/02 17:32:01 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.1.ebuild,v 1.2 2010/09/26 13:49:26 olemarkus Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
+PHP_EXT_ZENDEXT="no"
EAPI="2"
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild
index e68c75b1babd..c116d512c418 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild
+++ b/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild,v 1.2 2010/06/01 03:52:00 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.ebuild,v 1.3 2010/09/26 13:49:26 olemarkus Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
+PHP_EXT_ZENDEXT="no"
EAPI="2"