grknight 14/10/01 13:53:40 Modified: ChangeLog Added: pecl-eio-1.2.5.ebuild Removed: pecl-eio-1.2.3-r1.ebuild Log: Version bump to 1.2.5 wrt bug 524122 on behalf of Ruslan Osmanov <[email protected]> (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.3 dev-php/pecl-eio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Oct 2014 13:51:24 -0000 1.2 +++ ChangeLog 1 Oct 2014 13:53:40 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-php/pecl-eio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.2 2014/10/01 13:51:24 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.3 2014/10/01 13:53:40 grknight Exp $ + +*pecl-eio-1.2.5 (01 Oct 2014) + + 01 Oct 2014; <[email protected]> +pecl-eio-1.2.5.ebuild, + -pecl-eio-1.2.3-r1.ebuild: + Version bump to 1.2.5 wrt bug 524122 on behalf of Ruslan Osmanov + <[email protected]> *pecl-eio-1.2.3-r1 (01 Oct 2014) 1.1 dev-php/pecl-eio/pecl-eio-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild?rev=1.1&content-type=text/plain Index: pecl-eio-1.2.5.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-eio/pecl-eio-1.2.5.ebuild,v 1.1 2014/10/01 13:53:40 grknight Exp $ EAPI=5 PHP_EXT_NAME="eio" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE" USE_PHP="php5-4 php5-5 php5-6" inherit php-ext-pecl-r2 confutils KEYWORDS="~amd64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libeio library" LICENSE="PHP-3" SLOT="0" IUSE="debug" src_configure() { my_conf="--with-eio" enable_extension_enable "eio-debug" "debug" 0 php-ext-source-r2_src_configure }
