Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455774 - media-gfx/iscan-plugin-gt-x770 - SRC_URI moved
Summary: media-gfx/iscan-plugin-gt-x770 - SRC_URI moved
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Schultz
URL: http://avasys.jp/eng/linux_driver/new...
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks: 455776
  Show dependency tree
 
Reported: 2013-02-06 02:48 UTC by Matthew Schultz
Modified: 2013-02-19 10:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
iscan-plugin-gt-x770-2.1.2.1-r3.ebuild (iscan-plugin-gt-x770-2.1.2.1-r3.ebuild,2.34 KB, text/plain)
2013-02-06 02:50 UTC, Matthew Schultz
Details
iscan-plugin-gt-x770-2.1.2.1-r3.ebuild (iscan-plugin-gt-x770-2.1.2.1-r3.ebuild,2.58 KB, text/plain)
2013-02-06 14:35 UTC, Matthew Schultz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2013-02-06 02:48:58 UTC
Avasys shut down their download service for all iscan plugins.  The ebuild needs to be updated with the new SRC_URI.

Reproducible: Always
Comment 1 Matthew Schultz 2013-02-06 02:50:04 UTC
Created attachment 338042 [details]
iscan-plugin-gt-x770-2.1.2.1-r3.ebuild

Updated EAPI and SRC_URI to the new one at Epson.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-02-06 03:34:16 UTC
Comment on attachment 338042 [details]
iscan-plugin-gt-x770-2.1.2.1-r3.ebuild

--- iscan-plugin-gt-x770-2.1.2.1-r2.ebuild      2012-07-05 20:56:54.000000000 +0200
+++ -   2013-02-06 04:34:07.198233450 +0100
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-plugin-gt-x770/iscan-plugin-gt-x770-2.1.2.1-r2.ebuild,v 1.1 2012/07/05 18:56:54 
flameeyes Exp $                                                                                                                     +# $Header: $
 
-EAPI="4"
+EAPI="5"
 
 inherit rpm versionator multilib
 
@@ -11,10 +11,8 @@
 
 DESCRIPTION="Epson Perfection V500 scanner plugin for SANE 'epkowa' backend."
 HOMEPAGE="http://www.avasys.jp/english/linux_e/dl_scan.html"
-SRC_URI="
-       x86? ( http://linux.avasys.jp/drivers/iscan-plugins/${PN}/${MY_PV}/${PN}-${MY_PVR}.i386.rpm )
-       amd64? ( http://linux.avasys.jp/drivers/iscan-plugins/${PN}/${MY_PV}/${PN}-${MY_PVR}.x86_64.rpm )
-"
+SRC_URI="x86? ( http://a1227.g.akamai.net/f/1227/40484/1d/download.ebz.epson.net/dsc/f/01/00/01/58/38/c8f0ccb2effabe926265d64910118
a953e62c67c/${PN}-${MY_PVR}.i386.rpm )                                                                                              +       amd64? ( http://a1227.g.akamai.net/f/1227/40484/1d/download.ebz.epson.net/dsc/f/01/00/01/58/38/452bf811fca094367e871911a507e
739a978489f/${PN}-${MY_PVR}.x86_64.rpm )"                                                                                            
 LICENSE="AVASYS"
 SLOT="0"
Comment 3 Matthew Schultz 2013-02-06 14:35:57 UTC
Created attachment 338098 [details]
iscan-plugin-gt-x770-2.1.2.1-r3.ebuild

Changed SRC_URI to be fetch restricted since the urls are not static.