From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D4F4158094 for ; Wed, 27 Jul 2022 04:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9451EE0EDC; Wed, 27 Jul 2022 04:14:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 529C2E0ECC for ; Wed, 27 Jul 2022 04:14:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36D7F340FF0 for ; Wed, 27 Jul 2022 04:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60CAE54C for ; Wed, 27 Jul 2022 04:14:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658893033.61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iftop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild net-analyzer/iftop/iftop-9999999.ebuild X-VCS-Directories: net-analyzer/iftop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f X-VCS-Branch: master Date: Wed, 27 Jul 2022 04:14:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86a2fec1-9669-467c-ba38-fe83d7522792 X-Archives-Hash: 054c69a26dbbaec1261091657d18759d commit: 61879e0c5cb6f742ab1b37ac23a40bdc4ea7bf5f Author: Sam James gentoo org> AuthorDate: Wed Jul 27 03:37:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 27 03:37:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61879e0c net-analyzer/iftop: update HOMEPAGE Signed-off-by: Sam James gentoo.org> net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 2 +- net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild | 2 +- 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"