commit:     0e4050ae682ce93f82c29e8d358766f98aba2962
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:58:12 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:58:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4050ae

net-im/mcabber: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-im/mcabber/mcabber-1.0.5.ebuild | 8 ++++----
 net-im/mcabber/mcabber-1.1.0.ebuild | 8 ++++----
 net-im/mcabber/mcabber-9999.ebuild  | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-im/mcabber/mcabber-1.0.5.ebuild 
b/net-im/mcabber/mcabber-1.0.5.ebuild
index f7eb3aa298a..b91ae75262f 100644
--- a/net-im/mcabber/mcabber-1.0.5.ebuild
+++ b/net-im/mcabber/mcabber-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,9 +20,9 @@ KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux
 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
 
 LANGS="cs de fr it nl pl ru uk"
-# localized help versions are installed only, when LINGUAS var is set
+# localized help versions are installed only, when L10N var is set
 for i in ${LANGS}; do
-       IUSE="${IUSE} linguas_${i}"
+       IUSE="${IUSE} l10n_${i}"
 done;
 
 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
@@ -65,7 +65,7 @@ src_install() {
 
        # clean unneeded language documentation
        for i in ${LANGS}; do
-               use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
+               use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
        done
 
        # contrib themes

diff --git a/net-im/mcabber/mcabber-1.1.0.ebuild 
b/net-im/mcabber/mcabber-1.1.0.ebuild
index b3b5e4471f5..3ae33728009 100644
--- a/net-im/mcabber/mcabber-1.1.0.ebuild
+++ b/net-im/mcabber/mcabber-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,9 +20,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-lin
 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
 
 LANGS="cs de fr it nl pl ru uk"
-# localized help versions are installed only, when LINGUAS var is set
+# localized help versions are installed only, when L10N var is set
 for i in ${LANGS}; do
-       IUSE="${IUSE} linguas_${i}"
+       IUSE="${IUSE} l10n_${i}"
 done;
 
 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
@@ -65,7 +65,7 @@ src_install() {
 
        # clean unneeded language documentation
        for i in ${LANGS}; do
-               use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
+               use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
        done
 
        # contrib themes

diff --git a/net-im/mcabber/mcabber-9999.ebuild 
b/net-im/mcabber/mcabber-9999.ebuild
index 647f3fe81bb..f008dcf76c7 100644
--- a/net-im/mcabber/mcabber-9999.ebuild
+++ b/net-im/mcabber/mcabber-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,9 +19,9 @@ KEYWORDS=""
 IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
 
 LANGS="cs de fr it nl pl ru uk"
-# localized help versions are installed only, when LINGUAS var is set
+# localized help versions are installed only, when L10N var is set
 for i in ${LANGS}; do
-       IUSE="${IUSE} linguas_${i}"
+       IUSE="${IUSE} l10n_${i}"
 done;
 
 RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
@@ -64,7 +64,7 @@ src_install() {
 
        # clean unneeded language documentation
        for i in ${LANGS}; do
-               use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
+               use l10n_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
        done
 
        # contrib themes

Reply via email to