diff options
author | 2012-04-13 19:10:13 +0000 | |
---|---|---|
committer | 2012-04-13 19:10:13 +0000 | |
commit | 2751ae0cbc5fa5979d005bebe8ff87c3955c59c5 (patch) | |
tree | 0984e7a3fa864b7ed17cddaa152a5ea2eb732943 /dev-php/pecl-mysqlnd_ms | |
parent | 0.8.47 version bump. (diff) | |
download | historical-2751ae0cbc5fa5979d005bebe8ff87c3955c59c5.tar.gz historical-2751ae0cbc5fa5979d005bebe8ff87c3955c59c5.tar.bz2 historical-2751ae0cbc5fa5979d005bebe8ff87c3955c59c5.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-php/pecl-mysqlnd_ms')
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" |