www-client/w3m: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Tue, 28 Jun 2016 05:59:43 +0000 (07:59 +0200)
committerUlrich Müller <ulm@gentoo.org>
Tue, 28 Jun 2016 06:09:52 +0000 (08:09 +0200)
Package-Manager: portage-2.3.0

www-client/w3m/w3m-0.5.3-r5.ebuild
www-client/w3m/w3m-0.5.3-r8.ebuild

index cedf1797ce29974b5bcb5097b4d4db89feff57e9..2b2599ac3cc406bbcc6ddf4a7140c696349a9038 100644 (file)
@@ -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
index a07478cbcec24cf9bccfa643b89d01fc8c274cac..17b2f8d3c6fe5d72495658416ba09b4a93d1f5de 100644 (file)
@@ -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