Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Mon, 28 Mar 2022 09:17:30
Message-Id: 1648459020.d70551b74e5c24443f569d124a218b5210f2eb98.jsmolic@gentoo
1 commit: d70551b74e5c24443f569d124a218b5210f2eb98
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 24 06:38:45 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 09:17:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70551b7
7
8 sys-apps/debianutils: Fetch tarball from dev.gentoo.org/~jsmolic
9
10 ... since upstream tarballs for 5.4 and 5.5 seem to have disappeared
11
12 --2022-03-24 07:34:29--
13 http://ftp.tw.debian.org/debian/pool/main/d/debianutils/debianutils_5.4.orig.tar.xz
14 Resolving ftp.tw.debian.org... 140.110.240.80,
15 2001:e10:2000:240:e643:4bff:fee8:a63c
16 Connecting to ftp.tw.debian.org|140.110.240.80|:80... connected.
17 HTTP request sent, awaiting response... 404 Not Found
18 2022-03-24 07:34:30 ERROR 404: Not Found.
19
20 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
21
22 sys-apps/debianutils/debianutils-5.4.ebuild | 6 ++++--
23 sys-apps/debianutils/debianutils-5.5.ebuild | 6 ++++--
24 2 files changed, 8 insertions(+), 4 deletions(-)
25
26 diff --git a/sys-apps/debianutils/debianutils-5.4.ebuild b/sys-apps/debianutils/debianutils-5.4.ebuild
27 index 0df682debe5a..b70f4aa7b07a 100644
28 --- a/sys-apps/debianutils/debianutils-5.4.ebuild
29 +++ b/sys-apps/debianutils/debianutils-5.4.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -7,7 +7,9 @@ inherit flag-o-matic
37
38 DESCRIPTION="A selection of tools from Debian"
39 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
40 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
41 +SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz"
42 +# Note: Tarball disappeared from Debian mirrors
43 +# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
44
45 LICENSE="BSD GPL-2 SMAIL"
46 SLOT="0"
47
48 diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild b/sys-apps/debianutils/debianutils-5.5.ebuild
49 index aae728d2f3d7..bbefd848de8e 100644
50 --- a/sys-apps/debianutils/debianutils-5.5.ebuild
51 +++ b/sys-apps/debianutils/debianutils-5.5.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2021 Gentoo Authors
54 +# Copyright 1999-2022 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58 @@ -7,7 +7,9 @@ inherit autotools flag-o-matic
59
60 DESCRIPTION="A selection of tools from Debian"
61 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
62 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
63 +SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz"
64 +# Note: Tarball disappeared from Debian mirrors
65 +# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
66
67 LICENSE="BSD GPL-2 SMAIL"
68 SLOT="0"