diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:10:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:10:13 +0000 |
commit | 2751ae0cbc5fa5979d005bebe8ff87c3955c59c5 (patch) | |
tree | 0984e7a3fa864b7ed17cddaa152a5ea2eb732943 /dev-php/pecl-cairo | |
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-cairo')
-rw-r--r-- | dev-php/pecl-cairo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/pecl-cairo/ChangeLog b/dev-php/pecl-cairo/ChangeLog index 6ef1bcb429a1..f277a23cd4f7 100644 --- a/dev-php/pecl-cairo/ChangeLog +++ b/dev-php/pecl-cairo/ChangeLog @@ -1,6 +1,9 @@ -# ChangeLog for dev-php5/pecl-cairo +# ChangeLog for dev-php/pecl-cairo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/ChangeLog,v 1.3 2012/02/16 11:21:17 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/ChangeLog,v 1.4 2012/04/13 19:00:41 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pecl-cairo-0.3.1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 16 Feb 2012; Ole Markus With <olemarkus@gentoo.org> -pecl-cairo-0.2.0-r1.ebuild: diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild index e70fe4f104d6..6a964a95ba7f 100644 --- a/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild +++ b/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild,v 1.2 2012/02/16 16:56:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/pecl-cairo-0.3.1.ebuild,v 1.3 2012/04/13 19:00:41 ulm Exp $ + +EAPI="4" PHP_EXT_NAME="cairo" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="TODO" -EAPI="4" - USE_PHP="php5-3 php5-4" inherit php-ext-pecl-r2 |