public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/xcache: xcache-3.0.3-r1.ebuild ChangeLog xcache-3.0.3.ebuild
@ 2013-08-24 18:45 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2013-08-24 18:45 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/08/24 18:45:57

  Modified:             ChangeLog
  Added:                xcache-3.0.3-r1.ebuild
  Removed:              xcache-3.0.3.ebuild
  Log:
  Revbump adding 5.5 support
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.18                 dev-php/xcache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Aug 2013 18:38:33 -0000	1.17
+++ ChangeLog	24 Aug 2013 18:45:56 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xcache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.17 2013/08/24 18:38:33 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.18 2013/08/24 18:45:56 olemarkus Exp $
+
+*xcache-3.0.3-r1 (24 Aug 2013)
+
+  24 Aug 2013; Ole Markus With <olemarkus@gentoo.org> +xcache-3.0.3-r1.ebuild,
+  -xcache-3.0.3.ebuild:
+  Revbump adding 5.5 support
 
 *xcache-3.0.3 (24 Aug 2013)
 



1.1                  dev-php/xcache/xcache-3.0.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: xcache-3.0.3-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.3-r1.ebuild,v 1.1 2013/08/24 18:45:56 olemarkus Exp $

EAPI="5"
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
PHPSAPILIST="apache2 cgi fpm"

USE_PHP="php5-4 php5-5"
inherit php-ext-source-r2 confutils

DESCRIPTION="A fast and stable PHP opcode cacher"
HOMEPAGE="http://xcache.lighttpd.net/"
SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# make test would just run php's test and as such need the full php source
RESTRICT="test"

DEPEND="virtual/httpd-php
!dev-php/eaccelerator !dev-php/pecl-apc 
php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
"
RDEPEND="${DEPEND}"

src_configure() {

	my_conf="--enable-xcache=shared   \
			--enable-xcache-constant  \
			--enable-xcache-optimizer \
			--enable-xcache-coverager \
			--enable-xcache-assembler \
			--enable-xcache-encoder   \
			--enable-xcache-decoder"

	php-ext-source-r2_src_configure
}

src_install() {
	php-ext-source-r2_src_install
	dodoc AUTHORS ChangeLog NEWS README THANKS

	insinto "${PHP_EXT_SHARED_DIR}"
	doins lib/Decompiler.class.php
	insinto "${PHP_EXT_SHARED_DIR}"
	doins -r htdocs
}

pkg_postinst() {
	elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
	elog "release were installed into ${PHP_EXT_SHARED_DIR}."
}





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

only message in thread, other threads:[~2013-08-24 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-24 18:45 [gentoo-commits] gentoo-x86 commit in dev-php/xcache: xcache-3.0.3-r1.ebuild ChangeLog xcache-3.0.3.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