From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76556138331 for ; Wed, 11 Apr 2018 23:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C72CEE0922; Wed, 11 Apr 2018 23:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A49AEE0922 for ; Wed, 11 Apr 2018 23:26:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 274BB335C0C for ; Wed, 11 Apr 2018 23:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE6B274 for ; Wed, 11 Apr 2018 23:25:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523489123.e5df1e660b5916ad424f7363c033c9f0da584915.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e5df1e660b5916ad424f7363c033c9f0da584915 X-VCS-Branch: master Date: Wed, 11 Apr 2018 23:25:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5c70c768-fa62-4753-8068-2391952fc609 X-Archives-Hash: 27b3576d5ebf838d52b74d4cc0454cea commit: e5df1e660b5916ad424f7363c033c9f0da584915 Author: Herb Miller Jr hlmjr com> AuthorDate: Wed Apr 11 16:27:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 11 23:25:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5df1e66 media-gfx/sane-frontends: Repoint SRC_URI. The ftp location went down. Bug: https://bugs.gentoo.org/652314 Package-Manager: Portage[mgorny]-2.3.24.1 Closes: https://github.com/gentoo/gentoo/pull/7941 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild index c0ce393bb43..7af78ea1b98 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild @@ -5,8 +5,7 @@ EAPI=6 DESCRIPTION="Scanner Access Now Easy" HOMEPAGE="http://www.sane-project.org" -SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz - ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz" +SRC_URI="https://alioth.debian.org/frs/download.php/file/1140/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"