Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/
Date: Fri, 30 Mar 2018 02:54:31
Message-Id: 1522378300.25a2d211516495d09d7b8d5063de4e060365df86.bman@gentoo
1 commit: 25a2d211516495d09d7b8d5063de4e060365df86
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 27 17:17:05 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:51:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a2d211
7
8 media-gfx/iscan-plugin-gt-f720: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7649
12
13 .../iscan-plugin-gt-f720-0.0.1.ebuild | 54 ----------------------
14 1 file changed, 54 deletions(-)
15
16 diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
17 deleted file mode 100644
18 index be5793af563..00000000000
19 --- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
20 +++ /dev/null
21 @@ -1,54 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit multilib rpm
28 -
29 -# Revision used by upstream
30 -SRC_REV="2"
31 -
32 -MY_P="esci-interpreter-gt-f720-${PV}"
33 -
34 -DESCRIPTION="Epson Perfection V300 PHOTO scanner plugin for SANE 'epkowa' backend"
35 -HOMEPAGE="http://www.avasys.jp/english/linux_e/dl_scan.html"
36 -SRC_URI="
37 - x86? ( http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.i386.rpm )
38 - amd64? ( http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.x86_64.rpm )"
39 -
40 -LICENSE="AVASYS"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -
44 -DEPEND=">=media-gfx/iscan-2.21.0"
45 -RDEPEND="${DEPEND}"
46 -
47 -src_install() {
48 - local MY_LIB="/usr/$(get_libdir)"
49 -
50 - # install scanner firmware
51 - insinto /usr/share/esci
52 - doins "${WORKDIR}/usr/share/esci/"*
53 -
54 - # install scanner plugins
55 - insinto "${MY_LIB}/esci"
56 - insopts -m0755
57 - doins "${WORKDIR}/usr/$(get_libdir)/esci/"*
58 -}
59 -
60 -pkg_postinst() {
61 - local MY_LIB="/usr/$(get_libdir)"
62 -
63 - # Needed for scaner to work properly.
64 - iscan-registry --add interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
65 - elog
66 - elog "Firmware file esfw8b.bin for Epson Perfection V300 PHOTO"
67 - elog "has been installed in /usr/share/esci and registered for use."
68 - elog
69 -}
70 -
71 -pkg_prerm() {
72 - local MY_LIB="/usr/$(get_libdir)"
73 -
74 - iscan-registry --remove interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
75 -}