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