From 576bfeb81b66e03581ee03daed56873b89b0fed2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 13 Apr 2012 18:59:25 +0000 Subject: Move EAPI assignment to top of ebuild, bug 411875. (Portage version: 2.1.10.56/cvs/Linux x86_64) --- dev-php/eaccelerator/ChangeLog | 7 ++++++- dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild | 8 ++++---- dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild | 8 ++++---- dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild | 8 ++++---- dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild | 6 +++--- 5 files changed, 21 insertions(+), 16 deletions(-) (limited to 'dev-php') diff --git a/dev-php/eaccelerator/ChangeLog b/dev-php/eaccelerator/ChangeLog index 44f317afa626..724089a377ca 100644 --- a/dev-php/eaccelerator/ChangeLog +++ b/dev-php/eaccelerator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/eaccelerator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/ChangeLog,v 1.25 2012/02/16 10:08:28 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/ChangeLog,v 1.26 2012/04/13 18:59:25 ulm Exp $ + + 13 Apr 2012; Ulrich Müller eaccelerator-0.9.6.1-r1.ebuild, + eaccelerator-0.9.6.1-r3.ebuild, eaccelerator-0.9.6.1-r4.ebuild, + eaccelerator-0.9.6.1-r5.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *eaccelerator-0.9.6.1-r5 (16 Feb 2012) diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild index d4ba628f6361..e4aae3f972d9 100644 --- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild +++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.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/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild,v 1.3 2011/07/22 08:16:31 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild,v 1.4 2012/04/13 18:59:25 ulm Exp $ + +EAPI="2" PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI="2" - [[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/" inherit php-ext-source-r2 eutils depend.apache diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild index 3004fccc79db..e18144807aee 100644 --- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild +++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.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/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild,v 1.3 2011/07/22 08:16:31 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild,v 1.4 2012/04/13 18:59:25 ulm Exp $ + +EAPI="2" PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI="2" - [[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/" inherit php-ext-source-r2 eutils depend.apache diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild index 6b4fddf4ebeb..7ac59f35ad03 100644 --- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild +++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.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/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild,v 1.5 2011/11/02 14:51:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild,v 1.6 2012/04/13 18:59:25 ulm Exp $ + +EAPI="2" PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI="2" - [[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/" inherit php-ext-source-r2 eutils depend.apache diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild index ab85cbe172c7..12697636da0c 100644 --- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild +++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.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/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild,v 1.1 2012/02/16 10:08:28 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild,v 1.2 2012/04/13 18:59:25 ulm Exp $ + +EAPI="4" PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI="4" - [[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/" inherit php-ext-source-r2 eutils depend.apache -- cgit v1.2.3-65-gdbad