From: Ulrich Müller Date: Sun, 7 Jan 2018 14:32:24 +0000 (+0100) Subject: media-gfx/iscan-plugin-gt-f720: Drop linguas_ja flag. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5587c4d39fb96e43d07779c8becbae26b9551fff;p=gentoo.git 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 --- 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 369ca44f7cfa..a09a64ceb97d 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 949f41b34450..be5793af5636 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