commit:     d70551b74e5c24443f569d124a218b5210f2eb98
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 06:38:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 09:17:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70551b7

sys-apps/debianutils: Fetch tarball from dev.gentoo.org/~jsmolic

... 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ć <jsmolic <AT> gentoo.org>

 sys-apps/debianutils/debianutils-5.4.ebuild | 6 ++++--
 sys-apps/debianutils/debianutils-5.5.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-apps/debianutils/debianutils-5.4.ebuild 
b/sys-apps/debianutils/debianutils-5.4.ebuild
index 0df682debe5a..b70f4aa7b07a 100644
--- a/sys-apps/debianutils/debianutils-5.4.ebuild
+++ b/sys-apps/debianutils/debianutils-5.4.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 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"

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"

Reply via email to