public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2018-09-30 17:42 Virgil Dupras
  0 siblings, 0 replies; 8+ messages in thread
From: Virgil Dupras @ 2018-09-30 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     47fb0243ba5c3b7e2e17f33f884c6f99bc80aefd
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 17:37:55 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 17:38:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fb0243

media-gfx/iscan-data: bump to 1.37.0.3

Authored by Matthew Schultz, tweaked by me.

Closes: https://bugs.gentoo.org/596946
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 media-gfx/iscan-data/Manifest                   |  1 +
 media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild | 44 +++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
index 79ca476d4f6..e458a560404 100644
--- a/media-gfx/iscan-data/Manifest
+++ b/media-gfx/iscan-data/Manifest
@@ -1,2 +1,3 @@
 DIST iscan-data_1.22.0-1.tar.gz 96626 BLAKE2B e8db0a38b108dafe8a853a34f166c70ee43cddeda7cbd6b034f941cf8051bcf64c9a381e8f9d4efeda2e262c8d70d9a891e32c59ed296256a93907fdd00ffbe3 SHA512 2adc6c125045803ffd269abab4f58d6d1c87ebd4c959985e6689d0b2e7f5a84fb1956d0e559c35b1704a1e330bc639e668c37f718c871e076a7ccf6c35562e6f
 DIST iscan-data_1.36.0-1.tar.gz 100218 BLAKE2B 7731266ae58b44541ca9e39621026aa667707cb46774e8199711e627d773fc1029fecb401de2df7746a476a162774ec1eeec75b9d0bfda82567ccef706547baa SHA512 a9711264c852dd4bdcdb10c1153f725a111bd74b03705c99265b6692bf47236c6e4f5e7e4813991eb5991deb198adeee272c8c3eb53da641ba189d923916d3cb
+DIST iscan-data_1.37.0-3.tar.gz 100499 BLAKE2B 8710a69702306b50bb4d9a21a924dd9bf14748b5310ecbe53d7b4ba24bf47122da9c4bfb57a0769f166aa1ce9c732a943703fe1bfafb9500636654f480026f28 SHA512 051b5a3de2af3d621a3ebc181314809edd25598d3d2dc3868abd3423562aa5c2c00808c5e22ada6253588036b4072644dcf979012645c1ae580e9f701544bd40

