Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-network-nt/
Date: Thu, 29 Oct 2020 19:19:16
Message-Id: 1603999139.5bdebec86ddfa74cea155326b7c7863b8db84c36.dilfridge@gentoo
1 commit: 5bdebec86ddfa74cea155326b7c7863b8db84c36
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 19:18:41 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 19:18:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdebec8
7
8 media-gfx/iscan-plugin-network-nt: Download fails, mirror restricted
9
10 Closes: https://bugs.gentoo.org/719470
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 media-gfx/iscan-plugin-network-nt/Manifest | 1 -
15 .../iscan-plugin-network-nt-1.1.2.1.ebuild | 44 ----------------------
16 2 files changed, 45 deletions(-)
17
18 diff --git a/media-gfx/iscan-plugin-network-nt/Manifest b/media-gfx/iscan-plugin-network-nt/Manifest
19 index ddbfa87bce5..2cc81b369bf 100644
20 --- a/media-gfx/iscan-plugin-network-nt/Manifest
21 +++ b/media-gfx/iscan-plugin-network-nt/Manifest
22 @@ -1,2 +1 @@
23 DIST imagescan-bundle-centos-8-3.62.0.x64.rpm.tar.gz 11111201 BLAKE2B 51b868569fa049f8bc35a911245895c0fe0c5e0060b129c1c84a39cddd0aa4344ea024b6896dadc535438bcfc0be74337348533adf1b2be8866aad4e30bcb41a SHA512 11af49d20fc8e828c25dc6e912d1dbefebcba9835b1ebe922bc57c30dd0d13b79508a1bb01ad260c721d865fd393a41bc2bf41dc84b42efb22512a28cc9542f3
24 -DIST iscan-bundle-2.30.4.x64.deb.tar.gz 517592 BLAKE2B f7c0638575d406ed8612f478c06fdb1331e890f932b8dc96a4dcf9fbe499683f53159103c8dfd6c1036f2bc7930bbbc4c8b18d88c460d4b48798e07f31630e0b SHA512 6d967f5d2d554478df49c784d0ee785a9e1fc4f4b6ea4dc320270a50eca35cc3d533b918a1bda33cf3b0e9b783380e7828b77543730079b2e2f40ad9578db79d
25
26 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
27 deleted file mode 100644
28 index 59027f25061..00000000000
29 --- a/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Network scanning plugin for EPSON scanners (nonfree)"
38 -
39 -HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
40 -# This is distributed as part of the "bundle driver"; since we already have the
41 -# opensource part separately we just install the nonfree part here.
42 -
43 -ISCAN_VERSION="2.30.4"
44 -
45 -SRC_URI="https://download2.ebz.epson.net/iscan/general/deb/x64/iscan-bundle-${ISCAN_VERSION}.x64.deb.tar.gz"
46 -
47 -LICENSE="EPSON-2018"
48 -
49 -SLOT="0"
50 -
51 -#KEYWORDS="~amd64"
52 -# No keywords since I havent really gotten it to work yet. However, installation
53 -# locations are clearly correct... may be a hardware/network problem on my side.
54 -
55 -RESTRICT="bindist mirror strip"
56 -
57 -RDEPEND="media-gfx/iscan"
58 -BDEPEND="app-arch/deb2targz"
59 -
60 -src_unpack() {
61 - default
62 - mv ./iscan-bundle-${ISCAN_VERSION}.x64.deb/plugins/iscan-network-nt_*_amd64.deb ${P}.deb || die
63 - mkdir ${P} || die
64 - cd ${P} || die
65 - unpack ../${P}.deb
66 - unpack "${S}/data.tar.gz"
67 -}
68 -
69 -src_install() {
70 - exeinto /usr/lib/iscan
71 - doexe usr/lib/iscan/network
72 -
73 - gunzip usr/share/doc/iscan-network-nt/*.gz
74 - dodoc usr/share/doc/iscan-network-nt/*
75 -}