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/w32api: w32api-4.0.3.1.ebuild w32api-3.17.2.ebuild w32api-3.14.ebuild ChangeLog
Date: Fri, 27 Feb 2015 08:10:20
Message-Id: 20150227081012.4FD2812A69@oystercatcher.gentoo.org
1 vapier 15/02/27 08:10:12
2
3 Modified: w32api-4.0.3.1.ebuild w32api-3.17.2.ebuild
4 w32api-3.14.ebuild ChangeLog
5 Log:
6 Use more readable CTARGET setup logic.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.2 dev-util/w32api/w32api-4.0.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?r1=1.1&r2=1.2
16
17 Index: w32api-4.0.3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- w32api-4.0.3.1.ebuild 2 Jun 2014 04:34:22 -0000 1.1
24 +++ w32api-4.0.3.1.ebuild 27 Feb 2015 08:10:12 -0000 1.2
25 @@ -1,14 +1,14 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild,v 1.1 2014/06/02 04:34:22 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild,v 1.2 2015/02/27 08:10:12 vapier Exp $
31
32 EAPI="4"
33
34 export CBUILD=${CBUILD:-${CHOST}}
35 export CTARGET=${CTARGET:-${CHOST}}
36 if [[ ${CTARGET} == ${CHOST} ]] ; then
37 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
38 - export CTARGET=${CATEGORY/cross-}
39 + if [[ ${CATEGORY} == cross-* ]] ; then
40 + export CTARGET=${CATEGORY#cross-}
41 fi
42 fi
43
44
45
46
47 1.6 dev-util/w32api/w32api-3.17.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?r1=1.5&r2=1.6
52
53 Index: w32api-3.17.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- w32api-3.17.2.ebuild 8 May 2012 20:06:36 -0000 1.5
60 +++ w32api-3.17.2.ebuild 27 Feb 2015 08:10:12 -0000 1.6
61 @@ -1,12 +1,12 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild,v 1.5 2012/05/08 20:06:36 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild,v 1.6 2015/02/27 08:10:12 vapier Exp $
67
68 export CBUILD=${CBUILD:-${CHOST}}
69 export CTARGET=${CTARGET:-${CHOST}}
70 if [[ ${CTARGET} == ${CHOST} ]] ; then
71 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
72 - export CTARGET=${CATEGORY/cross-}
73 + if [[ ${CATEGORY} == cross-* ]] ; then
74 + export CTARGET=${CATEGORY#cross-}
75 fi
76 fi
77
78
79
80
81 1.5 dev-util/w32api/w32api-3.14.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?rev=1.5&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?rev=1.5&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?r1=1.4&r2=1.5
86
87 Index: w32api-3.14.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild,v
90 retrieving revision 1.4
91 retrieving revision 1.5
92 diff -u -r1.4 -r1.5
93 --- w32api-3.14.ebuild 8 May 2012 20:06:36 -0000 1.4
94 +++ w32api-3.14.ebuild 27 Feb 2015 08:10:12 -0000 1.5
95 @@ -1,12 +1,12 @@
96 -# Copyright 1999-2012 Gentoo Foundation
97 +# Copyright 1999-2015 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild,v 1.4 2012/05/08 20:06:36 vapier Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild,v 1.5 2015/02/27 08:10:12 vapier Exp $
101
102 export CBUILD=${CBUILD:-${CHOST}}
103 export CTARGET=${CTARGET:-${CHOST}}
104 if [[ ${CTARGET} == ${CHOST} ]] ; then
105 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
106 - export CTARGET=${CATEGORY/cross-}
107 + if [[ ${CATEGORY} == cross-* ]] ; then
108 + export CTARGET=${CATEGORY#cross-}
109 fi
110 fi
111
112
113
114
115 1.20 dev-util/w32api/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?rev=1.20&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?rev=1.20&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?r1=1.19&r2=1.20
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v
124 retrieving revision 1.19
125 retrieving revision 1.20
126 diff -u -r1.19 -r1.20
127 --- ChangeLog 2 Jun 2014 04:34:22 -0000 1.19
128 +++ ChangeLog 27 Feb 2015 08:10:12 -0000 1.20
129 @@ -1,6 +1,10 @@
130 # ChangeLog for dev-util/w32api
131 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.19 2014/06/02 04:34:22 vapier Exp $
133 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
134 +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.20 2015/02/27 08:10:12 vapier Exp $
135 +
136 + 27 Feb 2015; Mike Frysinger <vapier@g.o> w32api-3.14.ebuild,
137 + w32api-3.17.2.ebuild, w32api-4.0.3.1.ebuild:
138 + Use more readable CTARGET setup logic.
139
140 *w32api-4.0.3.1 (02 Jun 2014)