diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-16 09:46:01 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-16 09:46:01 +0000 |
commit | ea23cb29789089d9bac25a50aed4aecdfcabb46c (patch) | |
tree | 3562a347504385dd4ecc546fe2111839738c99ca /dev-php5/xcache | |
parent | Version bump, thanks to Kir Kolyshkin <kir at openvz.org> for notifying us. (diff) | |
download | gentoo-2-ea23cb29789089d9bac25a50aed4aecdfcabb46c.tar.gz gentoo-2-ea23cb29789089d9bac25a50aed4aecdfcabb46c.tar.bz2 gentoo-2-ea23cb29789089d9bac25a50aed4aecdfcabb46c.zip |
From hoffie: adding RESTRICT=test and s/CHANGELOG/ChangeLog/
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-php5/xcache')
-rw-r--r-- | dev-php5/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xcache/files/digest-xcache-1.2.0 | 3 | ||||
-rw-r--r-- | dev-php5/xcache/xcache-1.2.0.ebuild | 77 | ||||
-rw-r--r-- | dev-php5/xcache/xcache-1.2.1.ebuild | 7 |
4 files changed, 9 insertions, 83 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog index 4e4e1d26b821..e1efd663c7ea 100644 --- a/dev-php5/xcache/ChangeLog +++ b/dev-php5/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xcache # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.8 2007/07/07 13:35:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.9 2007/08/16 09:46:00 jokey Exp $ + + 16 Aug 2007; Markus Ullmann <jokey@gentoo.org> xcache-1.2.1.ebuild: + From hoffie: adding RESTRICT=test and s/CHANGELOG/ChangeLog/ *xcache-1.2.1 (07 Jul 2007) diff --git a/dev-php5/xcache/files/digest-xcache-1.2.0 b/dev-php5/xcache/files/digest-xcache-1.2.0 deleted file mode 100644 index 247ce82fa03c..000000000000 --- a/dev-php5/xcache/files/digest-xcache-1.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ffeaa9547037e098d9b041eb9741b51e xcache-1.2.0.tar.bz2 79153 -RMD160 1d77af20e117e7bebc939448500e7c7703028178 xcache-1.2.0.tar.bz2 79153 -SHA256 808d3a99ad584a52590504d26f272cd7235da3acb66bc67ed4e8387d1ab4ff02 xcache-1.2.0.tar.bz2 79153 diff --git a/dev-php5/xcache/xcache-1.2.0.ebuild b/dev-php5/xcache/xcache-1.2.0.ebuild deleted file mode 100644 index 32b098b1c594..000000000000 --- a/dev-php5/xcache/xcache-1.2.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.0.ebuild,v 1.7 2007/05/12 14:31:59 chtekk Exp $ - -PHP_EXT_NAME="xcache" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="yes" - -inherit php-ext-source-r1 confutils - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Another PHP opcode cache and encoder." -HOMEPAGE="http://trac.lighttpd.net/xcache/" -SRC_URI="http://210.51.190.228/pub/XCache/Releases/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="!dev-php5/eaccelerator !dev-php5/pecl-apc" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -need_php_by_category - -pkg_setup() { - has_php - require_php_sapi_from cgi apache2 -} - -src_compile() { - has_php - - my_conf="--enable-xcache=shared \ - --enable-xcache-constant \ - --enable-xcache-optimizer \ - --enable-xcache-coverager \ - --enable-xcache-assembler \ - --enable-xcache-encoder \ - --enable-xcache-decoder" - - enable_extension_with_built_with =${PHP_PKG} apache2 apxs2 /usr/sbin/apxs2 "optimisation for apache2" - - php-ext-source-r1_src_compile -} - -src_install() { - php-ext-source-r1_src_install - dodoc-php AUTHORS CHANGELOG INSTALL COPYING - - php-ext-base-r1_addtoinifiles "auto_globals_jit" '"0"' - php-ext-base-r1_addtoinifiles "xcache.cacher" '"1"' - php-ext-base-r1_addtoinifiles "xcache.size" '"10M"' - php-ext-base-r1_addtoinifiles "xcache.count" '"2"' - php-ext-base-r1_addtoinifiles "xcache.slots" '"8k"' - php-ext-base-r1_addtoinifiles "xcache.var_size" '"0"' - php-ext-base-r1_addtoinifiles "xcache.var_count" '"1"' - php-ext-base-r1_addtoinifiles "xcache.readonly_protection" '"0"' - php-ext-base-r1_addtoinifiles "xcache.mmap_path" '"/dev/zero"' - php-ext-base-r1_addtoinifiles "xcache.stat" '"1"' - php-ext-base-r1_addtoinifiles "xcache.optimizer" '"0"' - php-ext-base-r1_addtoinifiles "xcache.coverager" '"0"' - php-ext-base-r1_addtoinifiles "xcache.coveragedump_directory" '""' - - dodir "${PHP_EXT_SHARED_DIR}" - insinto "${PHP_EXT_SHARED_DIR}" - doins Decompiler.class.php - dodir "${PHP_EXT_SHARED_DIR}/admin" - insinto "${PHP_EXT_SHARED_DIR}/admin" - doins admin/* -} - -pkg_postinst() { - elog "Decompiler.class.php and the admin/ directory shipped with this" - elog "release were installed into ${ROOT}usr/share/php5/xcache/." -} diff --git a/dev-php5/xcache/xcache-1.2.1.ebuild b/dev-php5/xcache/xcache-1.2.1.ebuild index ed74a1057aff..60acfb940264 100644 --- a/dev-php5/xcache/xcache-1.2.1.ebuild +++ b/dev-php5/xcache/xcache-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.1.ebuild,v 1.1 2007/07/07 13:35:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.1.ebuild,v 1.2 2007/08/16 09:46:00 jokey Exp $ PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" @@ -17,6 +17,9 @@ LICENSE="BSD" SLOT="0" IUSE="" +# make test would just run php's test and as such need the full php source +RESTRICT="test" + DEPEND="!dev-php5/eaccelerator !dev-php5/pecl-apc" RDEPEND="${DEPEND}" @@ -45,7 +48,7 @@ src_compile() { src_install() { php-ext-source-r1_src_install - dodoc-php AUTHORS CHANGELOG INSTALL COPYING + dodoc-php AUTHORS ChangeLog INSTALL COPYING php-ext-base-r1_addtoinifiles "auto_globals_jit" '"0"' php-ext-base-r1_addtoinifiles "xcache.cacher" '"1"' |