summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:03:56 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:03:56 +0100
commit8b92167f083d076834a1a91cd3049c2278bd6085 (patch)
tree4e33e451698927e909000b86dec29e93ec8125bb /net-misc/iperf
parentnet-misc/ipcalc: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-8b92167f083d076834a1a91cd3049c2278bd6085.tar.gz
gentoo-8b92167f083d076834a1a91cd3049c2278bd6085.tar.bz2
gentoo-8b92167f083d076834a1a91cd3049c2278bd6085.zip
net-misc/iperf: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/iperf')
-rw-r--r--net-misc/iperf/iperf-3.6.ebuild2
-rw-r--r--net-misc/iperf/iperf-3.7.ebuild2
-rw-r--r--net-misc/iperf/iperf-3.99999.99999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/iperf/iperf-3.6.ebuild b/net-misc/iperf/iperf-3.6.ebuild
index 6f6abd072e8b..20d890f1ac63 100644
--- a/net-misc/iperf/iperf-3.6.ebuild
+++ b/net-misc/iperf/iperf-3.6.ebuild
@@ -6,7 +6,7 @@ inherit autotools eutils
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"
-SRC_URI="${HOMEPAGE}archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="3"
diff --git a/net-misc/iperf/iperf-3.7.ebuild b/net-misc/iperf/iperf-3.7.ebuild
index 4f27f26edb15..2412a7712334 100644
--- a/net-misc/iperf/iperf-3.7.ebuild
+++ b/net-misc/iperf/iperf-3.7.ebuild
@@ -6,7 +6,7 @@ inherit autotools eutils
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"
-SRC_URI="${HOMEPAGE}archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="3"
diff --git a/net-misc/iperf/iperf-3.99999.99999.ebuild b/net-misc/iperf/iperf-3.99999.99999.ebuild
index 5dc516b75b6c..6e651505943b 100644
--- a/net-misc/iperf/iperf-3.99999.99999.ebuild
+++ b/net-misc/iperf/iperf-3.99999.99999.ebuild
@@ -6,7 +6,7 @@ inherit autotools eutils git-r3
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/esnet/iperf/"
LICENSE="BSD"
SLOT="3"