summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 11:03:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 11:19:03 +0200
commit7530fdc6c188e4fd00a586f0ee5b12b579d15b9b (patch)
treee6ad60b7d5dce9db215a511eb1c9aa2c076e0395
parentmedia-gfx/iscan: Drop 2.30.2.2* (diff)
downloadgentoo-7530fdc6.tar.gz
gentoo-7530fdc6.tar.bz2
gentoo-7530fdc6.zip
media-gfx/iscan-data: Drop old
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-gfx/iscan-data/Manifest2
-rw-r--r--media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild46
-rw-r--r--media-gfx/iscan-data/iscan-data-1.37.0.3.ebuild44
3 files changed, 0 insertions, 92 deletions
diff --git a/media-gfx/iscan-data/Manifest b/media-gfx/iscan-data/Manifest
index aa1d15d8f368..f5431d0bcd85 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 8cb288324b4a..000000000000
--- 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 b6288026a6cf..000000000000
--- 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
-}