summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-14 22:10:54 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-14 22:10:54 +0000
commit66a5e943aa8f8066ad089d421d7c390ed2d6bda6 (patch)
tree278a0111a609f7f40605393d88abe4395b05f39a /dev-php4
parentMarked ppc stable for bug #150988." (diff)
downloadgentoo-2-66a5e943aa8f8066ad089d421d7c390ed2d6bda6.tar.gz
gentoo-2-66a5e943aa8f8066ad089d421d7c390ed2d6bda6.tar.bz2
gentoo-2-66a5e943aa8f8066ad089d421d7c390ed2d6bda6.zip
Fixup ebuild, remove old patch.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/eaccelerator/ChangeLog6
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild15
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog
index 33336925374e..218081ed8066 100644
--- a/dev-php4/eaccelerator/ChangeLog
+++ b/dev-php4/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/eaccelerator
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.13 2006/10/11 14:02:16 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.14 2006/10/14 22:10:54 chtekk Exp $
+
+ 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
+ -files/eaccelerator-0.9.3-hash-fix.patch, eaccelerator-0.9.5.ebuild:
+ Fixup ebuild, remove old patch.
*eaccelerator-0.9.5 (11 Oct 2006)
diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
index 2039aa8d40e3..4fb40e86bd20 100644
--- a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.1 2006/10/11 14:02:16 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.2 2006/10/14 22:10:54 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -16,10 +16,10 @@ HOMEPAGE="http://www.eaccelerator.net/"
SRC_URI="mirror://sourceforge/eaccelerator/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-IUSE="contentcache disassembler inode session sharedmem"
+IUSE="contentcache debug disassembler session sharedmem"
-DEPEND="${DEPEND}
- !dev-php4/pecl-apc"
+DEPEND="!dev-php4/pecl-apc"
+RDEPEND="${DEPEND}"
# Webserver user and group, here for Apache.
HTTPD_USER="apache"
@@ -45,10 +45,10 @@ src_compile() {
my_conf="--enable-eaccelerator=shared"
use contentcache && my_conf="${my_conf} --with-eaccelerator-content-caching"
+ use debug && my_conf="${my_conf} --with-eaccelerator-debug"
use disassembler && my_conf="${my_conf} --with-eaccelerator-disassembler"
use session && my_conf="${my_conf} --with-eaccelerator-sessions"
use sharedmem && my_conf="${my_conf} --with-eaccelerator-shared-memory"
- use !inode && my_conf="${my_conf} --without-eaccelerator-use-inode"
php-ext-source-r1_src_compile
}
@@ -61,15 +61,16 @@ src_install() {
fperms 750 "${EACCELERATOR_CACHEDIR}"
insinto "/usr/share/${PN}"
- doins doc/php/*
+ doins -r doc/php/
dodoc-php AUTHORS ChangeLog COPYING NEWS README README.eLoader
php-ext-base-r1_addtoinifiles "eaccelerator.shm_size" '"28"'
php-ext-base-r1_addtoinifiles "eaccelerator.cache_dir" "\"${EACCELERATOR_CACHEDIR}\""
php-ext-base-r1_addtoinifiles "eaccelerator.enable" '"1"'
php-ext-base-r1_addtoinifiles "eaccelerator.optimizer" '"1"'
- php-ext-base-r1_addtoinifiles "eaccelerator.check_mtime" '"1"'
php-ext-base-r1_addtoinifiles "eaccelerator.debug" '"0"'
+ php-ext-base-r1_addtoinifiles ";eaccelerator.log_file" '"/var/log/eaccelerator_log"'
+ php-ext-base-r1_addtoinifiles "eaccelerator.check_mtime" '"1"'
php-ext-base-r1_addtoinifiles "eaccelerator.filter" '""'
php-ext-base-r1_addtoinifiles "eaccelerator.shm_max" '"0"'
php-ext-base-r1_addtoinifiles "eaccelerator.shm_ttl" '"0"'