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: net-voip/linphone/
Date: Fri, 05 Jan 2018 22:02:45
Message-Id: 1515189645.3702265abdfe1e566a5f853ae603a9c7603b81ee.ulm@gentoo
1 commit: 3702265abdfe1e566a5f853ae603a9c7603b81ee
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 21:24:15 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3702265a
7
8 net-voip/linphone: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-voip/linphone/linphone-3.5.2.ebuild | 8 +++-----
13 net-voip/linphone/linphone-3.6.1.ebuild | 8 +++-----
14 2 files changed, 6 insertions(+), 10 deletions(-)
15
16 diff --git a/net-voip/linphone/linphone-3.5.2.ebuild b/net-voip/linphone/linphone-3.5.2.ebuild
17 index 8d000d4c4b3..f9e943659d1 100644
18 --- a/net-voip/linphone/linphone-3.5.2.ebuild
19 +++ b/net-voip/linphone/linphone-3.5.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
27 )
28 "
29
30 -IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
31 -IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
32 -
33 pkg_setup() {
34 if ! use gtk && ! use ncurses ; then
35 ewarn "gtk and ncurses are disabled."
36 @@ -56,7 +53,8 @@ pkg_setup() {
37 ewarn "Only liblinphone is going to be installed."
38 fi
39
40 - strip-linguas ${IUSE_LINGUAS}
41 + local my_linguas="fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
42 + strip-linguas ${my_linguas}
43 }
44
45 src_prepare() {
46
47 diff --git a/net-voip/linphone/linphone-3.6.1.ebuild b/net-voip/linphone/linphone-3.6.1.ebuild
48 index 0651a889417..0a2589565a9 100644
49 --- a/net-voip/linphone/linphone-3.6.1.ebuild
50 +++ b/net-voip/linphone/linphone-3.6.1.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2015 Gentoo Foundation
53 +# Copyright 1999-2018 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=5
57 @@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
58 nls? ( dev-util/intltool )
59 "
60
61 -IUSE_LINGUAS=" fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
62 -IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
63 -
64 pkg_setup() {
65 if ! use gtk && ! use ncurses ; then
66 ewarn "gtk and ncurses are disabled."
67 @@ -56,7 +53,8 @@ pkg_setup() {
68 ewarn "Only liblinphone is going to be installed."
69 fi
70
71 - strip-linguas ${IUSE_LINGUAS}
72 + local my_linguas="fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
73 + strip-linguas ${my_linguas}
74 }
75
76 src_prepare() {