summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-14 21:32:17 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-14 21:32:17 +0000
commitacc9fcbed0e873e23f0adcab4359396b21461b4e (patch)
tree4d53df376754176c0339c340c1267fb7fe6e0b43 /dev-php5
parentUpdated masks, new snapshots (diff)
downloadgentoo-2-acc9fcbed0e873e23f0adcab4359396b21461b4e.tar.gz
gentoo-2-acc9fcbed0e873e23f0adcab4359396b21461b4e.tar.bz2
gentoo-2-acc9fcbed0e873e23f0adcab4359396b21461b4e.zip
Fixup ebuild.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/eaccelerator/ChangeLog6
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog
index 1514e66b62d8..5f83a61960d5 100644
--- a/dev-php5/eaccelerator/ChangeLog
+++ b/dev-php5/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/eaccelerator
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.7 2006/10/11 13:58:51 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.8 2006/10/14 21:32:17 chtekk Exp $
+
+ 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
+ eaccelerator-0.9.5.ebuild:
+ Fixup ebuild.
*eaccelerator-0.9.5 (11 Oct 2006)
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
index 81e167e059e5..7800369e580a 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php5/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-php5/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.1 2006/10/11 13:58:51 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.2 2006/10/14 21:32:17 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -16,7 +16,7 @@ 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-php5/pecl-apc"
@@ -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"'