From 20de59d53275c97b1f910ce4c83cba0840437369 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 7 May 2021 13:31:07 +0200 Subject: net-print/brother-dcpj925dw: Remove package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This never really worked, and isn't needed since the printer works without driver. Signed-off-by: Ulrich Müller --- net-print/brother-dcpj925dw/Manifest | 2 - .../brother-dcpj925dw-20131010.ebuild | 59 ---------------------- net-print/brother-dcpj925dw/metadata.xml | 10 ---- 3 files changed, 71 deletions(-) delete mode 100644 net-print/brother-dcpj925dw/Manifest delete mode 100644 net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild delete mode 100644 net-print/brother-dcpj925dw/metadata.xml diff --git a/net-print/brother-dcpj925dw/Manifest b/net-print/brother-dcpj925dw/Manifest deleted file mode 100644 index 6b326d2..0000000 --- a/net-print/brother-dcpj925dw/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST dcpj925dwcupswrapper-3.0.0-1.i386.rpm 17395 BLAKE2B 14ac56c7775e58d1a32fc33537bc1365ebb1a32650a7c2fac0a10168501cb24af36e47be1cbbd1cf4b61d488f8fde67bfed2f8c3f6dec2dfbd83822317d0e087 SHA512 fd7cf0526e05e82f659ee1c158e5108ee4c67e689d77c19d0d59cbded921888b597eee68c3e18d12fe6a0ec93daff5095ac8f3d8c9f8a471002987b87646fc8e -DIST dcpj925dwlpr-3.0.1-1.i386.rpm 3430885 BLAKE2B b98cfd2a893a050cca2ee43d937327efeb528bad1a2bd7ae7f7fae27ecc4e0f9e7b26457c1ee461fb0cc93fdfea189e05ed827be528162da58ddfa35aa50bbe7 SHA512 11973cbca305e14266772bc428db05504e794bd2f862778e6fb1dd917144502348685f241f21b5fc8bbba3d487a36938ef6e148b1f74ef1e5d5825bb7ed2cd23 diff --git a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild deleted file mode 100644 index 96622ee..0000000 --- a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit rpm - -MODEL="${PN#*-}" -PV_LPR="3.0.1-1" -PV_CUPSWRAPPER="3.0.0-1" - -DESCRIPTION="Brother printer driver for DCP-J925DW" -HOMEPAGE="http://www.brother.com/" -SRC_URI="http://download.brother.com/welcome/dlf005614/${MODEL}lpr-${PV_LPR}.i386.rpm http://download.brother.com/welcome/dlf005616/${MODEL}cupswrapper-${PV_CUPSWRAPPER}.i386.rpm" - -LICENSE="GPL-2+ Brother-lpr no-source-code" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="metric" -RESTRICT="strip" - -RDEPEND="net-print/cups" - -S="${WORKDIR}/opt/brother/Printers/${MODEL}" - -src_prepare() { - if use metric; then - sed -i "/^PaperType/s/Letter/A4/" inf/br${MODEL}rc || die - fi -} - -src_install() { - local dest=/opt/brother/Printers/${MODEL} - - cd "${S}"/lpd || die - exeinto ${dest}/lpd - doexe br${MODEL}filter filter${MODEL} psconvertij2 - dosym ${dest}/lpd/filter${MODEL} \ - /usr/libexec/cups/filter/brother_lpdwrapper_${MODEL} - - cd "${S}"/inf || die - insinto ${dest}/inf - doins br${MODEL}func ImagingArea paperinfij2 - doins -r lut - insinto /etc${dest}/inf - doins br${MODEL}rc # config file - dosym /etc${dest}/inf/br${MODEL}rc ${dest}/inf/br${MODEL}rc - - cd "${S}"/cupswrapper || die - insinto ${dest}/cupswrapper - doins brother_${MODEL}_printer_en.ppd - dosym ${dest}/cupswrapper/brother_${MODEL}_printer_en.ppd \ - /usr/share/cups/model/Brother/brother_${MODEL}_printer_en.ppd - - # The brprintconf utility is very broken and mangles the path - # of the function list file. Therefore, don't install it. - #exeinto ${dest}/bin - #doexe "${WORKDIR}"/usr/bin/brprintconf_${MODEL} -} diff --git a/net-print/brother-dcpj925dw/metadata.xml b/net-print/brother-dcpj925dw/metadata.xml deleted file mode 100644 index 9a3c73e..0000000 --- a/net-print/brother-dcpj925dw/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - ulm@gentoo.org - - - Default to A4 paper size - - -- cgit v1.2.3-65-gdbad