commit:     5587c4d39fb96e43d07779c8becbae26b9551fff
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:32:24 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:33:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5587c4d3

media-gfx/iscan-plugin-gt-f720: Drop linguas_ja flag.

AVASYSPL.{en,ja}.txt are copies of the "AVASYS" license, so these
files should not be installed at all.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../iscan-plugin-gt-f720-0.0.1.2.ebuild                    | 14 +-------------
 .../iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild | 14 +-------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild 
b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
index 369ca44f7cf..a09a64ceb97 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.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="4"
@@ -18,11 +18,6 @@ LICENSE="AVASYS"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 
-IUSE=""
-IUSE_LINGUAS="ja"
-
-for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
-
 DEPEND=">=media-gfx/iscan-2.21.0"
 RDEPEND="${DEPEND}"
 
@@ -37,13 +32,6 @@ src_install() {
        insinto /usr/share/esci
        doins "${WORKDIR}/usr/share/esci/"*
 
-       # install docs
-       if use linguas_ja; then
-               dodoc usr/share/doc/*/AVASYSPL.ja.txt
-        else
-               dodoc usr/share/doc/*/AVASYSPL.en.txt
-       fi
-
        # install scanner plugins
        insinto "${MY_LIB}/esci"
        insopts -m0755

diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild 
b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
index 949f41b3445..be5793af563 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.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="2"
@@ -20,11 +20,6 @@ LICENSE="AVASYS"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-IUSE=""
-IUSE_LINGUAS="ja"
-
-for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
-
 DEPEND=">=media-gfx/iscan-2.21.0"
 RDEPEND="${DEPEND}"
 
@@ -35,13 +30,6 @@ src_install() {
        insinto /usr/share/esci
        doins "${WORKDIR}/usr/share/esci/"*
 
-       # install docs
-       if use linguas_ja; then
-               dodoc "usr/share/doc/${MY_P}/AVASYSPL.ja.txt"
-        else
-               dodoc "usr/share/doc/${MY_P}/AVASYSPL.en.txt"
-       fi
-
        # install scanner plugins
        insinto "${MY_LIB}/esci"
        insopts -m0755

Reply via email to