net-im/mcabber: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 14:58:12 +0000 (15:58 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 14:58:50 +0000 (15:58 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-im/mcabber/mcabber-1.0.5.ebuild
net-im/mcabber/mcabber-1.1.0.ebuild
net-im/mcabber/mcabber-9999.ebuild

index f7eb3aa298a39049652cf46996a772fcfdbdac79..b91ae75262f02ec8c2fbb924b2d73dc8f2db4dc9 100644 (file)
@@ -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
index b3b5e4471f5dbc3d8514f777a23988fd328a61a2..3ae33728009bf97715b54ec3db9efdc67ecc3695 100644 (file)
@@ -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
index 647f3fe81bbeeccdc6e9e0941baeaedbcf0310c7..f008dcf76c74734245239283b30ea8b01a33fdc8 100644 (file)
@@ -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