diff options
author | Sam James <sam@gentoo.org> | 2022-07-27 04:37:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-27 04:37:13 +0100 |
commit | 61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f (patch) | |
tree | a751334f54d27793e8b95e45355c5d9ad862f32b /net-analyzer/iftop | |
parent | net-analyzer/iftop: backport patch for >1gbps (diff) | |
download | gentoo-61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f.tar.gz gentoo-61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f.tar.bz2 gentoo-61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f.zip |
net-analyzer/iftop: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-9999999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild index bf47434f2ea8..859e1521f633 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="display bandwidth usage on an interface" SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" -HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild index b4968509122d..41dff4aa6914 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Display bandwidth usage on an interface" -HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" S="${WORKDIR}"/${P/_/} diff --git a/net-analyzer/iftop/iftop-9999999.ebuild b/net-analyzer/iftop/iftop-9999999.ebuild index f67befd3bc29..40805b57cf6f 100644 --- a/net-analyzer/iftop/iftop-9999999.ebuild +++ b/net-analyzer/iftop/iftop-9999999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools git-r3 DESCRIPTION="display bandwidth usage on an interface" -HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" EGIT_REPO_URI="https://code.blinkace.com/pdw/iftop" LICENSE="GPL-2" |