Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mingw-runtime: mingw-runtime-4.0.3.1.ebuild mingw-runtime-3.20.ebuild mingw-runtime-3.18.ebuild mingw-runtime-3.16.ebuild mingw-runtime-3.20.2.ebuild ChangeLog
Date: Fri, 27 Feb 2015 08:11:01
Message-Id: 20150227081052.122B412A74@oystercatcher.gentoo.org
1 vapier 15/02/27 08:10:52
2
3 Modified: mingw-runtime-4.0.3.1.ebuild
4 mingw-runtime-3.20.ebuild mingw-runtime-3.18.ebuild
5 mingw-runtime-3.16.ebuild
6 mingw-runtime-3.20.2.ebuild ChangeLog
7 Log:
8 Use more readable CTARGET setup logic.
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
11
12 Revision Changes Path
13 1.2 dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?r1=1.1&r2=1.2
18
19 Index: mingw-runtime-4.0.3.1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- mingw-runtime-4.0.3.1.ebuild 2 Jun 2014 04:36:03 -0000 1.1
26 +++ mingw-runtime-4.0.3.1.ebuild 27 Feb 2015 08:10:52 -0000 1.2
27 @@ -1,14 +1,14 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v 1.1 2014/06/02 04:36:03 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v 1.2 2015/02/27 08:10:52 vapier Exp $
33
34 EAPI="4"
35
36 export CBUILD=${CBUILD:-${CHOST}}
37 export CTARGET=${CTARGET:-${CHOST}}
38 if [[ ${CTARGET} == ${CHOST} ]] ; then
39 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
40 - export CTARGET=${CATEGORY/cross-}
41 + if [[ ${CATEGORY} == cross-* ]] ; then
42 + export CTARGET=${CATEGORY#cross-}
43 fi
44 fi
45
46
47
48
49 1.6 dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.6&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.6&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?r1=1.5&r2=1.6
54
55 Index: mingw-runtime-3.20.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v
58 retrieving revision 1.5
59 retrieving revision 1.6
60 diff -u -r1.5 -r1.6
61 --- mingw-runtime-3.20.ebuild 10 May 2013 09:38:39 -0000 1.5
62 +++ mingw-runtime-3.20.ebuild 27 Feb 2015 08:10:52 -0000 1.6
63 @@ -1,14 +1,14 @@
64 -# Copyright 1999-2013 Gentoo Foundation
65 +# Copyright 1999-2015 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v 1.5 2013/05/10 09:38:39 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v 1.6 2015/02/27 08:10:52 vapier Exp $
69
70 EAPI="4"
71
72 export CBUILD=${CBUILD:-${CHOST}}
73 export CTARGET=${CTARGET:-${CHOST}}
74 if [[ ${CTARGET} == ${CHOST} ]] ; then
75 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
76 - export CTARGET=${CATEGORY/cross-}
77 + if [[ ${CATEGORY} == cross-* ]] ; then
78 + export CTARGET=${CATEGORY#cross-}
79 fi
80 fi
81
82
83
84
85 1.5 dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?rev=1.5&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?rev=1.5&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?r1=1.4&r2=1.5
90
91 Index: mingw-runtime-3.18.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v
94 retrieving revision 1.4
95 retrieving revision 1.5
96 diff -u -r1.4 -r1.5
97 --- mingw-runtime-3.18.ebuild 10 May 2013 09:38:39 -0000 1.4
98 +++ mingw-runtime-3.18.ebuild 27 Feb 2015 08:10:52 -0000 1.5
99 @@ -1,12 +1,12 @@
100 -# Copyright 1999-2013 Gentoo Foundation
101 +# Copyright 1999-2015 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v 1.4 2013/05/10 09:38:39 patrick Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v 1.5 2015/02/27 08:10:52 vapier Exp $
105
106 export CBUILD=${CBUILD:-${CHOST}}
107 export CTARGET=${CTARGET:-${CHOST}}
108 if [[ ${CTARGET} == ${CHOST} ]] ; then
109 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
110 - export CTARGET=${CATEGORY/cross-}
111 + if [[ ${CATEGORY} == cross-* ]] ; then
112 + export CTARGET=${CATEGORY#cross-}
113 fi
114 fi
115
116
117
118
119 1.3 dev-util/mingw-runtime/mingw-runtime-3.16.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?rev=1.3&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?rev=1.3&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?r1=1.2&r2=1.3
124
125 Index: mingw-runtime-3.16.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild,v
128 retrieving revision 1.2
129 retrieving revision 1.3
130 diff -u -r1.2 -r1.3
131 --- mingw-runtime-3.16.ebuild 20 Jun 2010 04:27:24 -0000 1.2
132 +++ mingw-runtime-3.16.ebuild 27 Feb 2015 08:10:52 -0000 1.3
133 @@ -1,6 +1,6 @@
134 -# Copyright 1999-2010 Gentoo Foundation
135 +# Copyright 1999-2015 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild,v 1.2 2010/06/20 04:27:24 vapier Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild,v 1.3 2015/02/27 08:10:52 vapier Exp $
139
140 # This version does not work as the configure script expects the installed
141 # cross-compiler to be able to link binaries ... except we haven't provided
142 @@ -11,8 +11,8 @@
143 export CBUILD=${CBUILD:-${CHOST}}
144 export CTARGET=${CTARGET:-${CHOST}}
145 if [[ ${CTARGET} == ${CHOST} ]] ; then
146 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
147 - export CTARGET=${CATEGORY/cross-}
148 + if [[ ${CATEGORY} == cross-* ]] ; then
149 + export CTARGET=${CATEGORY#cross-}
150 fi
151 fi
152
153
154
155
156 1.3 dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?rev=1.3&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?rev=1.3&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?r1=1.2&r2=1.3
161
162 Index: mingw-runtime-3.20.2.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild,v
165 retrieving revision 1.2
166 retrieving revision 1.3
167 diff -u -r1.2 -r1.3
168 --- mingw-runtime-3.20.2.ebuild 10 May 2013 09:38:39 -0000 1.2
169 +++ mingw-runtime-3.20.2.ebuild 27 Feb 2015 08:10:52 -0000 1.3
170 @@ -1,14 +1,14 @@
171 -# Copyright 1999-2013 Gentoo Foundation
172 +# Copyright 1999-2015 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild,v 1.2 2013/05/10 09:38:39 patrick Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild,v 1.3 2015/02/27 08:10:52 vapier Exp $
176
177 EAPI="4"
178
179 export CBUILD=${CBUILD:-${CHOST}}
180 export CTARGET=${CTARGET:-${CHOST}}
181 if [[ ${CTARGET} == ${CHOST} ]] ; then
182 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
183 - export CTARGET=${CATEGORY/cross-}
184 + if [[ ${CATEGORY} == cross-* ]] ; then
185 + export CTARGET=${CATEGORY#cross-}
186 fi
187 fi
188
189
190
191
192 1.30 dev-util/mingw-runtime/ChangeLog
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.30&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.30&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?r1=1.29&r2=1.30
197
198 Index: ChangeLog
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v
201 retrieving revision 1.29
202 retrieving revision 1.30
203 diff -u -r1.29 -r1.30
204 --- ChangeLog 2 Jun 2014 04:36:03 -0000 1.29
205 +++ ChangeLog 27 Feb 2015 08:10:52 -0000 1.30
206 @@ -1,6 +1,11 @@
207 # ChangeLog for dev-util/mingw-runtime
208 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
209 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.29 2014/06/02 04:36:03 vapier Exp $
210 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
211 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.30 2015/02/27 08:10:52 vapier Exp $
212 +
213 + 27 Feb 2015; Mike Frysinger <vapier@g.o> mingw-runtime-3.16.ebuild,
214 + mingw-runtime-3.18.ebuild, mingw-runtime-3.20.2.ebuild,
215 + mingw-runtime-3.20.ebuild, mingw-runtime-4.0.3.1.ebuild:
216 + Use more readable CTARGET setup logic.
217
218 *mingw-runtime-4.0.3.1 (02 Jun 2014)