diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:02:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:02:43 +0000 |
commit | 480e6c6023f8fb8b33bd5e38071ba06769f57e2f (patch) | |
tree | 51da8369f77814849dbd60471e8c437e88252d05 /dev-php | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-480e6c6023f8fb8b33bd5e38071ba06769f57e2f.tar.gz gentoo-2-480e6c6023f8fb8b33bd5e38071ba06769f57e2f.tar.bz2 gentoo-2-480e6c6023f8fb8b33bd5e38071ba06769f57e2f.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/pecl-gnupg/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-php/pecl-gnupg/ChangeLog b/dev-php/pecl-gnupg/ChangeLog index d7fe42b321f7..07d94078c42a 100644 --- a/dev-php/pecl-gnupg/ChangeLog +++ b/dev-php/pecl-gnupg/ChangeLog @@ -1,6 +1,9 @@ -# ChangeLog for dev-php5/pecl-gnupg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.1 2011/12/14 22:36:34 mabi Exp $ +# ChangeLog for dev-php/pecl-gnupg +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.2 2012/04/13 19:02:43 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pecl-gnupg-1.3.2-r1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 26 Jan 2011; Matti Bickel <mabi@gentoo.org> +files/1.3.2/01-large_file_system.patch, pecl-gnupg-1.3.2-r1.ebuild: diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild index b1fb8733b0f4..69e9f82f8137 100644 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild +++ b/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-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/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild,v 1.1 2011/12/14 22:36:34 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild,v 1.2 2012/04/13 19:02:43 ulm Exp $ + +EAPI="3" PHP_EXT_NAME="gnupg" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -EAPI="3" - inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" |