diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 15:32:24 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 15:33:09 +0100 |
commit | 5587c4d39fb96e43d07779c8becbae26b9551fff (patch) | |
tree | b0dc31bc8699d60d9a5dbd1d3e9bb4f85aa9499a /media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild | |
parent | media-libs/stimg: Drop linguas_ja flag. (diff) | |
download | gentoo-5587c4d39fb96e43d07779c8becbae26b9551fff.tar.gz gentoo-5587c4d39fb96e43d07779c8becbae26b9551fff.tar.bz2 gentoo-5587c4d39fb96e43d07779c8becbae26b9551fff.zip |
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
Diffstat (limited to 'media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild')
-rw-r--r-- | media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild | 14 |
1 files changed, 1 insertions, 13 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 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 |