summaryrefslogtreecommitdiff
path: root/media-gfx/imagescan-plugin-network-nt
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2022-03-02 16:18:53 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2022-03-02 16:19:11 +0100
commit2efd9a78d5e83d7957606c098d91ce205fb201b0 (patch)
tree5db6e301ff7fa0c8901386d63d03038d014aff6c /media-gfx/imagescan-plugin-network-nt
parente4824638291f6c3723e91a7669bc32349e03055e (diff)
downloadportage-2efd9a78d5e83d7957606c098d91ce205fb201b0.tar.gz
portage-2efd9a78d5e83d7957606c098d91ce205fb201b0.tar.bz2
portage-2efd9a78d5e83d7957606c098d91ce205fb201b0.zip
Move to the right location
Diffstat (limited to 'media-gfx/imagescan-plugin-network-nt')
-rw-r--r--media-gfx/imagescan-plugin-network-nt/Manifest3
-rw-r--r--media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.3.ebuild40
-rw-r--r--media-gfx/imagescan-plugin-network-nt/metadata.xml8
3 files changed, 51 insertions, 0 deletions
diff --git a/media-gfx/imagescan-plugin-network-nt/Manifest b/media-gfx/imagescan-plugin-network-nt/Manifest
new file mode 100644
index 0000000..6414aff
--- /dev/null
+++ b/media-gfx/imagescan-plugin-network-nt/Manifest
@@ -0,0 +1,3 @@
+DIST imagescan-bundle-centos-8-3.62.0.x64.rpm.tar.gz 11111201 BLAKE2B 51b868569fa049f8bc35a911245895c0fe0c5e0060b129c1c84a39cddd0aa4344ea024b6896dadc535438bcfc0be74337348533adf1b2be8866aad4e30bcb41a SHA512 11af49d20fc8e828c25dc6e912d1dbefebcba9835b1ebe922bc57c30dd0d13b79508a1bb01ad260c721d865fd393a41bc2bf41dc84b42efb22512a28cc9542f3
+EBUILD imagescan-plugin-network-nt-1.1.3.ebuild 1175 BLAKE2B ec318dbf6d7b33d4bb627e3c4c5c9e4c4c0c624e5b10f1c59bc3a27d68167b7e35a7ecfcd4c4246637769cedbc429ca5cf1fd1f5391a0aeb35b7ce0dc19129f2 SHA512 d97077c2f3031967b435d736a9ca7c54cee546f57c74675cb2c90a6c407672cccc524932166a2df4f439197d4fcca9afaecded6681d36e7dcb125925fc8d16d8
+MISC metadata.xml 261 BLAKE2B e57c0c3e4a59fdb630d23ae9d96afed10307c5308bace0cf58c22f41cbbf22fc82c5cd0d041800498570b1490a39f6c47547acfbb2766e21735820ae1c39bf8f SHA512 212dbdf6e688804621cd0ee28e47d3b9696182fe4850a87569e0727e5e811b7c4193807c2ecec65005e1689d4c0ba2c88fb67b29cc89928649e23d23a94d724b
diff --git a/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.3.ebuild b/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.3.ebuild
new file mode 100644
index 0000000..658b1b6
--- /dev/null
+++ b/media-gfx/imagescan-plugin-network-nt/imagescan-plugin-network-nt-1.1.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 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/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/*
+}
diff --git a/media-gfx/imagescan-plugin-network-nt/metadata.xml b/media-gfx/imagescan-plugin-network-nt/metadata.xml
new file mode 100644
index 0000000..71a5bee
--- /dev/null
+++ b/media-gfx/imagescan-plugin-network-nt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>