diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-06 22:09:50 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-07 09:25:59 +0300 |
commit | 271f3f8969de5fa9ad8a466f7fab4f0ec27a0fba (patch) | |
tree | 05ab993303d96ed03245125006c23cbb26d1b9ec /net-analyzer | |
parent | app-shells/bash-completion: fix QA warnings for unusable completions (diff) | |
download | gentoo-271f3f8969de5fa9ad8a466f7fab4f0ec27a0fba.tar.gz gentoo-271f3f8969de5fa9ad8a466f7fab4f0ec27a0fba.tar.bz2 gentoo-271f3f8969de5fa9ad8a466f7fab4f0ec27a0fba.zip |
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 <eschwartz93@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 6 |
1 files 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 b77fcdc473e8..b160aea01bdc 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" |