grknight 15/03/26 16:07:56 Modified: ming-0.4.4-r1.ebuild ChangeLog Log: Add USE_PHP as the eclass will no longer support an empty/missing value (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.6 media-libs/ming/ming-0.4.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild?r1=1.5&r2=1.6 Index: ming-0.4.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ming-0.4.4-r1.ebuild 26 Nov 2014 00:09:28 -0000 1.5 +++ ming-0.4.4-r1.ebuild 26 Mar 2015 16:07:56 -0000 1.6 @@ -1,11 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild,v 1.5 2014/11/26 00:09:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild,v 1.6 2015/03/26 16:07:56 grknight Exp $ EAPI=5 PHP_EXT_NAME=ming PHP_EXT_OPTIONAL_USE=php +USE_PHP="php5-3" PYTHON_DEPEND="python? 2" AUTOTOOLS_AUTORECONF=yes 1.114 media-libs/ming/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ChangeLog?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ChangeLog?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ming/ChangeLog?r1=1.113&r2=1.114 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 22 Jan 2015 17:32:30 -0000 1.113 +++ ChangeLog 26 Mar 2015 16:07:56 -0000 1.114 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ming # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.113 2015/01/22 17:32:30 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.114 2015/03/26 16:07:56 grknight Exp $ + + 26 Mar 2015; Brian Evans <[email protected]> ming-0.4.4-r1.ebuild: + Add USE_PHP as the eclass will no longer support an empty/missing value 22 Jan 2015; Brian Evans <[email protected]> ming-0.4.5.ebuild: Split the php extension into dev-php/ming-php due to how php ext configure
