pesa 15/01/09 01:27:25 Modified: PyQt4-4.11.3.ebuild ChangeLog Log: Stop using deprecated python_parallel_foreach_impl. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.2 dev-python/PyQt4/PyQt4-4.11.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild?r1=1.1&r2=1.2 Index: PyQt4-4.11.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PyQt4-4.11.3.ebuild 15 Nov 2014 03:12:12 -0000 1.1 +++ PyQt4-4.11.3.ebuild 9 Jan 2015 01:27:25 -0000 1.2 @@ -1,18 +1,17 @@ -# 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/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v 1.1 2014/11/15 03:12:12 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v 1.2 2015/01/09 01:27:25 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils multibuild python-r1 qmake-utils +inherit eutils multibuild multilib python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt4" MY_PN="PyQt-x11-gpl" if [[ ${PV} == *_pre* ]]; then - REVISION=adb94530c076 MY_P=${MY_PN}-${PV%_pre*}-snapshot-${REVISION} SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" else @@ -122,7 +121,7 @@ eqmake4 -recursive ${PN}.pro } - python_parallel_foreach_impl run_in_build_dir configuration + python_foreach_impl run_in_build_dir configuration } src_compile() { 1.280 dev-python/PyQt4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.280&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.280&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.279&r2=1.280 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v retrieving revision 1.279 retrieving revision 1.280 diff -u -r1.279 -r1.280 --- ChangeLog 31 Dec 2014 12:53:58 -0000 1.279 +++ ChangeLog 9 Jan 2015 01:27:25 -0000 1.280 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.279 2014/12/31 12:53:58 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.280 2015/01/09 01:27:25 pesa Exp $ + + 09 Jan 2015; Davide Pesavento <[email protected]> PyQt4-4.11.3.ebuild: + Stop using deprecated python_parallel_foreach_impl. 31 Dec 2014; Michael Palimaka <[email protected]> PyQt4-4.10.3-r2.ebuild, PyQt4-4.11.1.ebuild, PyQt4-4.11.2.ebuild:
