diff options
author | Brian Evans <grknight@gentoo.org> | 2015-04-29 00:14:43 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-04-29 00:14:43 +0000 |
commit | 06e04fb4e4d0c639826ebf440ad5ef877aaecca4 (patch) | |
tree | 931eb1f190aeef1663e943c5eb8419121bac5c40 /dev-php/pecl-yaml | |
parent | Add kernel environment variable K_BASE_VER. (diff) | |
download | gentoo-2-06e04fb4e4d0c639826ebf440ad5ef877aaecca4.tar.gz gentoo-2-06e04fb4e4d0c639826ebf440ad5ef877aaecca4.tar.bz2 gentoo-2-06e04fb4e4d0c639826ebf440ad5ef877aaecca4.zip |
Revbump to add php5-6 target wrt bug 538128; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php/pecl-yaml')
-rw-r--r-- | dev-php/pecl-yaml/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild (renamed from dev-php/pecl-yaml/pecl-yaml-1.1.0-r1.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/pecl-yaml/ChangeLog b/dev-php/pecl-yaml/ChangeLog index 2beaf5f3d945..68f1ab7e96ce 100644 --- a/dev-php/pecl-yaml/ChangeLog +++ b/dev-php/pecl-yaml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-yaml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.5 2014/01/04 19:36:03 mabi Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.6 2015/04/29 00:14:43 grknight Exp $ + +*pecl-yaml-1.1.1-r1 (29 Apr 2015) + + 29 Apr 2015; Brian Evans <grknight@gentoo.org> +pecl-yaml-1.1.1-r1.ebuild, + -pecl-yaml-1.1.0-r1.ebuild: + Revbump to add php5-6 target wrt bug 538128; drop old *pecl-yaml-1.1.1 (04 Jan 2014) diff --git a/dev-php/pecl-yaml/pecl-yaml-1.1.0-r1.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild index abb659efa162..65af98cd205d 100644 --- a/dev-php/pecl-yaml/pecl-yaml-1.1.0-r1.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.0-r1.ebuild,v 1.1 2013/08/15 13:36:40 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild,v 1.1 2015/04/29 00:14:43 grknight Exp $ -EAPI="4" +EAPI=5 PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS EXPERIMENTAL README" -USE_PHP="php5-5 php5-4" +USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 |