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/
Date: Fri, 05 Jan 2018 18:39:08
Message-Id: 1515177537.87b860d31dd7b90aa2796826e68371f2a7be81b6.ulm@gentoo
1 commit: 87b860d31dd7b90aa2796826e68371f2a7be81b6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 18:38:17 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 18:38:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b860d3
7
8 app-emulation/wine: Test LINGUAS rather than linguas_* USE flags.
9
10 Fix package.masked wine ebuilds too, for completeness.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 app-emulation/wine/wine-2.0.ebuild | 4 ++--
15 app-emulation/wine/wine-2.1.ebuild | 4 ++--
16 app-emulation/wine/wine-2.2.ebuild | 4 ++--
17 app-emulation/wine/wine-2.3.ebuild | 4 ++--
18 app-emulation/wine/wine-9999.ebuild | 4 ++--
19 5 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/app-emulation/wine/wine-2.0.ebuild b/app-emulation/wine/wine-2.0.ebuild
22 index b2848daab08..73721746d2d 100644
23 --- a/app-emulation/wine/wine-2.0.ebuild
24 +++ b/app-emulation/wine/wine-2.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -421,7 +421,7 @@ multilib_src_install_all() {
32
33 # respect LINGUAS when installing man pages, #469418
34 for l in de fr pl; do
35 - use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
36 + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}*
37 done
38 }
39
40
41 diff --git a/app-emulation/wine/wine-2.1.ebuild b/app-emulation/wine/wine-2.1.ebuild
42 index f7450c265f2..d1c5a92109e 100644
43 --- a/app-emulation/wine/wine-2.1.ebuild
44 +++ b/app-emulation/wine/wine-2.1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -550,7 +550,7 @@ multilib_src_install_all() {
52
53 # respect LINGUAS when installing man pages, #469418
54 for l in de fr pl; do
55 - use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
56 + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}*
57 done
58 }
59
60
61 diff --git a/app-emulation/wine/wine-2.2.ebuild b/app-emulation/wine/wine-2.2.ebuild
62 index f7450c265f2..d1c5a92109e 100644
63 --- a/app-emulation/wine/wine-2.2.ebuild
64 +++ b/app-emulation/wine/wine-2.2.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 @@ -550,7 +550,7 @@ multilib_src_install_all() {
72
73 # respect LINGUAS when installing man pages, #469418
74 for l in de fr pl; do
75 - use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
76 + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}*
77 done
78 }
79
80
81 diff --git a/app-emulation/wine/wine-2.3.ebuild b/app-emulation/wine/wine-2.3.ebuild
82 index f7450c265f2..d1c5a92109e 100644
83 --- a/app-emulation/wine/wine-2.3.ebuild
84 +++ b/app-emulation/wine/wine-2.3.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=6
91 @@ -550,7 +550,7 @@ multilib_src_install_all() {
92
93 # respect LINGUAS when installing man pages, #469418
94 for l in de fr pl; do
95 - use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
96 + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}*
97 done
98 }
99
100
101 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
102 index bf71ab62790..42e616b03a9 100644
103 --- a/app-emulation/wine/wine-9999.ebuild
104 +++ b/app-emulation/wine/wine-9999.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 +# Copyright 1999-2018 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=6
111 @@ -549,7 +549,7 @@ multilib_src_install_all() {
112
113 # respect LINGUAS when installing man pages, #469418
114 for l in de fr pl; do
115 - use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
116 + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}*
117 done
118 }