diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:05:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:05:36 +0000 |
commit | 20ea55d806c79eb5fbe32faaeb28024bc13a649b (patch) | |
tree | 91fe5a03e27af257415c4f981c4af194d43130ce /dev-php | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-20ea55d806c79eb5fbe32faaeb28024bc13a649b.tar.gz gentoo-2-20ea55d806c79eb5fbe32faaeb28024bc13a649b.tar.bz2 gentoo-2-20ea55d806c79eb5fbe32faaeb28024bc13a649b.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')
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-php/pecl-mysqlnd_ms/ChangeLog b/dev-php/pecl-mysqlnd_ms/ChangeLog index 765433d9e9d4..20be14765ce3 100644 --- a/dev-php/pecl-mysqlnd_ms/ChangeLog +++ b/dev-php/pecl-mysqlnd_ms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-mysqlnd_ms # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.5 2012/02/14 17:15:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.6 2012/04/13 19:05:36 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pecl-mysqlnd_ms-1.1.1.ebuild, + pecl-mysqlnd_ms-1.1.2.ebuild, pecl-mysqlnd_ms-1.2.2.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 14 Feb 2012; Torsten Veller <tove@gentoo.org> pecl-mysqlnd_ms-1.1.1.ebuild: Fix ebuild header (#398773) diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild index ddf1a12bfdf1..9de16aadb6c5 100644 --- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild +++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.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/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild,v 1.2 2012/02/14 17:15:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild,v 1.3 2012/04/13 19:05:36 ulm Exp $ + +EAPI=4 PHP_EXT_NAME="mysqlnd_ms" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI=4 - inherit php-ext-pecl-r2 KEYWORDS="~amd64" diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.2.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.2.ebuild index 9cbe95f01f63..4d52b2bfc48a 100644 --- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.2.ebuild +++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.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/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.2.ebuild,v 1.2 2012/01/15 19:50:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.2.ebuild,v 1.3 2012/04/13 19:05:36 ulm Exp $ + +EAPI=4 PHP_EXT_NAME="mysqlnd_ms" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI=4 - inherit php-ext-pecl-r2 KEYWORDS="~amd64" diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild index c69771ee7fed..b7014b1a5125 100644 --- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild +++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.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/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild,v 1.1 2012/02/07 13:35:01 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild,v 1.2 2012/04/13 19:05:36 ulm Exp $ + +EAPI=4 PHP_EXT_NAME="mysqlnd_ms" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI=4 - inherit php-ext-pecl-r2 KEYWORDS="~amd64" |