grknight 14/10/01 13:51:24 Modified: ChangeLog Added: pecl-eio-1.2.3-r1.ebuild Removed: pecl-eio-1.2.3.ebuild Log: Revbump to drop 5.3 support 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.2 dev-php/pecl-eio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Sep 2013 10:13:13 -0000 1.1 +++ ChangeLog 1 Oct 2014 13:51:24 -0000 1.2 @@ -1,6 +1,13 @@ # ChangeLog for dev-php/pecl-eio -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.1 2013/09/22 10:13:13 hwoarang Exp $ +# 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 $ + +*pecl-eio-1.2.3-r1 (01 Oct 2014) + + 01 Oct 2014; <[email protected]> +pecl-eio-1.2.3-r1.ebuild, + -pecl-eio-1.2.3.ebuild: + Revbump to drop 5.3 support wrt bug 524122 on behalf of Ruslan Osmanov + <[email protected]> *pecl-eio-1.2.3 (22 Sep 2013) 1.1 dev-php/pecl-eio/pecl-eio-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-eio-1.2.3-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-eio/pecl-eio-1.2.3-r1.ebuild,v 1.1 2014/10/01 13:51:24 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 }
