pesa        14/10/15 15:26:13

  Modified:             PyQt5-5.3.2.ebuild ChangeLog
  Log:
  Fixed bug #525338.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.2&r2=1.3

Index: PyQt5-5.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt5-5.3.2.ebuild  13 Oct 2014 17:50:20 -0000      1.2
+++ PyQt5-5.3.2.ebuild  15 Oct 2014 15:26:13 -0000      1.3
@@ -1,6 +1,6 @@
 # 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.2 
2014/10/13 17:50:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.3 
2014/10/15 15:26:13 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -140,8 +140,10 @@
                # We need to specify the .pro file name when it doesn't follow
                # the subdirs naming convention or recursive qmake won't work.
                sed -i -e '/^SUBDIRS/ {
+                       s:designer:designer/python.pro:
                        s:pylupdate:pylupdate/pylupdate5.pro:
                        s:pyrcc:pyrcc/pyrcc5.pro:
+                       s:qmlscene:qmlscene/python.pro:
                        }' ${PN}.pro || die
                eqmake5 -recursive ${PN}.pro
        }



1.3                  dev-python/PyQt5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   13 Oct 2014 17:50:20 -0000      1.2
+++ ChangeLog   15 Oct 2014 15:26:13 -0000      1.3
@@ -1,6 +1,9 @@
 # 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.2 2014/10/13 
17:50:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.3 2014/10/15 
15:26:13 pesa Exp $
+
+  15 Oct 2014; Davide Pesavento <[email protected]> PyQt5-5.3.2.ebuild:
+  Fixed bug #525338.
 
   13 Oct 2014; Davide Pesavento <[email protected]> PyQt5-5.3.2.ebuild:
   Drop incorrect REQUIRED_USE dependencies.




Reply via email to