Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/
Date: Fri, 30 Dec 2022 23:39:08
Message-Id: 1672443519.60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d.conikost@gentoo
1 commit: 60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 22:54:31 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 23:38:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60738dc9
7
8 net-analyzer/speedtest-cli: drop hint for speedtest++
9
10 Closes: https://bugs.gentoo.org/888591
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild | 6 ------
14 1 file changed, 6 deletions(-)
15
16 diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild
17 index 2a7c8b1f1b68..c783f42c2a5a 100644
18 --- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild
19 +++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild
20 @@ -23,9 +23,3 @@ python_install_all() {
21 doman ${PN}.1
22 distutils-r1_python_install_all
23 }
24 -
25 -pkg_postinst() {
26 - ewarn "net-analyzer/speedtest-cli is often times inaccurate, especially on faster"
27 - ewarn "links, due to its use of the older HTTP-based API. In order to have more"
28 - ewarn "accurate measurements, please use net-analyzer/speedtest++ instead."
29 -}