From 271f3f8969de5fa9ad8a466f7fab4f0ec27a0fba Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 6 Jun 2024 22:09:50 -0400 Subject: [PATCH] net-analyzer/nettop: restore useful HOMEPAGE, SRC_URI Previously, the website disappeared. Upstream is dead. As a result, the distfile url was set to mirror:// and the homepage wiped away and turned into "no homepage". But this is unconstructive, though, considering that archive.org exists. So use that instead. Fixes: 7863251050a4b3c5640488810ac9b61735906a13 Bug: https://bugs.gentoo.org/353666 Signed-off-by: Eli Schwartz Signed-off-by: Joonas Niilola --- net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild index b77fcdc473e88..b160aea01bdce 100644 --- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit autotools toolchain-funcs DESCRIPTION="top-like program for network activity" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="https://web.archive.org/web/20060615083852/http://srparish.net/software/" +SRC_URI="https://web.archive.org/web/20060705095248if_/http://srparish.net:80/software/nettop-0.2.3.tar.gz" LICENSE="BSD" SLOT="0"