summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-24 07:38:45 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-28 11:17:00 +0200
commitd70551b74e5c24443f569d124a218b5210f2eb98 (patch)
tree4dac7bb4c26dc03faf4626f0e81986a0b32bb74f /sys-apps/debianutils/debianutils-5.5.ebuild
parentdev-python/pyphen: keyword 0.12.0-r1 for ~riscv (diff)
downloadgentoo-d70551b74e5c24443f569d124a218b5210f2eb98.tar.gz
gentoo-d70551b74e5c24443f569d124a218b5210f2eb98.tar.bz2
gentoo-d70551b74e5c24443f569d124a218b5210f2eb98.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/debianutils/debianutils-5.5.ebuild')
-rw-r--r--sys-apps/debianutils/debianutils-5.5.ebuild6
1 files changed, 4 insertions, 2 deletions
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"