diff --git a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild b/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
new file mode 100644
index 00000000000..5a58c3f55b9
--- /dev/null
+++ b/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev multilib
+
+MY_PV="$(ver_cut 1-3)"
+MY_PVR="$(ver_rs 3 -)"
+
+DESCRIPTION="Image Scan! for Linux data files"
+HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_${MY_PVR}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="udev"
+
+DEPEND="udev? (
+		dev-libs/libxslt
+		media-gfx/sane-backends
+	)"
+RDEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
+
+src_install() {
+	ewarn ""; ewarn "Some profiles automatically enable udev which will cause install to fail"
+	ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
+	default
+
+	if use udev; then
+	# create udev rules
+		local rulesdir=$(get_udevdir)/rules.d
+		dodir ${rulesdir}
+		"${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
+			--force --mode udev \
+			-d "${D}usr/share/iscan-data/epkowa.desc" \
+			-o "${D}${rulesdir}/99-iscan.rules" || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2018-09-30 17:42 Virgil Dupras
  0 siblings, 0 replies; 8+ messages in thread
From: Virgil Dupras @ 2018-09-30 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6971d3edf096e0ff1368847e0386c6cae849df9f
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 17:39:51 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 17:40:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6971d3ed

media-gfx/iscan-data: remove old

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 media-gfx/iscan-data/Manifest                   |  1 -
 media-gfx/iscan-data/iscan-data-1.22.0.1.ebuild | 42 -------------------------
 2 files changed, 43 deletions(-)

diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
index e458a560404..a19c1def45a 100644
--- a/media-gfx/iscan-data/Manifest
+++ b/media-gfx/iscan-data/Manifest
@@ -1,3 +1,2 @@
-DIST iscan-data_1.22.0-1.tar.gz 96626 BLAKE2B e8db0a38b108dafe8a853a34f166c70ee43cddeda7cbd6b034f941cf8051bcf64c9a381e8f9d4efeda2e262c8d70d9a891e32c59ed296256a93907fdd00ffbe3 SHA512 2adc6c125045803ffd269abab4f58d6d1c87ebd4c959985e6689d0b2e7f5a84fb1956d0e559c35b1704a1e330bc639e668c37f718c871e076a7ccf6c35562e6f
 DIST iscan-data_1.36.0-1.tar.gz 100218 BLAKE2B 7731266ae58b44541ca9e39621026aa667707cb46774e8199711e627d773fc1029fecb401de2df7746a476a162774ec1eeec75b9d0bfda82567ccef706547baa SHA512 a9711264c852dd4bdcdb10c1153f725a111bd74b03705c99265b6692bf47236c6e4f5e7e4813991eb5991deb198adeee272c8c3eb53da641ba189d923916d3cb
 DIST iscan-data_1.37.0-3.tar.gz 100499 BLAKE2B 8710a69702306b50bb4d9a21a924dd9bf14748b5310ecbe53d7b4ba24bf47122da9c4bfb57a0769f166aa1ce9c732a943703fe1bfafb9500636654f480026f28 SHA512 051b5a3de2af3d621a3ebc181314809edd25598d3d2dc3868abd3423562aa5c2c00808c5e22ada6253588036b4072644dcf979012645c1ae580e9f701544bd40

diff --git a/media-gfx/iscan-data/iscan-data-1.22.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.22.0.1.ebuild
deleted file mode 100644
index e2901b89af2..00000000000
--- a/media-gfx/iscan-data/iscan-data-1.22.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator udev multilib
-
-MY_PV="$(get_version_component_range 1-3)"
-MY_PVR="$(replace_version_separator 3 -)"
-
-DESCRIPTION="Image Scan! for Linux data files"
-HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-SRC_URI="https://dev.gentoo.org/~flameeyes/avasys/${PN}_${MY_PVR}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE="udev"
-
-DEPEND="udev? (
-		dev-libs/libxslt
-		media-gfx/sane-backends
-	)"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
-
-src_install() {
-	default
-
-	if use udev; then
-	# create udev rules
-		local rulesdir=$(get_udevdir)/rules.d
-		dodir ${rulesdir}
-		"${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
-			--force --quiet --mode udev \
-			-d "${D}usr/share/iscan-data/epkowa.desc" \
-			-o "${D}${rulesdir}/99-iscan.rules" || die
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2018-10-02 17:36 Virgil Dupras
  0 siblings, 0 replies; 8+ messages in thread
From: Virgil Dupras @ 2018-10-02 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ee4eef71fb5a9a4d794090668d50ceff19968fbc
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 17:35:55 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 17:36:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4eef71

media-gfx/iscan-data: fix broken upgrade to EAPI 7

Closes: https://bugs.gentoo.org/667462
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild b/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
index 5a58c3f55b9..b6288026a6c 100644
--- a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
+++ b/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
@@ -36,9 +36,9 @@ src_install() {
 	# create udev rules
 		local rulesdir=$(get_udevdir)/rules.d
 		dodir ${rulesdir}
-		"${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
+		"${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \
 			--force --mode udev \
-			-d "${D}usr/share/iscan-data/epkowa.desc" \
+			-d "${D}/usr/share/iscan-data/epkowa.desc" \
 			-o "${D}${rulesdir}/99-iscan.rules" || die
 	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2019-01-06 17:04 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-01-06 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3039b0e2f3cff98214580504c890229fb95df3ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  6 15:58:49 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 17:03:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3039b0e2

media-gfx/iscan-data: 1.39.0.1 version bump

Bug: https://bugs.gentoo.org/674674
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/iscan-data/Manifest                   |  1 +
 media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
index a19c1def45a..aa1d15d8f36 100644
--- a/media-gfx/iscan-data/Manifest
+++ b/media-gfx/iscan-data/Manifest
@@ -1,2 +1,3 @@
 DIST iscan-data_1.36.0-1.tar.gz 100218 BLAKE2B 7731266ae58b44541ca9e39621026aa667707cb46774e8199711e627d773fc1029fecb401de2df7746a476a162774ec1eeec75b9d0bfda82567ccef706547baa SHA512 a9711264c852dd4bdcdb10c1153f725a111bd74b03705c99265b6692bf47236c6e4f5e7e4813991eb5991deb198adeee272c8c3eb53da641ba189d923916d3cb
 DIST iscan-data_1.37.0-3.tar.gz 100499 BLAKE2B 8710a69702306b50bb4d9a21a924dd9bf14748b5310ecbe53d7b4ba24bf47122da9c4bfb57a0769f166aa1ce9c732a943703fe1bfafb9500636654f480026f28 SHA512 051b5a3de2af3d621a3ebc181314809edd25598d3d2dc3868abd3423562aa5c2c00808c5e22ada6253588036b4072644dcf979012645c1ae580e9f701544bd40
+DIST iscan-data_1.39.0-1.tar.gz 100793 BLAKE2B 690ce06ed82e817658bd05611a66f9bf6d895bdc17185c585c83c0a8b9c020f0354f782bf991dd4913336799a75d3d424085624e488ca4a77f797088a327fda6 SHA512 15e456d5e64bfe9bea77c3f2a349a2e50c4d8a8cbd1347dfac4ef1f692793561d0d3d32fb3cec10176f013d3b0e46f62d6d24f0870c199088e2e65ec82b4326a

diff --git a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
new file mode 100644
index 00000000000..e9b6501a2b6
--- /dev/null
+++ b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+DESCRIPTION="Image Scan! for Linux data files"
+HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_$(ver_rs 3 -).tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="udev"
+
+DEPEND="
+	udev? (
+		dev-libs/libxslt
+		media-gfx/sane-backends
+	)"
+RDEPEND=""
+
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
+
+src_install() {
+	ewarn "Some profiles automatically enable udev which will cause install"
+	ewarn "to fail if media-gfx/sane-backends is not already installed."
+	default
+
+	if use udev; then
+	# create udev rules
+		local rulesdir=$(get_udevdir)/rules.d
+		dodir ${rulesdir}
+		"${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \
+			--force --mode udev \
+			-d "${D}/usr/share/iscan-data/epkowa.desc" \
+			-o "${D}${rulesdir}/99-iscan.rules" || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2019-04-06 16:07 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-04-06 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a9efcbd1327926cc8c51ac1c2ad37479b3cdffba
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 16:07:36 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 16:07:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9efcbd1

media-gfx/iscan-data: amd64 stable wrt bug #676962

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
index e9b6501a2b6..09633022282 100644
--- a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
+++ b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_$(ver_rs 3 -).ta
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="udev"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2019-06-05  7:46 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-06-05  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d00845d39c257f127c9b18aaf1f90c0871c54dea
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 07:45:48 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 07:45:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00845d3

media-gfx/iscan-data: x86 stable wrt bug #676962

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
index 09633022282..cb64d7bca5c 100644
--- a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
+++ b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_$(ver_rs 3 -).ta
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="udev"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2019-06-05  9:19 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-06-05  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7530fdc6c188e4fd00a586f0ee5b12b579d15b9b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 09:03:38 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 09:19:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7530fdc6

media-gfx/iscan-data: Drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/iscan-data/Manifest                   |  2 --
 media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild | 46 -------------------------
 media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild | 44 -----------------------
 3 files changed, 92 deletions(-)

diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
index aa1d15d8f36..f5431d0bcd8 100644
--- a/media-gfx/iscan-data/Manifest
+++ b/media-gfx/iscan-data/Manifest
@@ -1,3 +1 @@
-DIST iscan-data_1.36.0-1.tar.gz 100218 BLAKE2B 7731266ae58b44541ca9e39621026aa667707cb46774e8199711e627d773fc1029fecb401de2df7746a476a162774ec1eeec75b9d0bfda82567ccef706547baa SHA512 a9711264c852dd4bdcdb10c1153f725a111bd74b03705c99265b6692bf47236c6e4f5e7e4813991eb5991deb198adeee272c8c3eb53da641ba189d923916d3cb
-DIST iscan-data_1.37.0-3.tar.gz 100499 BLAKE2B 8710a69702306b50bb4d9a21a924dd9bf14748b5310ecbe53d7b4ba24bf47122da9c4bfb57a0769f166aa1ce9c732a943703fe1bfafb9500636654f480026f28 SHA512 051b5a3de2af3d621a3ebc181314809edd25598d3d2dc3868abd3423562aa5c2c00808c5e22ada6253588036b4072644dcf979012645c1ae580e9f701544bd40
 DIST iscan-data_1.39.0-1.tar.gz 100793 BLAKE2B 690ce06ed82e817658bd05611a66f9bf6d895bdc17185c585c83c0a8b9c020f0354f782bf991dd4913336799a75d3d424085624e488ca4a77f797088a327fda6 SHA512 15e456d5e64bfe9bea77c3f2a349a2e50c4d8a8cbd1347dfac4ef1f692793561d0d3d32fb3cec10176f013d3b0e46f62d6d24f0870c199088e2e65ec82b4326a

diff --git a/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild
deleted file mode 100644
index 8cb288324b4..00000000000
--- a/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator udev multilib
-
-MY_PV="$(get_version_component_range 1-3)"
-MY_PVR="$(replace_version_separator 3 -)"
-
-DESCRIPTION="Image Scan! for Linux data files"
-HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-# Use a gentoo hosted url since upstream uses a session based url that causes the
-# files to no longer be available after the session expires.
-SRC_URI="https://dev.gentoo.org/~idella4/tarballs//${PN}_${MY_PVR}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE="udev"
-
-DEPEND="udev? (
-		dev-libs/libxslt
-		media-gfx/sane-backends
-	)"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
-
-src_install() {
-	ewarn ""; ewarn "Some profiles automatically enable udev which will cause install to fail"
-	ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
-	default
-
-	if use udev; then
-	# create udev rules
-		local rulesdir=$(get_udevdir)/rules.d
-		dodir ${rulesdir}
-		"${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
-			--force --mode udev \
-			-d "${D}usr/share/iscan-data/epkowa.desc" \
-			-o "${D}${rulesdir}/99-iscan.rules" || die
-	fi
-}

diff --git a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild b/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
deleted file mode 100644
index b6288026a6c..00000000000
--- a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit udev multilib
-
-MY_PV="$(ver_cut 1-3)"
-MY_PVR="$(ver_rs 3 -)"
-
-DESCRIPTION="Image Scan! for Linux data files"
-HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_${MY_PVR}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="udev"
-
-DEPEND="udev? (
-		dev-libs/libxslt
-		media-gfx/sane-backends
-	)"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
-
-src_install() {
-	ewarn ""; ewarn "Some profiles automatically enable udev which will cause install to fail"
-	ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
-	default
-
-	if use udev; then
-	# create udev rules
-		local rulesdir=$(get_udevdir)/rules.d
-		dodir ${rulesdir}
-		"${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \
-			--force --mode udev \
-			-d "${D}/usr/share/iscan-data/epkowa.desc" \
-			-o "${D}${rulesdir}/99-iscan.rules" || die
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
@ 2020-08-30  8:18 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2020-08-30  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9d8c96c736240467c5a7b0b8af56b3956f22cb7a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 08:03:44 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 08:18:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8c96c7

media-gfx/iscan-data: drop to m-n

Closes: https://bugs.gentoo.org/633242
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/iscan-data/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-gfx/iscan-data/metadata.xml b/media-gfx/iscan-data/metadata.xml
index b2d428e4c97..c1073e27b5c 100644
--- a/media-gfx/iscan-data/metadata.xml
+++ b/media-gfx/iscan-data/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>mattsch@gmail.com</email>
-		<name>Matthew Schultz</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription lang="en">
 		Provides the necessary support files for Image Scan! for Linux,
 		including device information and policy file generation logic.


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

end of thread, other threads:[~2020-08-30  8:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05  7:46 [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-08-30  8:18 Joonas Niilola
2019-06-05  9:19 Andreas Sturmlechner
2019-04-06 16:07 Mikle Kolyada
2019-01-06 17:04 Andreas Sturmlechner
2018-10-02 17:36 Virgil Dupras
2018-09-30 17:42 Virgil Dupras
2018-09-30 17:42 Virgil Dupras

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