Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Fri, 05 Jan 2018 17:02:54
Message-Id: 1515171748.30e30248f915b4e1eec45a6258733bc2377808a9.ulm@gentoo
1 commit: 30e30248f915b4e1eec45a6258733bc2377808a9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 16:56:58 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 17:02:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e30248
7
8 app-emulation/wine-vanilla: Test LINGUAS rather than linguas_* USE flags.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild | 4 ++--
13 app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild | 4 ++--
14 app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild | 4 ++--
15 app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild | 4 ++--
16 app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild | 4 ++--
17 app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild | 4 ++--
18 app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild | 4 ++--
19 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
20 8 files changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
23 index 461b5755cd2..335977722cc 100644
24 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
25 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2017 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -483,7 +483,7 @@ multilib_src_install_all() {
33 # respect LINGUAS when installing man pages, #469418
34 local l
35 for l in de fr pl; do
36 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
37 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
38 done
39
40 eval "${glob_state}"
41
42 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
43 index 1044daaffa8..2c3f7718e5d 100644
44 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
45 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -483,7 +483,7 @@ multilib_src_install_all() {
53 # respect LINGUAS when installing man pages, #469418
54 local l
55 for l in de fr pl; do
56 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
57 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
58 done
59
60 eval "${glob_state}"
61
62 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
63 index 1044daaffa8..2c3f7718e5d 100644
64 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
65 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -483,7 +483,7 @@ multilib_src_install_all() {
73 # respect LINGUAS when installing man pages, #469418
74 local l
75 for l in de fr pl; do
76 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
77 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
78 done
79
80 eval "${glob_state}"
81
82 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
83 index 1339f35fceb..4640db58653 100644
84 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
85 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 +# Copyright 1999-2018 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=6
92 @@ -479,7 +479,7 @@ multilib_src_install_all() {
93 # respect LINGUAS when installing man pages, #469418
94 local l
95 for l in de fr pl; do
96 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
97 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
98 done
99
100 eval "${glob_state}"
101
102 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
103 index af944ca5959..33970dd603d 100644
104 --- a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
105 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2017 Gentoo Foundation
108 +# Copyright 1999-2018 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110
111 EAPI=6
112 @@ -481,7 +481,7 @@ multilib_src_install_all() {
113 # respect LINGUAS when installing man pages, #469418
114 local l
115 for l in de fr pl; do
116 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
117 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
118 done
119
120 eval "${glob_state}"
121
122 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
123 index af944ca5959..33970dd603d 100644
124 --- a/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
125 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2017 Gentoo Foundation
128 +# Copyright 1999-2018 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI=6
132 @@ -481,7 +481,7 @@ multilib_src_install_all() {
133 # respect LINGUAS when installing man pages, #469418
134 local l
135 for l in de fr pl; do
136 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
137 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
138 done
139
140 eval "${glob_state}"
141
142 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
143 index 7c70544b3d4..9a28d063f80 100644
144 --- a/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
145 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
146 @@ -1,4 +1,4 @@
147 -# Copyright 1999-2017 Gentoo Foundation
148 +# Copyright 1999-2018 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150
151 EAPI=6
152 @@ -483,7 +483,7 @@ multilib_src_install_all() {
153 # respect LINGUAS when installing man pages, #469418
154 local l
155 for l in de fr pl; do
156 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
157 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
158 done
159
160 eval "${glob_state}"
161
162 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
163 index 7c70544b3d4..9a28d063f80 100644
164 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
165 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
166 @@ -1,4 +1,4 @@
167 -# Copyright 1999-2017 Gentoo Foundation
168 +# Copyright 1999-2018 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170
171 EAPI=6
172 @@ -483,7 +483,7 @@ multilib_src_install_all() {
173 # respect LINGUAS when installing man pages, #469418
174 local l
175 for l in de fr pl; do
176 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
177 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
178 done
179
180 eval "${glob_state}"