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: media-sound/csound/
Date: Sat, 06 Jan 2018 15:29:11
Message-Id: 1515252542.1a120b974a27ceaeb466ae6e9d69ddf38a8fd9fc.ulm@gentoo
1 commit: 1a120b974a27ceaeb466ae6e9d69ddf38a8fd9fc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 15:28:22 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 15:29:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a120b97
7
8 media-sound/csound: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/csound/csound-6.08.0.ebuild | 5 ++---
13 media-sound/csound/csound-6.09.1.ebuild | 5 ++---
14 media-sound/csound/csound-9999.ebuild | 5 ++---
15 3 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/media-sound/csound/csound-6.08.0.ebuild b/media-sound/csound/csound-6.08.0.ebuild
18 index 9cf35beeed2..56eb7fc9cdf 100644
19 --- a/media-sound/csound/csound-6.08.0.ebuild
20 +++ b/media-sound/csound/csound-6.08.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -26,7 +26,6 @@ portaudio portmidi pulseaudio python samples score static-libs stk tcl test
28 +threads +utils vim-syntax websocket"
29
30 LANGS=" de en_US es_CO fr it ro ru"
31 -IUSE+="${LANGS// / linguas_}"
32
33 REQUIRED_USE="
34 csoundac? ( || ( lua python ) )
35 @@ -112,7 +111,7 @@ src_prepare() {
36
37 local lang
38 for lang in ${LANGS} ; do
39 - if ! use linguas_${lang} ; then
40 + if ! has ${lang} ${LINGUAS-${lang}} ; then
41 sed -i "/compile_po(${lang}/d" po/CMakeLists.txt || die
42 fi
43 done
44
45 diff --git a/media-sound/csound/csound-6.09.1.ebuild b/media-sound/csound/csound-6.09.1.ebuild
46 index 75d25554860..7f018b3a913 100644
47 --- a/media-sound/csound/csound-6.09.1.ebuild
48 +++ b/media-sound/csound/csound-6.09.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -30,7 +30,6 @@ portaudio portmidi pulseaudio python samples score static-libs stk tcl test
56 +threads +utils vim-syntax websocket"
57
58 IUSE_LANGS=" de en_US es es_CO fr it ro ru"
59 -IUSE+="${IUSE_LANGS// / linguas_}"
60
61 REQUIRED_USE="
62 csoundac? ( || ( lua python ) )
63 @@ -120,7 +119,7 @@ src_prepare() {
64
65 local lang
66 for lang in ${IUSE_LANGS} ; do
67 - if ! use linguas_${lang} ; then
68 + if ! has ${lang} ${LINGUAS-${lang}} ; then
69 sed -i "/compile_po(${lang}/d" po/CMakeLists.txt || die
70 fi
71 done
72
73 diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild
74 index afdb7ee6315..5906af36652 100644
75 --- a/media-sound/csound/csound-9999.ebuild
76 +++ b/media-sound/csound/csound-9999.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 +# Copyright 1999-2018 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=6
83 @@ -30,7 +30,6 @@ portaudio portmidi pulseaudio python samples score static-libs stk tcl test
84 +threads +utils vim-syntax websocket"
85
86 IUSE_LANGS=" de en_US es es_CO fr it ro ru"
87 -IUSE+="${IUSE_LANGS// / linguas_}"
88
89 REQUIRED_USE="
90 csoundac? ( || ( lua python ) )
91 @@ -118,7 +117,7 @@ src_prepare() {
92
93 local lang
94 for lang in ${IUSE_LANGS} ; do
95 - if ! use linguas_${lang} ; then
96 + if ! has ${lang} ${LINGUAS-${lang}} ; then
97 sed -i "/compile_po(${lang}/d" po/CMakeLists.txt || die
98 fi
99 done