public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2016-10-16 13:13 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2016-10-16 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a89901ef1bbd7379a9fa6bb578c54283d23edb5a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 14:45:57 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 14:45:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=a89901ef

media-gfx/brscan4: Version bump.

 media-gfx/brscan4/Manifest               |  2 ++
 media-gfx/brscan4/brscan4-0.4.3.3.ebuild | 49 ++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
index 2643d44..61ff1f0 100644
--- a/media-gfx/brscan4/Manifest
+++ b/media-gfx/brscan4/Manifest
@@ -1,2 +1,4 @@
 DIST brscan4-0.4.3-1.i386.rpm 67665 SHA256 9129658520ce69041eb2730230d2906fe24dfa66732e75c3913eb59fa7b11ab7 SHA512 e6a3b30109e68b9cc91440236ea5bd04da2b4378b55e49130c01727b8af33d171cfa4a2c11f16ab9729d7233ebced4b4e4ee5b22ca99a4362744e74af3bad371 WHIRLPOOL 13d79e5eb2537a8fe37ba4c4338be2698aabbea80059b15af0bf449a8165eb9ea24eaf0e26217016d189758b51b6c2cb54c56f144eb66bb3adca4c72a17c021d
 DIST brscan4-0.4.3-1.x86_64.rpm 79615 SHA256 3f137dca71d8469a2621c04e5f8cf79182db619c7583c4e0385254c579501d25 SHA512 cd97cef75e6ea113a5bf2f9cc8394c8cd63a8ce02f58a6820b9c9d048d294d763b1b550173933d71bf31de020c531b8572879b6fc856fc4c590f0ecab53cc64b WHIRLPOOL fe4924551cf3855ae9e11aca8bb1eba056e1d1458987d6471395882dcd852adc7d951f686c6ee4a19ea04ec4024f5ff7ed36e906a649d8f0a0267ef29a26429d
+DIST brscan4-0.4.3-3.i386.rpm 68521 SHA256 5c8937c5edd2cf8afd014a66e9bf2b19cede2052f43bc9fb630d5010f8d6b8f7 SHA512 9517f81cb3ffede5abba655de3ec304cbebd6807a59bc49cabf771b0bdbd13bbd1c4820874af05cbf90d760a50c4afa6958d27e923f7b8fcc62f640c52d72430 WHIRLPOOL 9a44d16c64e0ea084366c19d6d71eb141b6574be5be6149f461a18ca54c2a0c50267293de0d590212ccaf719b9e7aee23771af5b62a86a2de790cb50b05612ed
+DIST brscan4-0.4.3-3.x86_64.rpm 79980 SHA256 713f3bde6649c110367669b53c6c7dcc9a974ae594ca4854c95a531f938b6ab9 SHA512 8dc3fccf200cbad4e803918bd663d31c66c84e3b40b9c974a1b0e002e134ba24d92f923939868af150dc00f75a5db8ec672909b54d500f841a2efdbd45b045d5 WHIRLPOOL 80701015bda7dccbf4ecf6145e599295c6ad63063a26807e0b8b87bc640fbc110be8ee370bf61730d6c0827c9ecf6feaa8fb759d1638c0bc33004c7972f80bc2

diff --git a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
new file mode 100644
index 0000000..23c5edd
--- /dev/null
+++ b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2018-06-29 23:37 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2018-06-29 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     69b9f78f1714e56ce2f66088db75b8b54230cedd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:35:42 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:35:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=69b9f78f

