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-vpn/openconnect/
Date: Fri, 05 Jan 2018 22:02:45
Message-Id: 1515189645.1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c.ulm@gentoo
1 commit: 1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 21:28:49 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=1212a88d
7
8 net-vpn/openconnect: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-vpn/openconnect/openconnect-7.06-r1.ebuild | 9 +++------
13 net-vpn/openconnect/openconnect-7.06-r4.ebuild | 9 +++------
14 2 files changed, 6 insertions(+), 12 deletions(-)
15
16 diff --git a/net-vpn/openconnect/openconnect-7.06-r1.ebuild b/net-vpn/openconnect/openconnect-7.06-r1.ebuild
17 index 05a2ee85629..86c9caecd8f 100644
18 --- a/net-vpn/openconnect/openconnect-7.06-r1.ebuild
19 +++ b/net-vpn/openconnect/openconnect-7.06-r1.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 @@ -18,10 +18,6 @@ LICENSE="LGPL-2.1 GPL-2"
27 SLOT="0/5"
28 KEYWORDS="amd64 arm ~arm64 ppc64 x86"
29 IUSE="doc +gnutls gssapi java libproxy nls smartcard static-libs"
30 -ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW"
31 -for lang in $ILINGUAS; do
32 - IUSE="${IUSE} linguas_${lang}"
33 -done
34
35 DEPEND="dev-libs/libxml2
36 sys-libs/zlib
37 @@ -60,7 +56,8 @@ pkg_setup() {
38 }
39
40 src_configure() {
41 - strip-linguas $ILINGUAS
42 + local ilinguas="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW"
43 + strip-linguas ${ilinguas}
44 echo ${LINGUAS} > po/LINGUAS
45 if ! use doc; then
46 # If the python cannot be found, the docs will not build
47
48 diff --git a/net-vpn/openconnect/openconnect-7.06-r4.ebuild b/net-vpn/openconnect/openconnect-7.06-r4.ebuild
49 index 8e558096c0e..c56cb72b396 100644
50 --- a/net-vpn/openconnect/openconnect-7.06-r4.ebuild
51 +++ b/net-vpn/openconnect/openconnect-7.06-r4.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI="5"
58 @@ -18,10 +18,6 @@ LICENSE="LGPL-2.1 GPL-2"
59 SLOT="0/5"
60 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
61 IUSE="doc +gnutls gssapi java libproxy libressl nls smartcard static-libs stoken"
62 -ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW"
63 -for lang in $ILINGUAS; do
64 - IUSE="${IUSE} linguas_${lang}"
65 -done
66
67 DEPEND="dev-libs/libxml2
68 sys-libs/zlib
69 @@ -63,7 +59,8 @@ pkg_setup() {
70 }
71
72 src_configure() {
73 - strip-linguas $ILINGUAS
74 + local ilinguas="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW"
75 + strip-linguas ${ilinguas}
76 echo ${LINGUAS} > po/LINGUAS
77 if ! use doc; then
78 # If the python cannot be found, the docs will not build