grknight 15/04/29 00:14:43 Modified: ChangeLog Added: pecl-yaml-1.1.1-r1.ebuild Removed: pecl-yaml-1.1.0-r1.ebuild Log: 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)
Revision Changes Path 1.6 dev-php/pecl-yaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 4 Jan 2014 19:36:03 -0000 1.5 +++ ChangeLog 29 Apr 2015 00:14:43 -0000 1.6 @@ -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 <[email protected]> +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) 1.1 dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-yaml-1.1.1-r1.ebuild =================================================================== # 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.1-r1.ebuild,v 1.1 2015/04/29 00:14:43 grknight Exp $ EAPI=5 PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS EXPERIMENTAL README" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library." LICENSE="MIT" SLOT="0" IUSE="" DEPEND=">=dev-libs/libyaml-0.1.0" RDEPEND="${DEPEND}"
