From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- media-gfx/iscan-plugin-network-nt/Manifest | 3 ++ .../iscan-plugin-network-nt-1.1.2.1.ebuild | 44 ++++++++++++++++++++++ media-gfx/iscan-plugin-network-nt/metadata.xml | 8 ++++ 3 files changed, 55 insertions(+) create mode 100644 media-gfx/iscan-plugin-network-nt/Manifest create mode 100644 media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild create mode 100644 media-gfx/iscan-plugin-network-nt/metadata.xml (limited to 'media-gfx/iscan-plugin-network-nt') diff --git a/media-gfx/iscan-plugin-network-nt/Manifest b/media-gfx/iscan-plugin-network-nt/Manifest new file mode 100644 index 000000000000..4aa6e49da0f2 --- /dev/null +++ b/media-gfx/iscan-plugin-network-nt/Manifest @@ -0,0 +1,3 @@ +DIST iscan-bundle-2.30.4.x64.deb.tar.gz 517592 BLAKE2B f7c0638575d406ed8612f478c06fdb1331e890f932b8dc96a4dcf9fbe499683f53159103c8dfd6c1036f2bc7930bbbc4c8b18d88c460d4b48798e07f31630e0b SHA512 6d967f5d2d554478df49c784d0ee785a9e1fc4f4b6ea4dc320270a50eca35cc3d533b918a1bda33cf3b0e9b783380e7828b77543730079b2e2f40ad9578db79d +EBUILD iscan-plugin-network-nt-1.1.2.1.ebuild 1199 BLAKE2B 27d5e163fe667e5fc2716d7ca0f4b084c1086b4eadbe47895e456124cb456eeb5891d7eabe0e53814772c70decfda8a8c689bdb47407a5372f8e7b1d2e2302b0 SHA512 c29561704dc018bda0b2263d203372ca361fa52dd2015c2918fb68c1cfb38e2ead2bc5caaf5af9271870cf2a7c70eb83cacc0730934b1c5727d18a45dbd15af7 +MISC metadata.xml 260 BLAKE2B 5eb8d87919aaab2f101cfc899ccb00b8efb723b67cb102ce580e0e69781639708cb8523b8967f9fb169e00455c548cff19d2827ce711c3f36d5ae58a1d3777ee SHA512 b6369aad1615446c9a4e1740a51a49d843868e114e49bc526e7b00cefdc795a601b9c508d866b065cc4ed750b85f48f136ee5925b9511a80f4056d7ef832eab2 diff --git a/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild b/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild new file mode 100644 index 000000000000..59027f250614 --- /dev/null +++ b/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Network scanning plugin for EPSON scanners (nonfree)" + +HOMEPAGE="http://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="2.30.4" + +SRC_URI="https://download2.ebz.epson.net/iscan/general/deb/x64/iscan-bundle-${ISCAN_VERSION}.x64.deb.tar.gz" + +LICENSE="EPSON-2018" + +SLOT="0" + +#KEYWORDS="~amd64" +# No keywords since I havent really gotten it to work yet. However, installation +# locations are clearly correct... may be a hardware/network problem on my side. + +RESTRICT="bindist mirror strip" + +RDEPEND="media-gfx/iscan" +BDEPEND="app-arch/deb2targz" + +src_unpack() { + default + mv ./iscan-bundle-${ISCAN_VERSION}.x64.deb/plugins/iscan-network-nt_*_amd64.deb ${P}.deb || die + mkdir ${P} || die + cd ${P} || die + unpack ../${P}.deb + unpack "${S}/data.tar.gz" +} + +src_install() { + exeinto /usr/lib/iscan + doexe usr/lib/iscan/network + + gunzip usr/share/doc/iscan-network-nt/*.gz + dodoc usr/share/doc/iscan-network-nt/* +} diff --git a/media-gfx/iscan-plugin-network-nt/metadata.xml b/media-gfx/iscan-plugin-network-nt/metadata.xml new file mode 100644 index 000000000000..80a71f597854 --- /dev/null +++ b/media-gfx/iscan-plugin-network-nt/metadata.xml @@ -0,0 +1,8 @@ + + + + + dilfridge@gentoo.org + Andreas K. Huettel + + -- cgit v1.2.3