summaryrefslogtreecommitdiff
path: root/net-misc/nyx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-20 10:17:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-20 10:17:50 +0100
commit399fa07bfac673a8846466b16c76549e329b55b8 (patch)
tree29af17ef91f1bd986b8e615a96b61db7fad5df14 /net-misc/nyx
parent388a0747e5972613060d5ca13955b5cd7132533d (diff)
gentoo auto-resync : 20:05:2023 - 10:17:50
Diffstat (limited to 'net-misc/nyx')
-rw-r--r--net-misc/nyx/Manifest1
-rw-r--r--net-misc/nyx/nyx-2.1.0-r4.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
index 28db6de0b475..af1401a074a0 100644
--- a/net-misc/nyx/Manifest
+++ b/net-misc/nyx/Manifest
@@ -1,4 +1,3 @@
DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37
-EBUILD nyx-2.1.0-r4.ebuild 744 BLAKE2B 9aab456f1e450040266985263e62816e036f76b3220732b7caa8332fa09914f3d4af66244afd04f7a3bfcd5601008d70a4217bb7b9f3be83e7ec533a2606f43a SHA512 3112e7bbb99160ec38f7f9369a785938b796e9849794f56666b58e1f3ce8fa64fbaa35999f856ef1f915d2912d04bb8c09216e30ea81ffb6f09a15a34cb06ec5
EBUILD nyx-2.1.0-r5.ebuild 895 BLAKE2B c0d5c7433e73924fbf51a42f51138d8fbfce76113ed0710faff036633549baff8f9732d735775f874a294e338032b9a0e47a30d6d4168b54baa36d7d978bed69 SHA512 e0b34e5acf2cfc964f128a19a4ae348b9ffcc71af7a0f1cea94aa0df9a24da8741bd2c4a28142cb92469e5f3964a92a5deb0860bcd73beba08d85718d1472281
MISC metadata.xml 239 BLAKE2B 1fb9280aa15020a1e294df309888ce1474f4adf5c9bed6e57f351fad2020e5a6869773a66acc7c26e5dd6ae3c064929b8c65576476a1e01e8ab05f40a43cd404 SHA512 efe6d1b33faf5158bbae729e022bd2da7c687f26bad4df9bed9a4238e5265e83f39b17d4de66cc7ac492100de8eb2cbd22dd118174c7aafb027c2107617185fd
diff --git a/net-misc/nyx/nyx-2.1.0-r4.ebuild b/net-misc/nyx/nyx-2.1.0-r4.ebuild
deleted file mode 100644
index 6460459fdbf1..000000000000
--- a/net-misc/nyx/nyx-2.1.0-r4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
-PYTHON_REQ_USE='ncurses,sqlite(-)'
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to monitor real time Tor status information"
-HOMEPAGE="https://nyx.torproject.org"
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://git.torproject.org/nyx.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- <net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}]
- net-vpn/tor"
-
-distutils_enable_tests unittest
-
-python_install_all() {
- distutils-r1_python_install_all
-
- # bug #645336
- doman nyx.1
-}