diff options
author | 2011-01-05 19:44:16 +0000 | |
---|---|---|
committer | 2011-01-05 19:44:16 +0000 | |
commit | 2ce7b3122239728182224e2ae1e3d5ab653e07c2 (patch) | |
tree | b52e84449565e7c87dc2b0817df0536674075d1b /dev-php5/pecl-apc | |
parent | Stable on amd64 wrt bug #343473 (diff) | |
download | gentoo-2-2ce7b3122239728182224e2ae1e3d5ab653e07c2.tar.gz gentoo-2-2ce7b3122239728182224e2ae1e3d5ab653e07c2.tar.bz2 gentoo-2-2ce7b3122239728182224e2ae1e3d5ab653e07c2.zip |
Removed old versions
(Portage version: 2.1.9.28/cvs/Linux i686)
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r-- | dev-php5/pecl-apc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.0.19.ebuild | 76 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.3_p1-r1.ebuild | 72 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.4-r1.ebuild | 70 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild | 71 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.5-r2.ebuild | 69 |
6 files changed, 7 insertions, 359 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog index 4db242937933..12b3a59babf4 100644 --- a/dev-php5/pecl-apc/ChangeLog +++ b/dev-php5/pecl-apc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-apc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.73 2011/01/04 21:12:34 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.74 2011/01/05 19:44:16 olemarkus Exp $ + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-apc-3.0.19.ebuild, -pecl-apc-3.1.3_p1-r1.ebuild, + -pecl-apc-3.1.4-r1.ebuild, -pecl-apc-3.1.5-r1.ebuild, + -pecl-apc-3.1.5-r2.ebuild: + Removed old versions 04 Jan 2011; Michael Weber <xmw@gentoo.org> pecl-apc-3.1.4.ebuild: sparc stable (bug 337194) diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.19.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.19.ebuild deleted file mode 100644 index 7368238e24f6..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.0.19.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2009 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.19.ebuild,v 1.5 2009/11/03 17:33:08 armin76 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 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 - -pkg_setup() { - 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.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.3_p1-r1.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.3_p1-r1.ebuild deleted file mode 100644 index 8f7324702d81..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.3_p1-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# 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.3_p1-r1.ebuild,v 1.2 2010/10/14 15:17:20 fauli 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 - || ( 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.4-r1.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.4-r1.ebuild deleted file mode 100644 index 384d795b552b..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.4-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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.4-r1.ebuild,v 1.3 2010/12/20 17:45:00 ranger 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 ~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-php5/eaccelerator !dev-php5/xcache - || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )" -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/." -} diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild deleted file mode 100644 index f1d001212c2b..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# 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.5-r1.ebuild,v 1.3 2010/11/14 19:11:52 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/." -} diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.5-r2.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.5-r2.ebuild deleted file mode 100644 index ff0523edfe8c..000000000000 --- a/dev-php5/pecl-apc/pecl-apc-3.1.5-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# 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.5-r2.ebuild,v 1.1 2010/11/04 09:03:50 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/." -} |