axs 14/10/24 16:37:59 Modified: PyQt5-5.3.2.ebuild ChangeLog Log: fixed module dependency error on QtWebKitWidgets module (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 dev-python/PyQt5/PyQt5-5.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.3&r2=1.4 Index: PyQt5-5.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PyQt5-5.3.2.ebuild 15 Oct 2014 15:26:13 -0000 1.3 +++ PyQt5-5.3.2.ebuild 24 Oct 2014 16:37:59 -0000 1.4 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.3 2014/10/15 15:26:13 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.4 2014/10/24 16:37:59 axs Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit multibuild multilib 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/PyQt5" @@ -79,6 +79,7 @@ sed -i -e '/^\s\+check_dbus(/d' configure.py || die fi + epatch "${FILESDIR}"/${P}-add-dep-to-QtWebKitWidgets.patch python_copy_sources preparation() { 1.4 dev-python/PyQt5/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 15 Oct 2014 15:26:13 -0000 1.3 +++ ChangeLog 24 Oct 2014 16:37:59 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt5 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.3 2014/10/15 15:26:13 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.4 2014/10/24 16:37:59 axs Exp $ + + 24 Oct 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch, PyQt5-5.3.2.ebuild: + fixed module dependency error on QtWebKitWidgets module 15 Oct 2014; Davide Pesavento <p...@gentoo.org> PyQt5-5.3.2.ebuild: Fixed bug #525338.