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-any/
Date: Fri, 05 Jan 2018 17:02:54
Message-Id: 1515171748.9d6b39dfbb68746b4cb9ab1e21158b8d6500660a.ulm@gentoo
1 commit: 9d6b39dfbb68746b4cb9ab1e21158b8d6500660a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 17:00:44 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=9d6b39df
7
8 app-emulation/wine-any: Test LINGUAS rather than linguas_* USE flags.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-emulation/wine-any/wine-any-2.0-r1.ebuild | 4 ++--
13 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 4 ++--
14 app-emulation/wine-any/wine-any-2.18.ebuild | 4 ++--
15 app-emulation/wine-any/wine-any-2.19.ebuild | 4 ++--
16 app-emulation/wine-any/wine-any-9999.ebuild | 4 ++--
17 5 files changed, 10 insertions(+), 10 deletions(-)
18
19 diff --git a/app-emulation/wine-any/wine-any-2.0-r1.ebuild b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
20 index 67dca4e7ea2..a0326d42022 100644
21 --- a/app-emulation/wine-any/wine-any-2.0-r1.ebuild
22 +++ b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -578,7 +578,7 @@ multilib_src_install_all() {
30 # respect LINGUAS when installing man pages, #469418
31 local l
32 for l in de fr pl; do
33 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
34 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
35 done
36
37 eval "${glob_state}"
38
39 diff --git a/app-emulation/wine-any/wine-any-2.17-r1.ebuild b/app-emulation/wine-any/wine-any-2.17-r1.ebuild
40 index ee8cd13d580..7fede818fd0 100644
41 --- a/app-emulation/wine-any/wine-any-2.17-r1.ebuild
42 +++ b/app-emulation/wine-any/wine-any-2.17-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -580,7 +580,7 @@ multilib_src_install_all() {
50 # respect LINGUAS when installing man pages, #469418
51 local l
52 for l in de fr pl; do
53 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
54 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
55 done
56
57 eval "${glob_state}"
58
59 diff --git a/app-emulation/wine-any/wine-any-2.18.ebuild b/app-emulation/wine-any/wine-any-2.18.ebuild
60 index 877992c4032..4167e592127 100644
61 --- a/app-emulation/wine-any/wine-any-2.18.ebuild
62 +++ b/app-emulation/wine-any/wine-any-2.18.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -576,7 +576,7 @@ multilib_src_install_all() {
70 # respect LINGUAS when installing man pages, #469418
71 local l
72 for l in de fr pl; do
73 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
74 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
75 done
76
77 eval "${glob_state}"
78
79 diff --git a/app-emulation/wine-any/wine-any-2.19.ebuild b/app-emulation/wine-any/wine-any-2.19.ebuild
80 index 877992c4032..4167e592127 100644
81 --- a/app-emulation/wine-any/wine-any-2.19.ebuild
82 +++ b/app-emulation/wine-any/wine-any-2.19.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2018 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -576,7 +576,7 @@ multilib_src_install_all() {
90 # respect LINGUAS when installing man pages, #469418
91 local l
92 for l in de fr pl; do
93 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
94 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
95 done
96
97 eval "${glob_state}"
98
99 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
100 index 877992c4032..4167e592127 100644
101 --- a/app-emulation/wine-any/wine-any-9999.ebuild
102 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
103 @@ -1,4 +1,4 @@
104 -# Copyright 1999-2017 Gentoo Foundation
105 +# Copyright 1999-2018 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107
108 EAPI=6
109 @@ -576,7 +576,7 @@ multilib_src_install_all() {
110 # respect LINGUAS when installing man pages, #469418
111 local l
112 for l in de fr pl; do
113 - use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
114 + has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
115 done
116
117 eval "${glob_state}"