net-analyzer/tcpstat: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:03:22 +0000 (11:03 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:03:22 +0000 (11:03 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild
net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild

index 422bd5d082da65719c0d89eefd3ba494d4db1eaf..203f75b73a01abb1909336fe75a7b35819250520 100644 (file)
@@ -6,7 +6,7 @@ inherit autotools flag-o-matic
 
 DESCRIPTION="Reports network interface statistics"
 HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
-SRC_URI="${HOMEPAGE}${P}.tar.gz"
+SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
index fbd6a2b9111c6856159b408eacd6160c44c545de..017454e4ac7dbabe49dffe693798e03f2666263b 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools flag-o-matic
 DESCRIPTION="Reports network interface statistics"
 HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
 SRC_URI="
-       ${HOMEPAGE}${P/_p*}.tar.gz
+       https://www.frenchfries.net/paul/tcpstat/${P/_p*}.tar.gz
        mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-$(ver_cut 4).debian.tar.xz
 "