Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build-multilib.eclass qt4-build.eclass
Date: Fri, 06 Mar 2015 14:08:10
Message-Id: 20150306140807.530F7132B2@oystercatcher.gentoo.org
1 dlan 15/03/06 14:08:07
2
3 Modified: ChangeLog qt4-build-multilib.eclass
4 qt4-build.eclass
5 Log:
6 very first step to support arm64, only part of qt4 ebuilds built without paches, others require extra patches
7
8 Revision Changes Path
9 1.1559 eclass/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1559&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1559&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1558&r2=1.1559
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
18 retrieving revision 1.1558
19 retrieving revision 1.1559
20 diff -u -r1.1558 -r1.1559
21 --- ChangeLog 6 Mar 2015 01:32:36 -0000 1.1558
22 +++ ChangeLog 6 Mar 2015 14:08:07 -0000 1.1559
23 @@ -1,6 +1,11 @@
24 # ChangeLog for eclass directory
25 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1558 2015/03/06 01:32:36 chithanh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1559 2015/03/06 14:08:07 dlan Exp $
28 +
29 + 06 Mar 2015; Yixun Lan <dlan@g.o> qt4-build.eclass,
30 + qt4-build-multilib.eclass:
31 + very first step to support arm64, only part of qt4 ebuilds built without
32 + paches, others require extra patches
33
34 06 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 xorg-2.eclass:
36
37
38
39 1.5 eclass/qt4-build-multilib.eclass
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?r1=1.4&r2=1.5
44
45 Index: qt4-build-multilib.eclass
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- qt4-build-multilib.eclass 18 Jan 2015 01:49:43 -0000 1.4
52 +++ qt4-build-multilib.eclass 6 Mar 2015 14:08:07 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.4 2015/01/18 01:49:43 pesa Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.5 2015/03/06 14:08:07 dlan Exp $
58
59 # @ECLASS: qt4-build-multilib.eclass
60 # @MAINTAINER:
61 @@ -290,7 +290,7 @@
62 sparc*) arch=sparc ;;
63 x86-macos) arch=x86 ;;
64 x86*) arch=i386 ;;
65 - alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;;
66 + alpha|arm|arm64|ia64|mips|s390) arch=$(tc-arch) ;;
67 hppa|sh) arch=generic ;;
68 *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;;
69 esac
70
71
72
73 1.159 eclass/qt4-build.eclass
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.159&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.159&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.158&r2=1.159
78
79 Index: qt4-build.eclass
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
82 retrieving revision 1.158
83 retrieving revision 1.159
84 diff -u -r1.158 -r1.159
85 --- qt4-build.eclass 18 Jan 2015 01:49:43 -0000 1.158
86 +++ qt4-build.eclass 6 Mar 2015 14:08:07 -0000 1.159
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2015 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.158 2015/01/18 01:49:43 pesa Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.159 2015/03/06 14:08:07 dlan Exp $
92
93 # @ECLASS: qt4-build.eclass
94 # @MAINTAINER:
95 @@ -325,7 +325,7 @@
96 sparc|sparc-*|sparc64-*) conf+=" -arch sparc" ;;
97 x86-macos) conf+=" -arch x86" ;;
98 x86|x86-*) conf+=" -arch i386" ;;
99 - alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
100 + alpha|arm|arm64|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
101 hppa|sh) conf+=" -arch generic" ;;
102 *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
103 esac