diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-03 21:58:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-03 21:58:19 +0200 |
commit | 58530b829061e6ec519a3acd6b5165a91952a963 (patch) | |
tree | ed2eb98010784fac6392a11fcf080b9608987e96 /net-misc/httpstat | |
parent | net-misc/httpstat: enable py3.12 (diff) | |
download | gentoo-58530b829061e6ec519a3acd6b5165a91952a963.tar.gz gentoo-58530b829061e6ec519a3acd6b5165a91952a963.tar.bz2 gentoo-58530b829061e6ec519a3acd6b5165a91952a963.zip |
net-misc/httpstat: drop 1.3.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/httpstat')
-rw-r--r-- | net-misc/httpstat/Manifest | 1 | ||||
-rw-r--r-- | net-misc/httpstat/httpstat-1.3.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/net-misc/httpstat/Manifest b/net-misc/httpstat/Manifest index 6c21f9db0e5c..24e6d33804cc 100644 --- a/net-misc/httpstat/Manifest +++ b/net-misc/httpstat/Manifest @@ -1,2 +1 @@ DIST httpstat-1.3.1.gh.tar.gz 97691 BLAKE2B f7a5388c3891c1caac654c6c9be425864e2a037eba2e12229ec72c847864f7be23b64d5450ebb42f976335f5b6ca878f1ee555ee3b2178c1a10c5969f883604d SHA512 bca91afe14d50af37c741ca4baa7d3843b010bb6dc012c72bd28c43f59099c20628cadc4dd80652dffeb1d26fb07f5cf156a3f6bf9eba1f6e121d4b250020b46 -DIST httpstat-1.3.1.tar.gz 97691 BLAKE2B f7a5388c3891c1caac654c6c9be425864e2a037eba2e12229ec72c847864f7be23b64d5450ebb42f976335f5b6ca878f1ee555ee3b2178c1a10c5969f883604d SHA512 bca91afe14d50af37c741ca4baa7d3843b010bb6dc012c72bd28c43f59099c20628cadc4dd80652dffeb1d26fb07f5cf156a3f6bf9eba1f6e121d4b250020b46 diff --git a/net-misc/httpstat/httpstat-1.3.1.ebuild b/net-misc/httpstat/httpstat-1.3.1.ebuild deleted file mode 100644 index 381ef2db3345..000000000000 --- a/net-misc/httpstat/httpstat-1.3.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="httpstat visualizes cURL statistics in a way of beauty and clarity" -HOMEPAGE="https://github.com/reorx/httpstat" -SRC_URI="https://github.com/reorx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="net-misc/curl:*" - -# Requires access to google.com and http2.akamai.com -RESTRICT="test" -PROPERTIES="test_network" - -PATCHES=( "${FILESDIR}"/${PN}-1.2.1-gentoo-tests.patch ) - -python_test() { - ./httpstat_test.sh || die -} |