grknight 14/10/01 12:51:03 Modified: ChangeLog Added: pecl-xrange-1.3.2-r1.ebuild Removed: pecl-xrange-1.3.2.ebuild Log: Revbump to support 5.5, 5.6 and drop 5.3 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.2 dev-php/pecl-xrange/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xrange/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xrange/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xrange/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Mar 2013 13:48:00 -0000 1.1 +++ ChangeLog 1 Oct 2014 12:51:03 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-xrange -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v 1.1 2013/03/18 13:48:00 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v 1.2 2014/10/01 12:51:03 grknight Exp $ + +*pecl-xrange-1.3.2-r1 (01 Oct 2014) + + 01 Oct 2014; <[email protected]> +pecl-xrange-1.3.2-r1.ebuild, + -pecl-xrange-1.3.2.ebuild: + Revbump to support 5.5, 5.6 and drop 5.3 *pecl-xrange-1.3.2 (18 Mar 2013) 1.1 dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-xrange-1.3.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild,v 1.1 2014/10/01 12:51:03 grknight Exp $ EAPI=5 PHP_EXT_NAME="xrange" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" DESCRIPTION="Implementation of weak references" LICENSE="PHP-3" SLOT="0" IUSE="" RDEPEND="" DEPEND="${RDEPEND}"
