public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/dev/ulm:master commit in: net-print/brother-dcpj925dw/
@ 2021-05-07 11:42 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2021-05-07 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     20de59d53275c97b1f910ce4c83cba0840437369
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 11:31:07 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  7 11:31:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=20de59d5

net-print/brother-dcpj925dw: Remove package

This never really worked, and isn't needed since the printer works
without driver.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-print/brother-dcpj925dw/Manifest               |  2 -
 .../brother-dcpj925dw-20131010.ebuild              | 59 ----------------------
 net-print/brother-dcpj925dw/metadata.xml           | 10 ----
 3 files changed, 71 deletions(-)

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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>ulm@gentoo.org</email>
-</maintainer>
-<use>
-  <flag name='metric'>Default to A4 paper size</flag>
-</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-07 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07 11:42 [gentoo-commits] repo/dev/ulm:master commit in: net-print/brother-dcpj925dw/ Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox