Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-data/
Date: Wed, 05 Jun 2019 09:19:17
Message-Id: 1559726343.7530fdc6c188e4fd00a586f0ee5b12b579d15b9b.asturm@gentoo
1 commit: 7530fdc6c188e4fd00a586f0ee5b12b579d15b9b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 09:03:38 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 09:19:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7530fdc6
7
8 media-gfx/iscan-data: Drop old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/iscan-data/Manifest | 2 --
14 media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild | 46 -------------------------
15 media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild | 44 -----------------------
16 3 files changed, 92 deletions(-)
17
18 diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
19 index aa1d15d8f36..f5431d0bcd8 100644
20 --- a/media-gfx/iscan-data/Manifest
21 +++ b/media-gfx/iscan-data/Manifest
22 @@ -1,3 +1 @@
23 -DIST iscan-data_1.36.0-1.tar.gz 100218 BLAKE2B 7731266ae58b44541ca9e39621026aa667707cb46774e8199711e627d773fc1029fecb401de2df7746a476a162774ec1eeec75b9d0bfda82567ccef706547baa SHA512 a9711264c852dd4bdcdb10c1153f725a111bd74b03705c99265b6692bf47236c6e4f5e7e4813991eb5991deb198adeee272c8c3eb53da641ba189d923916d3cb
24 -DIST iscan-data_1.37.0-3.tar.gz 100499 BLAKE2B 8710a69702306b50bb4d9a21a924dd9bf14748b5310ecbe53d7b4ba24bf47122da9c4bfb57a0769f166aa1ce9c732a943703fe1bfafb9500636654f480026f28 SHA512 051b5a3de2af3d621a3ebc181314809edd25598d3d2dc3868abd3423562aa5c2c00808c5e22ada6253588036b4072644dcf979012645c1ae580e9f701544bd40
25 DIST iscan-data_1.39.0-1.tar.gz 100793 BLAKE2B 690ce06ed82e817658bd05611a66f9bf6d895bdc17185c585c83c0a8b9c020f0354f782bf991dd4913336799a75d3d424085624e488ca4a77f797088a327fda6 SHA512 15e456d5e64bfe9bea77c3f2a349a2e50c4d8a8cbd1347dfac4ef1f692793561d0d3d32fb3cec10176f013d3b0e46f62d6d24f0870c199088e2e65ec82b4326a
26
27 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
28 deleted file mode 100644
29 index 8cb288324b4..00000000000
30 --- a/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit eutils versionator udev multilib
39 -
40 -MY_PV="$(get_version_component_range 1-3)"
41 -MY_PVR="$(replace_version_separator 3 -)"
42 -
43 -DESCRIPTION="Image Scan! for Linux data files"
44 -HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
45 -# Use a gentoo hosted url since upstream uses a session based url that causes the
46 -# files to no longer be available after the session expires.
47 -SRC_URI="https://dev.gentoo.org/~idella4/tarballs//${PN}_${MY_PVR}.tar.gz"
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -
51 -KEYWORDS="amd64 x86"
52 -IUSE="udev"
53 -
54 -DEPEND="udev? (
55 - dev-libs/libxslt
56 - media-gfx/sane-backends
57 - )"
58 -RDEPEND=""
59 -
60 -S="${WORKDIR}/${PN}-${MY_PV}"
61 -
62 -DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
63 -
64 -src_install() {
65 - ewarn ""; ewarn "Some profiles automatically enable udev which will cause install to fail"
66 - ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
67 - default
68 -
69 - if use udev; then
70 - # create udev rules
71 - local rulesdir=$(get_udevdir)/rules.d
72 - dodir ${rulesdir}
73 - "${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
74 - --force --mode udev \
75 - -d "${D}usr/share/iscan-data/epkowa.desc" \
76 - -o "${D}${rulesdir}/99-iscan.rules" || die
77 - fi
78 -}
79
80 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
81 deleted file mode 100644
82 index b6288026a6c..00000000000
83 --- a/media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild
84 +++ /dev/null
85 @@ -1,44 +0,0 @@
86 -# Copyright 1999-2018 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -inherit udev multilib
92 -
93 -MY_PV="$(ver_cut 1-3)"
94 -MY_PVR="$(ver_rs 3 -)"
95 -
96 -DESCRIPTION="Image Scan! for Linux data files"
97 -HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
98 -SRC_URI="http://support.epson.net/linux/src/scanner/iscan/${PN}_${MY_PVR}.tar.gz"
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE="udev"
104 -
105 -DEPEND="udev? (
106 - dev-libs/libxslt
107 - media-gfx/sane-backends
108 - )"
109 -RDEPEND=""
110 -
111 -S="${WORKDIR}/${PN}-${MY_PV}"
112 -
113 -DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )
114 -
115 -src_install() {
116 - ewarn ""; ewarn "Some profiles automatically enable udev which will cause install to fail"
117 - ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
118 - default
119 -
120 - if use udev; then
121 - # create udev rules
122 - local rulesdir=$(get_udevdir)/rules.d
123 - dodir ${rulesdir}
124 - "${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \
125 - --force --mode udev \
126 - -d "${D}/usr/share/iscan-data/epkowa.desc" \
127 - -o "${D}${rulesdir}/99-iscan.rules" || die
128 - fi
129 -}