public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-apc: ChangeLog pecl-apc-3.1.6-r1.ebuild pecl-apc-3.1.6.ebuild
@ 2010-11-30 15:44 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2010-11-30 15:44 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/11/30 15:44:00

  Modified:             ChangeLog
  Added:                pecl-apc-3.1.6-r1.ebuild pecl-apc-3.1.6.ebuild
  Log:
  Version bump of pecl-apc
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.67                 dev-php5/pecl-apc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	14 Nov 2010 19:11:52 -0000	1.66
+++ ChangeLog	30 Nov 2010 15:44:00 -0000	1.67
@@ -1,6 +1,13 @@
 # ChangeLog for dev-php5/pecl-apc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.66 2010/11/14 19:11:52 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.67 2010/11/30 15:44:00 olemarkus Exp $
+
+*pecl-apc-3.1.6-r1 (30 Nov 2010)
+*pecl-apc-3.1.6 (30 Nov 2010)
+
+  30 Nov 2010; Ole Markus With <olemarkus@gentoo.org>
+  +pecl-apc-3.1.6.ebuild, +pecl-apc-3.1.6-r1.ebuild:
+  Version bump
 
   14 Nov 2010; <olemarkus@gentoo.org> pecl-apc-3.1.5-r1.ebuild:
   No need to depend on any specific SAPI. (bug #344709)



1.1                  dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-apc-3.1.6-r1.ebuild
===================================================================
# Copyright 1999-2010 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.1.6-r1.ebuild,v 1.1 2010/11/30 15:44:00 olemarkus Exp $

EAPI=2

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-r2 confutils eutils

KEYWORDS="~amd64 ~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}"

src_compile() {
	my_conf="--enable-apc"
	enable_extension_enable "apc-mmap" "mmap" 0

	php-ext-pecl-r2_src_compile
}

src_install() {
	php-ext-pecl-r2_src_install

	php-ext-source-r2_addtoinifiles "apc.enabled" '"1"'
	php-ext-source-r2_addtoinifiles "apc.shm_segments" '"1"'
	php-ext-source-r2_addtoinifiles "apc.shm_size" '"30M"'
	php-ext-source-r2_addtoinifiles "apc.num_files_hint" '"1024"'
	php-ext-source-r2_addtoinifiles "apc.ttl" '"7200"'
	php-ext-source-r2_addtoinifiles "apc.user_ttl" '"7200"'
	php-ext-source-r2_addtoinifiles "apc.gc_ttl" '"3600"'
	php-ext-source-r2_addtoinifiles "apc.cache_by_default" '"1"'
	php-ext-source-r2_addtoinifiles ";apc.filters" '""'
	php-ext-source-r2_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apcphp5.XXXXXX"'
	php-ext-source-r2_addtoinifiles "apc.slam_defense" '"0"'
	php-ext-source-r2_addtoinifiles "apc.file_update_protection" '"2"'
	php-ext-source-r2_addtoinifiles "apc.enable_cli" '"0"'
	php-ext-source-r2_addtoinifiles "apc.max_file_size" '"1M"'
	php-ext-source-r2_addtoinifiles "apc.stat" '"1"'
	php-ext-source-r2_addtoinifiles "apc.write_lock" '"1"'
	php-ext-source-r2_addtoinifiles "apc.report_autofilter" '"0"'
	php-ext-source-r2_addtoinifiles "apc.include_once_override" '"0"'
	php-ext-source-r2_addtoinifiles "apc.rfc1867" '"0"'
	php-ext-source-r2_addtoinifiles "apc.rfc1867_prefix" '"upload_"'
	php-ext-source-r2_addtoinifiles "apc.rfc1867_name" '"APC_UPLOAD_PROGRESS"'
	php-ext-source-r2_addtoinifiles "apc.rfc1867_freq" '"0"'
	php-ext-source-r2_addtoinifiles "apc.localcache" '"0"'
	php-ext-source-r2_addtoinifiles "apc.localcache.size" '"512"'
	php-ext-source-r2_addtoinifiles "apc.coredump_unmap" '"0"'

	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 ${PHP_EXT_SHARED_DIR}/apc/."
}



1.1                  dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild?rev=1.1&content-type=text/plain

Index: pecl-apc-3.1.6.ebuild
===================================================================
# Copyright 1999-2010 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.1.6.ebuild,v 1.1 2010/11/30 15:44:00 olemarkus Exp $

EAPI=2

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 eutils

KEYWORDS="~amd64 ~ia64 ~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

src_compile() {
	my_conf="--enable-apc"
	enable_extension_enable "apc-mmap" "mmap" 0

	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" '"30M"'
	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.filters" '""'
	php-ext-base-r1_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apcphp5.XXXXXX"'
	php-ext-base-r1_addtoinifiles "apc.slam_defense" '"0"'
	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"'
	php-ext-base-r1_addtoinifiles "apc.report_autofilter" '"0"'
	php-ext-base-r1_addtoinifiles "apc.include_once_override" '"0"'
	php-ext-base-r1_addtoinifiles "apc.rfc1867" '"0"'
	php-ext-base-r1_addtoinifiles "apc.rfc1867_prefix" '"upload_"'
	php-ext-base-r1_addtoinifiles "apc.rfc1867_name" '"APC_UPLOAD_PROGRESS"'
	php-ext-base-r1_addtoinifiles "apc.rfc1867_freq" '"0"'
	php-ext-base-r1_addtoinifiles "apc.localcache" '"0"'
	php-ext-base-r1_addtoinifiles "apc.localcache.size" '"512"'
	php-ext-base-r1_addtoinifiles "apc.coredump_unmap" '"0"'

	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/."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-30 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 15:44 [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-apc: ChangeLog pecl-apc-3.1.6-r1.ebuild pecl-apc-3.1.6.ebuild Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox