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: 7863251050
Bug: https://bugs.gentoo.org/353666
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-06-06 22:09:50 -04:00
committed by Joonas Niilola
parent 088dc7e449
commit 271f3f8969

View File

@@ -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"