grknight 15/04/29 00:48:24 Modified: ChangeLog Added: pecl-uploadprogress-1.0.3.1-r2.ebuild Log: Revbump to make deps more specific and add php5-6 for bug 545672 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Revision Changes Path 1.7 dev-php/pecl-uploadprogress/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 1 Oct 2014 00:02:19 -0000 1.6 +++ ChangeLog 29 Apr 2015 00:48:24 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-uploadprogress -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.6 2014/10/01 00:02:19 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.7 2015/04/29 00:48:24 grknight Exp $ + +*pecl-uploadprogress-1.0.3.1-r2 (29 Apr 2015) + + 29 Apr 2015; Brian Evans <[email protected]> + +pecl-uploadprogress-1.0.3.1-r2.ebuild: + Revbump to make deps more specific and add php5-6 for bug 545672 01 Oct 2014; Brian Evans <[email protected]> -pecl-uploadprogress-1.0.3.1.ebuild: 1.1 dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild?rev=1.1&content-type=text/plain Index: pecl-uploadprogress-1.0.3.1-r2.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-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild,v 1.1 2015/04/29 00:48:24 grknight Exp $ EAPI=5 USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 DESCRIPTION="An extension to track progress of a file upload" LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" for target in ${USE_PHP}; do slot=${target/php} slot=${slot/-/.} PHPUSEDEPEND="${PHPUSEDEPEND} php_targets_${target}? ( dev-lang/php:${slot}[apache2] )" done RDEPEND="${PHPUSEDEPEND}" pkg_postinst() { elog "This extension is only known to work on Apache with mod_php." }
