commit:     cda3dc6add054d82f5ae00190cd5e9a418501abf
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 05:59:43 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 06:09:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda3dc6a

www-client/w3m: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 www-client/w3m/w3m-0.5.3-r5.ebuild | 10 +++++-----
 www-client/w3m/w3m-0.5.3-r8.ebuild |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r5.ebuild 
b/www-client/w3m/w3m-0.5.3-r5.ebuild
index cedf179..2b2599a 100644
--- a/www-client/w3m/w3m-0.5.3-r5.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,11 +12,11 @@ SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface linguas_ja"
+IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg....
-RDEPEND=">=sys-libs/ncurses-5.2-r3
+RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
        >=sys-libs/zlib-1.1.3-r2
        >=dev-libs/boehm-gc-6.2
        X? ( x11-libs/libXext x11-libs/libXdmcp )
@@ -72,7 +72,7 @@ src_configure() {
        # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
        # so we better enable or disable both. Default to enable
        # m17n and unicode, see bug #47046.
-       if use linguas_ja ; then
+       if use l10n_ja ; then
                if use unicode ; then
                        myconf="${myconf} --enable-japanese=U"
                else
@@ -122,7 +122,7 @@ src_install() {
        doins Bonus/*
        dodoc README NEWS TODO ChangeLog
        docinto doc-en ; dodoc doc/*
-       if use linguas_ja ; then
+       if use l10n_ja ; then
                docinto doc-jp ; dodoc doc-jp/*
        else
                rm -rf "${ED}"/usr/share/man/ja || die

diff --git a/www-client/w3m/w3m-0.5.3-r8.ebuild 
b/www-client/w3m/w3m-0.5.3-r8.ebuild
index a07478c..17b2f8d 100644
--- a/www-client/w3m/w3m-0.5.3-r8.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode vanilla 
xface linguas_ja"
+IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode vanilla 
xface l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg....
@@ -69,7 +69,7 @@ src_configure() {
        # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
        # so we better enable or disable both. Default to enable
        # m17n and unicode, see bug #47046.
-       if use linguas_ja ; then
+       if use l10n_ja ; then
                if use unicode ; then
                        myconf="${myconf} --enable-japanese=U"
                else
@@ -119,7 +119,7 @@ src_install() {
        doins Bonus/*
        dodoc README NEWS TODO ChangeLog
        docinto doc-en ; dodoc doc/*
-       if use linguas_ja ; then
+       if use l10n_ja ; then
                docinto doc-jp ; dodoc doc-jp/*
        else
                rm -rf "${ED}"/usr/share/man/ja || die

Reply via email to