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 CF9BF15800C for ; Fri, 30 Dec 2022 23:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54124E0831; Fri, 30 Dec 2022 23:39:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CEDCE0831 for ; Fri, 30 Dec 2022 23:39:06 +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 0763E340D01 for ; Fri, 30 Dec 2022 23:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBDE7F9 for ; Fri, 30 Dec 2022 23:39:03 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1672443519.60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild X-VCS-Directories: net-analyzer/speedtest-cli/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d X-VCS-Branch: master Date: Fri, 30 Dec 2022 23:39:03 +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: 29934b5e-4793-4d37-83a0-b21c6bfa832e X-Archives-Hash: 7b8dca764480e75962aa7d4b7ee3b906 commit: 60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d Author: Conrad Kostecki gentoo org> AuthorDate: Fri Dec 30 22:54:31 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Dec 30 23:38:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60738dc9 net-analyzer/speedtest-cli: drop hint for speedtest++ Closes: https://bugs.gentoo.org/888591 Signed-off-by: Conrad Kostecki gentoo.org> net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild | 6 ------ 1 file changed, 6 deletions(-) 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 index 2a7c8b1f1b68..c783f42c2a5a 100644 --- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild +++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild @@ -23,9 +23,3 @@ python_install_all() { doman ${PN}.1 distutils-r1_python_install_all } - -pkg_postinst() { - ewarn "net-analyzer/speedtest-cli is often times inaccurate, especially on faster" - ewarn "links, due to its use of the older HTTP-based API. In order to have more" - ewarn "accurate measurements, please use net-analyzer/speedtest++ instead." -}