diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-01-04 19:36:03 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-01-04 19:36:03 +0000 |
commit | 5b71b34aeb5c9873ea2caafade2f10065b786805 (patch) | |
tree | 69030b58b682117d73f5e3cac4c81de9159df0e9 /dev-php/pecl-yaml | |
parent | version bump, compiles and tests fine against newer php versions - indicate t... (diff) | |
download | gentoo-2-5b71b34aeb5c9873ea2caafade2f10065b786805.tar.gz gentoo-2-5b71b34aeb5c9873ea2caafade2f10065b786805.tar.bz2 gentoo-2-5b71b34aeb5c9873ea2caafade2f10065b786805.zip |
version bump, cleanup
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
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.ebuild (renamed from dev-php/pecl-yaml/pecl-yaml-1.1.0.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/pecl-yaml/ChangeLog b/dev-php/pecl-yaml/ChangeLog index 3a86f72d33db..2beaf5f3d945 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.4 2013/08/15 13:36:40 olemarkus Exp $ +# 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 $ + +*pecl-yaml-1.1.1 (04 Jan 2014) + + 04 Jan 2014; Matti Bickel <mabi@gentoo.org> +pecl-yaml-1.1.1.ebuild, + -pecl-yaml-1.1.0.ebuild: + version bump, cleanup *pecl-yaml-1.1.0-r1 (15 Aug 2013) diff --git a/dev-php/pecl-yaml/pecl-yaml-1.1.0.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.1.1.ebuild index 14ccdf696e8a..797e2ecf66a1 100644 --- a/dev-php/pecl-yaml/pecl-yaml-1.1.0.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-1.1.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.ebuild,v 1.1 2012/05/20 15:50:14 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1.ebuild,v 1.1 2014/01/04 19:36:03 mabi Exp $ -EAPI="4" +EAPI="5" PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS EXPERIMENTAL README" -USE_PHP="php5-3 php5-4" +USE_PHP="php5-5 php5-4" inherit php-ext-pecl-r2 |