Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.7.3-qreal_float_support.patch
Date: Sat, 28 Dec 2013 18:46:26
Message-Id: 20131228184622.6CADC2004E@flycatcher.gentoo.org
1 nerdboy 13/12/28 18:46:22
2
3 Modified: PyQt4-4.7.3-qreal_float_support.patch
4 Log:
5 Updated qreal_float patch (for arm) to remove obsolete hunk.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch?r1=1.1&r2=1.2
15
16 Index: PyQt4-4.7.3-qreal_float_support.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- PyQt4-4.7.3-qreal_float_support.patch 16 Jun 2010 01:41:45 -0000 1.1
23 +++ PyQt4-4.7.3-qreal_float_support.patch 28 Dec 2013 18:46:22 -0000 1.2
24 @@ -5,21 +5,6 @@
25 ## to qlist.sip on architectures where qreal != double
26
27 @DPATCH@
28 -Index: python-qt4-4.7.2/configure.py
29 -===================================================================
30 ---- python-qt4-4.7.2.orig/configure.py 2010-03-17 19:29:19.000000000 +0100
31 -+++ python-qt4-4.7.2/configure.py 2010-03-25 23:53:55.468631945 +0100
32 -@@ -1915,8 +1915,9 @@
33 - out << "PyQt_NoOpenGLES\\n";
34 - #endif
35 -
36 -- if (sizeof (qreal) != sizeof (double))
37 -+#if defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE)
38 - out << "PyQt_qreal_double\\n";
39 -+#endif
40 -
41 - return 0;
42 - }
43 Index: python-qt4-4.7.2/sip/QtCore/qlist.sip
44 ===================================================================
45 --- python-qt4-4.7.2.orig/sip/QtCore/qlist.sip 2010-03-17 19:29:26.000000000 +0100