diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:56 +0100 |
commit | 8b92167f083d076834a1a91cd3049c2278bd6085 (patch) | |
tree | 4e33e451698927e909000b86dec29e93ec8125bb /net-misc/iperf | |
parent | net-misc/ipcalc: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | net-misc/iperf/iperf-3.7.ebuild | 2 | ||||
-rw-r--r-- | net-misc/iperf/iperf-3.99999.99999.ebuild | 2 |
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" |