summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/brscan4/Manifest2
-rw-r--r--media-gfx/brscan4/brscan4-0.4.3.1.ebuild48
2 files changed, 0 insertions, 50 deletions
diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
index df65e79..ad88f8a 100644
--- a/media-gfx/brscan4/Manifest
+++ b/media-gfx/brscan4/Manifest
@@ -1,4 +1,2 @@
-DIST brscan4-0.4.3-1.i386.rpm 67665 BLAKE2B c2b289e35502723a003fbe0668dc855830431f2f280613c49745aefd059cf5c6b5d8d78a6c0967a99bf2dd75635564dd7f841a6c7e11e78195213b587c1c2640 SHA512 e6a3b30109e68b9cc91440236ea5bd04da2b4378b55e49130c01727b8af33d171cfa4a2c11f16ab9729d7233ebced4b4e4ee5b22ca99a4362744e74af3bad371
-DIST brscan4-0.4.3-1.x86_64.rpm 79615 BLAKE2B 2035fff64865add6381e9e64b2581f00b6989a808ddc4c231d4278b9ef77c0620883b6ffc9e503c82bd97b201ed0ec2e3228e876bd9897f01c8c50ad7823fc6e SHA512 cd97cef75e6ea113a5bf2f9cc8394c8cd63a8ce02f58a6820b9c9d048d294d763b1b550173933d71bf31de020c531b8572879b6fc856fc4c590f0ecab53cc64b
DIST brscan4-0.4.3-3.i386.rpm 68521 BLAKE2B 0e541a0f845bb119780e97c94e95ce84332b311c447c808ad381b29fb47ae1b5cb54b292e7a31f828feadeacb19240a2d6cad4a3a8e7e148df5ecf10e11e06d6 SHA512 9517f81cb3ffede5abba655de3ec304cbebd6807a59bc49cabf771b0bdbd13bbd1c4820874af05cbf90d760a50c4afa6958d27e923f7b8fcc62f640c52d72430
DIST brscan4-0.4.3-3.x86_64.rpm 79980 BLAKE2B 7aae30aefbca402526be2dbee616d78f7bee49d47112459eee8ea9357700fd22efd6292fddb9f50df751e0a58e1bf81c0ff4c5aed5617ae8c7a01a544c5b36d3 SHA512 8dc3fccf200cbad4e803918bd663d31c66c84e3b40b9c974a1b0e002e134ba24d92f923939868af150dc00f75a5db8ec672909b54d500f841a2efdbd45b045d5
diff --git a/media-gfx/brscan4/brscan4-0.4.3.1.ebuild b/media-gfx/brscan4/brscan4-0.4.3.1.ebuild
deleted file mode 100644
index 89593cc..0000000
--- a/media-gfx/brscan4/brscan4-0.4.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib rpm
-
-MY_P="${PN}-${PV%.*}-${PV##*.}"
-DESCRIPTION="Brother scanner driver"
-HOMEPAGE="http://www.brother.com/"
-SRC_URI="
- amd64? ( http://download.brother.com/welcome/dlf006648/${MY_P}.x86_64.rpm )
- x86? ( http://download.brother.com/welcome/dlf006647/${MY_P}.i386.rpm )"
-
-LICENSE="Brother-lpr no-source-code"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="strip"
-
-RDEPEND="media-gfx/sane-backends
- virtual/libusb:0"
-
-S="${WORKDIR}/opt/brother/scanner/${PN}"
-
-src_install() {
- local lib=$(get_libdir)
- local dest=/opt/brother/scanner/${PN}
-
- insinto /etc${dest}
- doins Brsane4.ini brsanenetdevice4.cfg
- doins -r models4
- dosym /etc${dest}/Brsane4.ini ${dest}/Brsane4.ini
- dosym /etc${dest}/brsanenetdevice4.cfg ${dest}/brsanenetdevice4.cfg
- dosym /etc${dest}/models4 ${dest}/models4
-
- into ${dest}
- dobin brsaneconfig4
- dosym ${dest}/bin/brsaneconfig4 /usr/bin/brsaneconfig4
-
- dolib.so "${WORKDIR}"/usr/lib*/sane/libsane-brother4.so*
- dosym ${dest}/${lib}/libsane-brother4.so.1.0.7 \
- /usr/${lib}/sane/libsane-brother4.so.1.0.7
- dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so.1
- dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so
-
- insinto /etc/sane.d/dll.d
- newins - ${PN} <<< "brother4"
-}