summaryrefslogtreecommitdiff
path: root/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2023-05-21 11:52:56 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2023-05-21 11:52:56 +0200
commit47c680df36d82604ad0141d938e8f05dc34f1b28 (patch)
treec5843c1a726745c0fe5f60fe9870967bbc274082 /media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild
parent7ed20c7e1621f74c837f6fd3a579690e129d67ba (diff)
downloadportage-47c680df36d82604ad0141d938e8f05dc34f1b28.tar.gz
portage-47c680df36d82604ad0141d938e8f05dc34f1b28.tar.bz2
portage-47c680df36d82604ad0141d938e8f05dc34f1b28.zip
media-gfx/imagescan: Dropping due to upstream removal
Diffstat (limited to 'media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild')
-rw-r--r--media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild b/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild
deleted file mode 100644
index 9699660..0000000
--- a/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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.65.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/imagescan"
-RESTRICT="bindist mirror strip"
-# https://bugs.gentoo.org/364129#c15
-CONFIG_CHECK="~SYN_COOKIES"
-S=${WORKDIR}
-
-QA_PREBUILT="/usr/libexec/utsushi/networkscan"
-
-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/*
-}