diff options
author | 2011-03-24 17:54:28 +0000 | |
---|---|---|
committer | 2011-03-24 17:54:28 +0000 | |
commit | 8975234d0677d0c90e1d26547425db5079c42f21 (patch) | |
tree | 788e4d0dd9b38dbd873bc482ec0bc5dffd2697ce /dev-php5/pecl-apc | |
parent | ppc64 stable wrt #355911 (diff) | |
download | gentoo-2-8975234d0677d0c90e1d26547425db5079c42f21.tar.gz gentoo-2-8975234d0677d0c90e1d26547425db5079c42f21.tar.bz2 gentoo-2-8975234d0677d0c90e1d26547425db5079c42f21.zip |
Removed older versions
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.4.ebuild | 72 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild | 69 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild | 71 |
3 files changed, 0 insertions, 212 deletions
diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.4.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.4.ebuild deleted file mode 100644 index f77cd3d3b967..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.4.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2011 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.4.ebuild,v 1.7 2011/03/13 08:10:09 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 ppc ~ppc64 x86" - -DESCRIPTION="A free, open, and robust framework for caching and optimizing PHP code." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="mmap" - -DEPEND="!dev-php/eaccelerator !dev-php5/xcache - || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )" -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" '"30"' - 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/." -} diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild deleted file mode 100644 index a84c99efa928..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.6-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 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.7 2011/03/13 08:10:09 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 ~ppc ~ppc64 x86" - -DESCRIPTION="A free, open, and robust framework for caching and optimizing PHP code." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="mmap" - -DEPEND="!dev-php/eaccelerator !dev-php5/xcache" -RDEPEND="${DEPEND}" - -src_configure() { - my_conf="--enable-apc" - enable_extension_enable "apc-mmap" "mmap" 0 - - php-ext-source-r2_src_configure -} - -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/." -} diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild deleted file mode 100644 index 2c345ff0f53a..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2011 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.3 2011/03/13 08:10:09 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 ~ppc ~ppc64 ~x86" - -DESCRIPTION="A free, open, and robust framework for caching and optimizing PHP code." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="mmap" - -DEPEND="!dev-php/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/." -} |