summaryrefslogtreecommitdiffstats
path: root/media-gfx/brscan4/brscan4-0.4.1.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/brscan4/brscan4-0.4.1.6.ebuild')
-rw-r--r--media-gfx/brscan4/brscan4-0.4.1.6.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-gfx/brscan4/brscan4-0.4.1.6.ebuild b/media-gfx/brscan4/brscan4-0.4.1.6.ebuild
deleted file mode 100644
index 446b1e3..0000000
--- a/media-gfx/brscan4/brscan4-0.4.1.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit versionator
-
-MY_PV=$(replace_version_separator 3 -)
-DESCRIPTION="Brother scanner driver for brscan4 models"
-HOMEPAGE="http://brother.com"
-SRC_URI="http://www.brother.com/pub/bsc/linux/dlf/${PN}-${MY_PV}.amd64.deb"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RESTRICT="mirror"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- unpack ./data.tar.gz
- rm -f data.tar.gz
-}
-
-src_install() {
- cp -pPR usr etc opt "${D}"/ || die "Installing files failed"
- mkdir "${D}"/etc/sane.d/
- echo brother4 >> "${D}"/etc/sane.d/dll.conf
-}
-
-pkg_postinst() {
- elog "You need to be in the scanner group in order to use the scanner"
-}