From d70551b74e5c24443f569d124a218b5210f2eb98 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Thu, 24 Mar 2022 07:38:45 +0100 Subject: sys-apps/debianutils: Fetch tarball from dev.gentoo.org/~jsmolic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... since upstream tarballs for 5.4 and 5.5 seem to have disappeared --2022-03-24 07:34:29-- http://ftp.tw.debian.org/debian/pool/main/d/debianutils/debianutils_5.4.orig.tar.xz Resolving ftp.tw.debian.org... 140.110.240.80, 2001:e10:2000:240:e643:4bff:fee8:a63c Connecting to ftp.tw.debian.org|140.110.240.80|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2022-03-24 07:34:30 ERROR 404: Not Found. Signed-off-by: Jakov Smolić --- sys-apps/debianutils/debianutils-5.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys-apps/debianutils/debianutils-5.5.ebuild') diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild b/sys-apps/debianutils/debianutils-5.5.ebuild index aae728d2f3d7..bbefd848de8e 100644 --- a/sys-apps/debianutils/debianutils-5.5.ebuild +++ b/sys-apps/debianutils/debianutils-5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,9 @@ inherit autotools flag-o-matic DESCRIPTION="A selection of tools from Debian" HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz" +SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz" +# Note: Tarball disappeared from Debian mirrors +# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz" LICENSE="BSD GPL-2 SMAIL" SLOT="0" -- cgit v1.2.3-65-gdbad