summaryrefslogtreecommitdiff
path: root/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2020-04-26 21:01:57 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2020-04-26 21:02:07 +0200
commitb3c8944c83e7b4c334d27ffaf67b990b50be78e3 (patch)
treed89d60538af284833859374431a126cd575c0cd8 /media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild
parente9d8c01e793ed37c7ffef08a17887662b90eb96f (diff)
downloadportage-b3c8944c83e7b4c334d27ffaf67b990b50be78e3.tar.gz
portage-b3c8944c83e7b4c334d27ffaf67b990b50be78e3.tar.bz2
portage-b3c8944c83e7b4c334d27ffaf67b990b50be78e3.zip
ALready upstream
Diffstat (limited to 'media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild')
-rw-r--r--media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild b/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild
deleted file mode 100644
index 79782c3..0000000
--- a/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info rpm
-
-DESCRIPTION="Network scanning plugin for EPSON scanners (nonfree)"
-
-HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-# This is distributed as part of the "bundle driver"; since we already have the
-# opensource part separately we just install the nonfree part here.
-
-ISCAN_VERSION="3.62.0"
-
-SRC_URI="https://download2.ebz.epson.net/imagescanv3/centos/latest1/rpm/x64/imagescan-bundle-centos-8-${ISCAN_VERSION}.x64.rpm.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="media-gfx/iscan"
-RESTRICT="bindist mirror strip"
-CONFIG_CHECK="~SYN_COOKIES"
-S=${WORKDIR}
-
-src_unpack() {
- default
- rpm_unpack ./imagescan-bundle-centos-8-${ISCAN_VERSION}.x64.rpm/plugins/imagescan-plugin-networkscan-${PV}-1epson4centos8.x86_64.rpm
-}
-
-src_install() {
- exeinto /usr/libexec/utsushi
- doexe usr/libexec/utsushi/networkscan
-
- gunzip usr/share/doc/imagescan-plugin-networkscan/*.gz
- dodoc usr/share/doc/imagescan-plugin-networkscan/*
-}