diff options
author | Harri Nieminen <moikkis@gmail.com> | 2018-03-27 20:17:05 +0300 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-29 22:51:40 -0400 |
commit | 25a2d211516495d09d7b8d5063de4e060365df86 (patch) | |
tree | 3d41eeab5f6b64bfb462f098bd90fbd13a726899 /media-gfx/iscan-plugin-gt-f720 | |
parent | lxde-base/lxde-icon-theme: Remove old (diff) | |
download | gentoo-25a2d211516495d09d7b8d5063de4e060365df86.tar.gz gentoo-25a2d211516495d09d7b8d5063de4e060365df86.tar.bz2 gentoo-25a2d211516495d09d7b8d5063de4e060365df86.zip |
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
Diffstat (limited to 'media-gfx/iscan-plugin-gt-f720')
-rw-r--r-- | media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild | 54 |
1 files changed, 0 insertions, 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 be5793af5636..000000000000 --- 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" -} |