summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/xcache/ChangeLog6
-rw-r--r--dev-php/xcache/xcache-1.3.1.ebuild6
-rw-r--r--dev-php/xcache/xcache-1.3.2.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog
index 5c333d9cb102..a59d7be1d0d8 100644
--- a/dev-php/xcache/ChangeLog
+++ b/dev-php/xcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/xcache
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.4 2012/01/21 16:21:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.5 2012/04/13 19:07:42 ulm Exp $
+
+ 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> xcache-1.3.1.ebuild,
+ xcache-1.3.2.ebuild:
+ Move EAPI assignment to top of ebuild, bug 411875.
21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xcache-1.3.2.ebuild:
x86 stable wrt bug #398537
diff --git a/dev-php/xcache/xcache-1.3.1.ebuild b/dev-php/xcache/xcache-1.3.1.ebuild
index 13bf88ec1d1c..0bc06059e2fa 100644
--- a/dev-php/xcache/xcache-1.3.1.ebuild
+++ b/dev-php/xcache/xcache-1.3.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.1.ebuild,v 1.2 2011/07/22 08:16:15 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.1.ebuild,v 1.3 2012/04/13 19:07:42 ulm Exp $
+EAPI="2"
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="yes"
PHPSAPILIST="apache2 cgi fpm"
-EAPI="2"
inherit php-ext-source-r2 confutils
DESCRIPTION="A fast and stable PHP opcode cacher"
diff --git a/dev-php/xcache/xcache-1.3.2.ebuild b/dev-php/xcache/xcache-1.3.2.ebuild
index cab65958446e..3cedfded4912 100644
--- a/dev-php/xcache/xcache-1.3.2.ebuild
+++ b/dev-php/xcache/xcache-1.3.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.2.ebuild,v 1.3 2012/01/21 16:21:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.2.ebuild,v 1.4 2012/04/13 19:07:42 ulm Exp $
+EAPI="2"
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="yes"
PHPSAPILIST="apache2 cgi fpm"
-EAPI="2"
inherit php-ext-source-r2 confutils
DESCRIPTION="A fast and stable PHP opcode cacher"