public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/brscan4/
Date: Tue, 25 Jan 2022 10:14:04 +0000 (UTC)	[thread overview]
Message-ID: <1643105633.b5826331e8e8a019747f57eb12695e2e584e702c.ulm@gentoo> (raw)

commit:     b5826331e8e8a019747f57eb12695e2e584e702c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 10:10:54 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 10:13:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5826331

media-gfx/brscan4: Remove old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/brscan4/Manifest                |  2 -
 media-gfx/brscan4/brscan4-0.4.10.1.ebuild | 70 -------------------------------
 2 files changed, 72 deletions(-)

diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
index 6159eff2e71e..3844e14642eb 100644
--- a/media-gfx/brscan4/Manifest
+++ b/media-gfx/brscan4/Manifest
@@ -1,4 +1,2 @@
-DIST brscan4-0.4.10-1.i386.rpm 100151 BLAKE2B 94fd7daa5682b294740a6e1345c4ab8d488589896c3fa34eafc131b1cdc2ef2e022e11795ebc261538c6107583602a9622946ea049a3cfbbeb547e7e9c8825ad SHA512 5daeb9a1304f3aeb0a2e17823887a546ff872dfb42bf08ab403539815553da597504ac7afcbb2a34fbcfd8d973c03c8ca2c62617f8c499b9fc44b1719e4f2611
-DIST brscan4-0.4.10-1.x86_64.rpm 118863 BLAKE2B 1e518122b049a6cd594e4603311d37f289aef4ad3973cbe846700c2a5c0c8f0ec994f6608817a1c12d6494c3ae78178b43f4ba8450ab00153e27f533ec1957c8 SHA512 c648db8d8543dec9e1cd556f2e0415c170c06935febd1373d783191b159ed9ed67043644ef81fb18027de89270e10a5cedcee11ea66ee262df1a2d4f006e4875
 DIST brscan4-0.4.11-1.i386.rpm 100453 BLAKE2B d3801d208faf203700a6723619b1999722225400c135c7c5e6cc3cfd8a963375c2094d518ae2d18be0e0d0fbff96b238de5fd89bfc82baad5bef25b1e9b83c25 SHA512 0c07311b2f7e728f876b52d3da1473942487d4ce7dfd65d3c7aef8ff2321ac1a1e904446a60738e38722217af35d9d6455ab2bb390305da8a3c548fb024f0b70
 DIST brscan4-0.4.11-1.x86_64.rpm 119016 BLAKE2B 9b43c1e10e5e0ee63b89999390d214d71f694c885749401ac676999ffabfcc24174098b09586bd148144dd6e83f89c52c251be293e428edf0f70b964d5d5042c SHA512 c97a7f51398e34783a7099a118bad320b01e220f6ba942504194d6d2e5e10164168594820232f3861458916be1985ed23560b9b635d2755f03551c663768ebf7

diff --git a/media-gfx/brscan4/brscan4-0.4.10.1.ebuild b/media-gfx/brscan4/brscan4-0.4.10.1.ebuild
deleted file mode 100644
index ef415a9e04c5..000000000000
--- a/media-gfx/brscan4/brscan4-0.4.10.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eapi8-dosym readme.gentoo-r1 rpm
-
-MY_P="${PN}-${PV%.*}-${PV##*.}"
-DESCRIPTION="Brother scanner driver"
-HOMEPAGE="https://www.brother.com/"
-SRC_URI="
-	amd64? ( https://download.brother.com/welcome/dlf105203/${MY_P}.x86_64.rpm )
-	x86? ( https://download.brother.com/welcome/dlf105202/${MY_P}.i386.rpm )"
-S="${WORKDIR}/opt/brother/scanner/${PN}"
-
-LICENSE="Brother"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="zeroconf"
-RESTRICT="strip"
-
-RDEPEND="media-gfx/sane-backends
-	virtual/libusb:0
-	zeroconf? ( net-dns/avahi )"
-
-QA_PREBUILT="opt/brother/*"
-
-src_install() {
-	local dest=/opt/brother/scanner/${PN}
-	local lib=$(get_libdir)
-
-	insinto /etc${dest}
-	doins Brsane4.ini brsanenetdevice4.cfg
-	doins -r models4
-	dosym8 -r {/etc,}${dest}/Brsane4.ini
-	dosym8 -r {/etc,}${dest}/brsanenetdevice4.cfg
-	dosym8 -r {/etc,}${dest}/models4
-
-	exeinto ${dest}
-	doexe brsaneconfig4
-	dosym8 -r {${dest},/usr/bin}/brsaneconfig4
-
-	if use zeroconf; then
-		doexe brscan_cnetconfig
-		# Don't install brscan_gnetconfig because it depends on gtk+:2
-	fi
-
-	into ${dest}
-	dolib.so "${WORKDIR}"/usr/${lib}/sane/libsane-brother4.so.1.0.7
-	dosym libsane-brother4.so.1.0.7 ${dest}/${lib}/libsane-brother4.so.1
-	dosym libsane-brother4.so.1.0.7 ${dest}/${lib}/libsane-brother4.so
-	dosym8 -r {${dest}/${lib},/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"
-
-	local DOC_CONTENTS="If want to use a remote scanner over the network,
-		you will have to add it with \"brsaneconfig4\"."
-	use zeroconf || DOC_CONTENTS+="\\n\\nNote that querying the network
-		(\"brsaneconfig4 -q\") will not work unless you emerge ${PN} with
-		the zeroconf flag enabled."
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


             reply	other threads:[~2022-01-25 10:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 10:14 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-20 16:26 [gentoo-commits] repo/gentoo:master commit in: media-gfx/brscan4/ Ulrich Müller
2022-01-25 10:14 Ulrich Müller
2022-01-12 18:34 Matt Turner
2021-05-12 11:48 Ulrich Müller
2021-05-07 11:43 Ulrich Müller
2021-05-07  8:24 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1643105633.b5826331e8e8a019747f57eb12695e2e584e702c.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox