pesa 15/05/11 17:40:26 Modified: PyQt5-5.4.1.ebuild ChangeLog Log: Enable tracing with USE=debug; enable configure.py verbose output to get useful build logs in bug reports; stop passing deprecated --no-timestamp option; use qt5_get_bindir(). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.2 dev-python/PyQt5/PyQt5-5.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild?r1=1.1&r2=1.2 Index: PyQt5-5.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PyQt5-5.4.1.ebuild 2 Mar 2015 03:19:23 -0000 1.1 +++ PyQt5-5.4.1.ebuild 11 May 2015 17:40:26 -0000 1.2 @@ -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-python/PyQt5/PyQt5-5.4.1.ebuild,v 1.1 2015/03/02 03:19:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild,v 1.2 2015/05/11 17:40:26 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -90,13 +90,12 @@ local myconf=( "${PYTHON}" "${S}"/configure.py + $(use debug && echo --debug --trace) + --verbose --confirm-license - --qmake="${EPREFIX}/usr/$(get_libdir)/qt5/bin/qmake" + --qmake="$(qt5_get_bindir)"/qmake --destdir="$(python_get_sitedir)" - --assume-shared - --no-timestamp --qsci-api - $(use debug && echo --debug) --enable=QtCore --enable=QtXml $(pyqt_use_enable dbus QtDBus) 1.9 dev-python/PyQt5/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Mar 2015 03:19:23 -0000 1.8 +++ ChangeLog 11 May 2015 17:40:26 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/PyQt5 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.8 2015/03/02 03:19:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.9 2015/05/11 17:40:26 pesa Exp $ + + 11 May 2015; Davide Pesavento <[email protected]> PyQt5-5.4.1.ebuild: + Enable tracing with USE=debug; enable configure.py verbose output to get + useful build logs in bug reports; stop passing deprecated --no-timestamp + option; use qt5_get_bindir(). *PyQt5-5.4.1 (02 Mar 2015)
