commit:     25a2d211516495d09d7b8d5063de4e060365df86
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 17:17:05 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 02:51:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a2d211

media-gfx/iscan-plugin-gt-f720: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7649

 .../iscan-plugin-gt-f720-0.0.1.ebuild              | 54 ----------------------
 1 file changed, 54 deletions(-)

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
deleted file mode 100644
index be5793af563..00000000000
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib rpm
-
-# Revision used by upstream
-SRC_REV="2"
-
-MY_P="esci-interpreter-gt-f720-${PV}"
-
-DESCRIPTION="Epson Perfection V300 PHOTO scanner plugin for SANE 'epkowa' 
backend"
-HOMEPAGE="http://www.avasys.jp/english/linux_e/dl_scan.html";
-SRC_URI="
-       x86? ( 
http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.i386.rpm
 )
-       amd64? ( 
http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.x86_64.rpm
 )"
-
-LICENSE="AVASYS"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=media-gfx/iscan-2.21.0"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       local MY_LIB="/usr/$(get_libdir)"
-
-       # install scanner firmware
-       insinto /usr/share/esci
-       doins "${WORKDIR}/usr/share/esci/"*
-
-       # install scanner plugins
-       insinto "${MY_LIB}/esci"
-       insopts -m0755
-       doins "${WORKDIR}/usr/$(get_libdir)/esci/"*
-}
-
-pkg_postinst() {
-       local MY_LIB="/usr/$(get_libdir)"
-
-       # Needed for scaner to work properly.
-       iscan-registry --add interpreter usb 0x04b8 0x0131 
"${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
-       elog
-       elog "Firmware file esfw8b.bin for Epson Perfection V300 PHOTO"
-       elog "has been installed in /usr/share/esci and registered for use."
-       elog
-}
-
-pkg_prerm() {
-       local MY_LIB="/usr/$(get_libdir)"
-
-       iscan-registry --remove interpreter usb 0x04b8 0x0131 
"${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
-}

Reply via email to