diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:07:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:07:42 +0000 |
commit | 5f26eb7ca31929dccb7ec81362bf7c3298e43c24 (patch) | |
tree | 5bbfb5d2a5902c5bba8129c9526cc85d4d93f981 /dev-php | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-5f26eb7ca31929dccb7ec81362bf7c3298e43c24.tar.gz gentoo-2-5f26eb7ca31929dccb7ec81362bf7c3298e43c24.tar.bz2 gentoo-2-5f26eb7ca31929dccb7ec81362bf7c3298e43c24.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xcache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/xcache/xcache-1.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-php/xcache/xcache-1.3.2.ebuild | 4 |
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" |