commit:     390344153d3f0871e3160ce581373290a519a19f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 15:55:35 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 16:25:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39034415

media-gfx/iscan: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 media-gfx/iscan/iscan-2.26.2.ebuild   |  8 ++++----
 media-gfx/iscan/iscan-2.29.1.5.ebuild | 12 ++++++------
 media-gfx/iscan/iscan-2.30.1.1.ebuild | 12 ++++++------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/media-gfx/iscan/iscan-2.26.2.ebuild 
b/media-gfx/iscan/iscan-2.26.2.ebuild
index 4bab8ff..edf91b9 100644
--- a/media-gfx/iscan/iscan-2.26.2.ebuild
+++ b/media-gfx/iscan/iscan-2.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,7 @@ 
SRC_URI="http://linux.avasys.jp/drivers/iscan/${PV}/${PN}_${PV}-${SRC_REV}.tar.g
 LICENSE="GPL-2 AVASYS"
 SLOT="0"
 
-IUSE="X gimp jpeg png tiff doc"
+IUSE="X gimp jpeg png tiff doc l10n_ja"
 IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
 
 for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
@@ -64,7 +64,7 @@ src_prepare() {
        local i
 
        # convert japanese docs to UTF-8
-       if use linguas_ja; then
+       if use l10n_ja; then
                for i in {NEWS,README}.ja non-free/*.ja.txt; do
                        if [ -f "${i}" ]; then
                                echo ">>> Converting ${i} to UTF-8"
@@ -113,7 +113,7 @@ src_install() {
 
        # install docs
        dodoc AUTHORS NEWS README
-       use linguas_ja && dodoc NEWS.ja README.ja
+       use l10n_ja && dodoc NEWS.ja README.ja
 
        # install sane config
        insinto /etc/sane.d

diff --git a/media-gfx/iscan/iscan-2.29.1.5.ebuild 
b/media-gfx/iscan/iscan-2.29.1.5.ebuild
index 08f246d..4134dba 100644
--- a/media-gfx/iscan/iscan-2.29.1.5.ebuild
+++ b/media-gfx/iscan/iscan-2.29.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,12 +31,12 @@ DESCRIPTION="EPSON Image Scan! for Linux (including 
sane-epkowa backend)"
 HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
 SRC_URI="https://dev.gentoo.org/~flameeyes/avasys/${PN}_${MY_PVR}.tar.gz
        doc? ( https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_e.pdf
-               linguas_ja? ( 
https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_j.pdf )
+               l10n_ja? ( 
https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_j.pdf )
        )"
 LICENSE="GPL-2 AVASYS"
 SLOT="0"
 
-IUSE="X gimp jpeg png tiff doc"
+IUSE="X gimp jpeg png tiff doc l10n_ja"
 IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
 
 for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
@@ -70,7 +70,7 @@ src_prepare() {
        local i
 
        # convert japanese docs to UTF-8
-       if use linguas_ja; then
+       if use l10n_ja; then
                for i in {NEWS,README}.ja non-free/*.ja.txt; do
                        if [ -f "${i}" ]; then
                                echo ">>> Converting ${i} to UTF-8"
@@ -119,7 +119,7 @@ src_install() {
 
        # install docs
        dodoc AUTHORS NEWS README
-       use linguas_ja && dodoc NEWS.ja README.ja
+       use l10n_ja && dodoc NEWS.ja README.ja
 
        # install sane config
        insinto /etc/sane.d
@@ -128,7 +128,7 @@ src_install() {
        # install extra docs
        if use doc; then
                insinto /usr/share/doc/${PF}
-               if use linguas_ja; then
+               if use l10n_ja; then
                        doins "${DISTDIR}/${MY_DOC}_j.pdf"
                else
                        doins "${DISTDIR}/${MY_DOC}_e.pdf"

diff --git a/media-gfx/iscan/iscan-2.30.1.1.ebuild 
b/media-gfx/iscan/iscan-2.30.1.1.ebuild
index 24861f4..2b5e22b 100644
--- a/media-gfx/iscan/iscan-2.30.1.1.ebuild
+++ b/media-gfx/iscan/iscan-2.30.1.1.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$
 
@@ -36,12 +36,12 @@ SRC_URI="
        https://dev.gentoo.org/~flameeyes/avasys/${PN}_${MY_PVR}.tar.gz
        doc? (
                https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_e.pdf
-               linguas_ja? ( 
https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_j.pdf )
+               l10n_ja? ( 
https://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_j.pdf )
        )"
 LICENSE="GPL-2 AVASYS"
 SLOT="0"
 
-IUSE="X doc gimp jpeg png tiff"
+IUSE="X doc gimp jpeg png tiff l10n_ja"
 IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
 
 for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
@@ -79,7 +79,7 @@ src_prepare() {
        local i
 
        # convert japanese docs to UTF-8
-       if use linguas_ja; then
+       if use l10n_ja; then
                for i in {NEWS,README}.ja non-free/*.ja.txt; do
                        if [ -f "${i}" ]; then
                                echo ">>> Converting ${i} to UTF-8"
@@ -125,7 +125,7 @@ src_install() {
 
        # install docs
        dodoc AUTHORS NEWS README
-       use linguas_ja && dodoc NEWS.ja README.ja
+       use l10n_ja && dodoc NEWS.ja README.ja
 
        # install sane config
        insinto /etc/sane.d
@@ -134,7 +134,7 @@ src_install() {
        # install extra docs
        if use doc; then
                insinto /usr/share/doc/${PF}
-               if use linguas_ja; then
+               if use l10n_ja; then
                        doins "${DISTDIR}/${MY_DOC}_j.pdf"
                else
                        doins "${DISTDIR}/${MY_DOC}_e.pdf"

Reply via email to