grknight 15/04/14 18:05:58 Modified: ffmpeg-php-0.6.0-r3.ebuild ChangeLog Log: Fix repoman warning wrt slot operator (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.6 dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild?r1=1.5&r2=1.6 Index: ffmpeg-php-0.6.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ffmpeg-php-0.6.0-r3.ebuild 22 Jan 2015 17:55:56 -0000 1.5 +++ ffmpeg-php-0.6.0-r3.ebuild 14 Apr 2015 18:05:58 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild,v 1.5 2015/01/22 17:55:56 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild,v 1.6 2015/04/14 18:05:58 grknight Exp $ EAPI="5" @@ -22,7 +22,7 @@ IUSE="" DEPEND="virtual/ffmpeg - dev-lang/php[gd]" + dev-lang/php:*[gd]" RDEPEND="${DEPEND}" # The test breaks with the test movie, but it the same code works fine with 1.17 dev-php/ffmpeg-php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 22 Jan 2015 17:55:56 -0000 1.16 +++ ChangeLog 14 Apr 2015 18:05:58 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-php/ffmpeg-php # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.16 2015/01/22 17:55:56 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.17 2015/04/14 18:05:58 grknight Exp $ + + 14 Apr 2015; Brian Evans <[email protected]> ffmpeg-php-0.6.0-r3.ebuild: + Fix repoman warning wrt slot operator 22 Jan 2015; Brian Evans <[email protected]> ffmpeg-php-0.6.0-r3.ebuild: Restore accidentally dropped ebuild
