diff options
author | 2022-03-24 07:38:45 +0100 | |
---|---|---|
committer | 2022-03-28 11:17:00 +0200 | |
commit | d70551b74e5c24443f569d124a218b5210f2eb98 (patch) | |
tree | 4dac7bb4c26dc03faf4626f0e81986a0b32bb74f /sys-apps/debianutils | |
parent | dev-python/pyphen: keyword 0.12.0-r1 for ~riscv (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/debianutils/debianutils-5.4.ebuild | 6 | ||||
-rw-r--r-- | 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" |