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-im/mcabber/
Date: Sun, 07 Jan 2018 14:58:58
Message-Id: 1515337130.0e4050ae682ce93f82c29e8d358766f98aba2962.ulm@gentoo
1 commit: 0e4050ae682ce93f82c29e8d358766f98aba2962
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 14:58:12 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 14:58:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4050ae
7
8 net-im/mcabber: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-im/mcabber/mcabber-1.0.5.ebuild | 8 ++++----
13 net-im/mcabber/mcabber-1.1.0.ebuild | 8 ++++----
14 net-im/mcabber/mcabber-9999.ebuild | 8 ++++----
15 3 files changed, 12 insertions(+), 12 deletions(-)
16
17 diff --git a/net-im/mcabber/mcabber-1.0.5.ebuild b/net-im/mcabber/mcabber-1.0.5.ebuild
18 index f7eb3aa298a..b91ae75262f 100644
19 --- a/net-im/mcabber/mcabber-1.0.5.ebuild
20 +++ b/net-im/mcabber/mcabber-1.0.5.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=5
27 @@ -20,9 +20,9 @@ KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux
28 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
29
30 LANGS="cs de fr it nl pl ru uk"
31 -# localized help versions are installed only, when LINGUAS var is set
32 +# localized help versions are installed only, when L10N var is set
33 for i in ${LANGS}; do
34 - IUSE="${IUSE} linguas_${i}"
35 + IUSE="${IUSE} l10n_${i}"
36 done;
37
38 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
39 @@ -65,7 +65,7 @@ src_install() {
40
41 # clean unneeded language documentation
42 for i in ${LANGS}; do
43 - use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
44 + use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
45 done
46
47 # contrib themes
48
49 diff --git a/net-im/mcabber/mcabber-1.1.0.ebuild b/net-im/mcabber/mcabber-1.1.0.ebuild
50 index b3b5e4471f5..3ae33728009 100644
51 --- a/net-im/mcabber/mcabber-1.1.0.ebuild
52 +++ b/net-im/mcabber/mcabber-1.1.0.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2018 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=5
59 @@ -20,9 +20,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-lin
60 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
61
62 LANGS="cs de fr it nl pl ru uk"
63 -# localized help versions are installed only, when LINGUAS var is set
64 +# localized help versions are installed only, when L10N var is set
65 for i in ${LANGS}; do
66 - IUSE="${IUSE} linguas_${i}"
67 + IUSE="${IUSE} l10n_${i}"
68 done;
69
70 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
71 @@ -65,7 +65,7 @@ src_install() {
72
73 # clean unneeded language documentation
74 for i in ${LANGS}; do
75 - use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
76 + use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
77 done
78
79 # contrib themes
80
81 diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild
82 index 647f3fe81bb..f008dcf76c7 100644
83 --- a/net-im/mcabber/mcabber-9999.ebuild
84 +++ b/net-im/mcabber/mcabber-9999.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2016 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=5
91 @@ -19,9 +19,9 @@ KEYWORDS=""
92 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
93
94 LANGS="cs de fr it nl pl ru uk"
95 -# localized help versions are installed only, when LINGUAS var is set
96 +# localized help versions are installed only, when L10N var is set
97 for i in ${LANGS}; do
98 - IUSE="${IUSE} linguas_${i}"
99 + IUSE="${IUSE} l10n_${i}"
100 done;
101
102 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
103 @@ -64,7 +64,7 @@ src_install() {
104
105 # clean unneeded language documentation
106 for i in ${LANGS}; do
107 - use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
108 + use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
109 done
110
111 # contrib themes