media-gfx/brscan4: Fix lib symlinks.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/brscan4/brscan4-0.4.3.3.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
index 31f8a7b..6ae657f 100644
--- a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
+++ b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,8 +37,10 @@ src_install() {
 	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 \
+	dolib.so "${WORKDIR}"/usr/lib*/sane/libsane-brother4.so.1.0.7
+	dosym libsane-brother4.so.1.0.7 ${dest}/libsane-brother4.so.1
+	dosym libsane-brother4.so.1.0.7 ${dest}/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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2018-06-29 23:37 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2018-06-29 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     57985528a6c7b87c0d052dd6fc44b7a63c2cf9fc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:28:07 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:28:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=57985528

media-gfx/brscan4: Remove old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/brscan4/Manifest               |  2 --
 media-gfx/brscan4/brscan4-0.4.3.1.ebuild | 48 --------------------------------
 2 files changed, 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"
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2018-06-29 23:56 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2018-06-29 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b5c1ff5c9a0ddac8e73ffee05a8ff1df257787ac
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:54:05 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:54:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=b5c1ff5c

media-gfx/brscan4: Fix lib symlinks.

Really fix them, this time.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/brscan4/brscan4-0.4.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
index 6ae657f..84ef365 100644
--- a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
+++ b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
@@ -38,8 +38,8 @@ src_install() {
 	dosym ${dest}/bin/brsaneconfig4 /usr/bin/brsaneconfig4
 
 	dolib.so "${WORKDIR}"/usr/lib*/sane/libsane-brother4.so.1.0.7
-	dosym libsane-brother4.so.1.0.7 ${dest}/libsane-brother4.so.1
-	dosym libsane-brother4.so.1.0.7 ${dest}/libsane-brother4.so
+	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
 	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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2018-07-09 11:29 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2018-07-09 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     58f8c0d9e96f31bdc8efe7897fe22dad0015cd79
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  9 11:14:55 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  9 11:14:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=58f8c0d9

media-gfx/brscan4: Version bump.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/brscan4/Manifest               |  2 ++
 media-gfx/brscan4/brscan4-0.4.5.1.ebuild | 59 ++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
index ad88f8a..e317b88 100644
--- a/media-gfx/brscan4/Manifest
+++ b/media-gfx/brscan4/Manifest
@@ -1,2 +1,4 @@
 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
+DIST brscan4-0.4.5-1.i386.rpm 80351 BLAKE2B ef212fb0d837a256f440de7184bc8e51701b2dd6ac758191542f1ee0890f593ffe78a777e7811c6737674b4cb9f543bbcc1952de33ca3581b8b69946283b6736 SHA512 23e7860ed564bd6dc6f537111568d53aa9d96d38f2f781133eb111064c71165aa5dc6df3f467171eba7a40c750b7cb72634e5ca180540485f1741a0327a794be
+DIST brscan4-0.4.5-1.x86_64.rpm 93003 BLAKE2B cac4905ad7c019738667daac6c033d6734efeaf4a81eee7329f927c5e8c3a09e81eee9accbaa9c8b7967c76d680d81bff715eb4dac9475cc416defe88ec35616 SHA512 f86670474f94206d0857db074bd8c5d0ac3a0e4ab3c1d533f45cacdfe6f18238f849a8697c394a9cee59a2833baa412bd58401e408556b6d861aa5b87d75fb89

diff --git a/media-gfx/brscan4/brscan4-0.4.5.1.ebuild b/media-gfx/brscan4/brscan4-0.4.5.1.ebuild
new file mode 100644
index 0000000..7eef66d
--- /dev/null
+++ b/media-gfx/brscan4/brscan4-0.4.5.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib rpm readme.gentoo-r1
+
+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 "${EPREFIX}"/etc${dest}/Brsane4.ini ${dest}/Brsane4.ini
+	dosym "${EPREFIX}"/etc${dest}/brsanenetdevice4.cfg \
+		${dest}/brsanenetdevice4.cfg
+	dosym "${EPREFIX}"/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.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
+	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"
+
+	DOC_CONTENTS="If want to use a remote scanner over the network,
+		you will have to add it with \"brsaneconfig4\"."
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/
@ 2021-05-07 11:42 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2021-05-07 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3840e62afa6c5ade4b508b9d2e641d375ee466b7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 11:28:24 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  7 11:28:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=3840e62a

media-gfx/brscan4: Package moved to Gentoo repository

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

 media-gfx/brscan4/Manifest               |  4 ---
 media-gfx/brscan4/brscan4-0.4.3.3.ebuild | 50 ---------------------------
 media-gfx/brscan4/brscan4-0.4.5.1.ebuild | 59 --------------------------------
 media-gfx/brscan4/metadata.xml           |  7 ----
 4 files changed, 120 deletions(-)

diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
deleted file mode 100644
index e317b88..0000000
--- a/media-gfx/brscan4/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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
-DIST brscan4-0.4.5-1.i386.rpm 80351 BLAKE2B ef212fb0d837a256f440de7184bc8e51701b2dd6ac758191542f1ee0890f593ffe78a777e7811c6737674b4cb9f543bbcc1952de33ca3581b8b69946283b6736 SHA512 23e7860ed564bd6dc6f537111568d53aa9d96d38f2f781133eb111064c71165aa5dc6df3f467171eba7a40c750b7cb72634e5ca180540485f1741a0327a794be
-DIST brscan4-0.4.5-1.x86_64.rpm 93003 BLAKE2B cac4905ad7c019738667daac6c033d6734efeaf4a81eee7329f927c5e8c3a09e81eee9accbaa9c8b7967c76d680d81bff715eb4dac9475cc416defe88ec35616 SHA512 f86670474f94206d0857db074bd8c5d0ac3a0e4ab3c1d533f45cacdfe6f18238f849a8697c394a9cee59a2833baa412bd58401e408556b6d861aa5b87d75fb89

diff --git a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
deleted file mode 100644
index 84ef365..0000000
--- a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.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
-	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"
-}

diff --git a/media-gfx/brscan4/brscan4-0.4.5.1.ebuild b/media-gfx/brscan4/brscan4-0.4.5.1.ebuild
deleted file mode 100644
index 7eef66d..0000000
--- a/media-gfx/brscan4/brscan4-0.4.5.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib rpm readme.gentoo-r1
-
-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 "${EPREFIX}"/etc${dest}/Brsane4.ini ${dest}/Brsane4.ini
-	dosym "${EPREFIX}"/etc${dest}/brsanenetdevice4.cfg \
-		${dest}/brsanenetdevice4.cfg
-	dosym "${EPREFIX}"/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.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
-	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"
-
-	DOC_CONTENTS="If want to use a remote scanner over the network,
-		you will have to add it with \"brsaneconfig4\"."
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}

diff --git a/media-gfx/brscan4/metadata.xml b/media-gfx/brscan4/metadata.xml
deleted file mode 100644
index c665e48..0000000
--- a/media-gfx/brscan4/metadata.xml
+++ /dev/null
@@ -1,7 +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>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-07 11:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-29 23:56 [gentoo-commits] repo/dev/ulm:master commit in: media-gfx/brscan4/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2021-05-07 11:42 Ulrich Müller
2018-07-09 11:29 Ulrich Müller
2018-06-29 23:37 Ulrich Müller
2018-06-29 23:37 Ulrich Müller
2016-10-16 13:13 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