grknight 14/09/30 14:31:33 Modified: ChangeLog Added: pecl-sphinx-1.3.2.ebuild Removed: pecl-sphinx-1.2.0.ebuild pecl-sphinx-1.3.0.ebuild Log: Version bump wrt bug 524108; Add PHP 5.6; Drop old (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.3 dev-php/pecl-sphinx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 22 Oct 2013 14:10:56 -0000 1.2 +++ ChangeLog 30 Sep 2014 14:31:33 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-sphinx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v 1.2 2013/10/22 14:10:56 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v 1.3 2014/09/30 14:31:33 grknight Exp $ + +*pecl-sphinx-1.3.2 (30 Sep 2014) + + 30 Sep 2014; <[email protected]> +pecl-sphinx-1.3.2.ebuild, + -pecl-sphinx-1.2.0.ebuild, -pecl-sphinx-1.3.0.ebuild: + Version bump wrt bug 524108; Add PHP 5.6; Drop old *pecl-sphinx-1.3.0 (22 Oct 2013) 1.1 dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild?rev=1.1&content-type=text/plain Index: pecl-sphinx-1.3.2.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-sphinx/pecl-sphinx-1.3.2.ebuild,v 1.1 2014/09/30 14:31:33 grknight Exp $ EAPI=5 PHP_EXT_NAME="sphinx" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-6 php5-5 php5-4" DOCS="README ChangeLog" inherit php-ext-pecl-r2 KEYWORDS="~amd64" DESCRIPTION="PHP extension to execute search queries on a sphinx daemon" LICENSE="PHP-3" SLOT="0" IUSE="" RDEPEND="app-misc/sphinx" DEPEND="${RDEPEND} >=dev-util/re2c-0.13"
