From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J7ypZ-0007m9-CE for garchives@archives.gentoo.org; Thu, 27 Dec 2007 19:55:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBRJtiCM016026; Thu, 27 Dec 2007 19:55:44 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBRJthI5015977 for ; Thu, 27 Dec 2007 19:55:43 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 67D87654CE for ; Thu, 27 Dec 2007 19:55:43 +0000 (UTC) Received: from jokey by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J7ypS-0001OA-Bd for gentoo-commits@lists.gentoo.org; Thu, 27 Dec 2007 19:55:42 +0000 From: "Markus Ullmann (jokey)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jokey@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-apc: ChangeLog pecl-apc-3.0.16.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog pecl-apc-3.0.16.ebuild X-VCS-Directories: dev-php5/pecl-apc X-VCS-Committer: jokey X-VCS-Committer-Name: Markus Ullmann Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Ullmann Date: Thu, 27 Dec 2007 19:55:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 569bc66e-9656-4418-9787-9738fbd20dfd X-Archives-Hash: 416b245de4aa0b85e90ada8412e86f8e jokey 07/12/27 19:55:42 Modified: ChangeLog Added: pecl-apc-3.0.16.ebuild Log: Version bump from project overlay (Portage version: 2.1.4_rc11) Revision Changes Path 1.32 dev-php5/pecl-apc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-apc/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-apc/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-apc/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 6 Dec 2007 01:05:47 -0000 1.31 +++ ChangeLog 27 Dec 2007 19:55:41 -0000 1.32 @@ -1,6 +1,15 @@ # ChangeLog for dev-php5/pecl-apc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.31 2007/12/06 01:05:47 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.32 2007/12/27 19:55:41 jokey Exp $ + +*pecl-apc-3.0.16 (27 Dec 2007) + + 27 Dec 2007; Markus Ullmann +pecl-apc-3.0.16.ebuild: + Version bump from project overlay + + 27 Dec 2007; Jakub Moc + +pecl-apc-3.0.16.ebuild: + Version bump 06 Dec 2007; Markus Ullmann pecl-apc-3.0.12_p2.ebuild, -pecl-apc-3.0.14.ebuild, pecl-apc-3.0.15.ebuild: 1.1 dev-php5/pecl-apc/pecl-apc-3.0.16.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.16.ebuild?rev=1.1&content-type=text/plain Index: pecl-apc-3.0.16.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.16.ebuild,v 1.1 2007/12/27 19:55:41 jokey Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO" inherit php-ext-pecl-r1 confutils KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A free, open, and robust framework for caching and optimizing PHP code." LICENSE="PHP-3.01" SLOT="0" IUSE="mmap" DEPEND="!dev-php5/eaccelerator !dev-php5/xcache" RDEPEND="${DEPEND}" need_php_by_category pkg_setup() { has_php require_php_sapi_from cgi apache2 } src_compile() { has_php my_conf="--enable-apc" enable_extension_enable "apc-mmap" "mmap" 0 enable_extension_with_built_with =${PHP_PKG} apache2 apxs /usr/sbin/apxs2 "optimisation for apache2" php-ext-pecl-r1_src_compile } src_install() { php-ext-pecl-r1_src_install php-ext-base-r1_addtoinifiles "apc.enabled" '"1"' php-ext-base-r1_addtoinifiles "apc.shm_segments" '"1"' php-ext-base-r1_addtoinifiles "apc.shm_size" '"30"' php-ext-base-r1_addtoinifiles "apc.optimization" '"0"' php-ext-base-r1_addtoinifiles "apc.num_files_hint" '"1024"' php-ext-base-r1_addtoinifiles "apc.ttl" '"7200"' php-ext-base-r1_addtoinifiles "apc.user_ttl" '"7200"' php-ext-base-r1_addtoinifiles "apc.gc_ttl" '"3600"' php-ext-base-r1_addtoinifiles "apc.cache_by_default" '"1"' php-ext-base-r1_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apcphp5.XXXXXX"' php-ext-base-r1_addtoinifiles "apc.file_update_protection" '"2"' php-ext-base-r1_addtoinifiles "apc.enable_cli" '"0"' php-ext-base-r1_addtoinifiles "apc.max_file_size" '"1M"' php-ext-base-r1_addtoinifiles "apc.stat" '"1"' php-ext-base-r1_addtoinifiles "apc.write_lock" '"1"' dodir "${PHP_EXT_SHARED_DIR}" insinto "${PHP_EXT_SHARED_DIR}" doins apc.php } pkg_postinst() { elog "The apc.php file shipped with this release of PECL-APC was" elog "installed into ${ROOT}usr/share/php5/apc/." } -- gentoo-commits@gentoo.org mailing list