From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- net-misc/nyx/Manifest | 2 +- net-misc/nyx/nyx-2.1.0-r2.ebuild | 28 ---------------------------- net-misc/nyx/nyx-2.1.0-r3.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 net-misc/nyx/nyx-2.1.0-r2.ebuild create mode 100644 net-misc/nyx/nyx-2.1.0-r3.ebuild (limited to 'net-misc/nyx') diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest index 74b378ae5c8b..3e83f521ba76 100644 --- a/net-misc/nyx/Manifest +++ b/net-misc/nyx/Manifest @@ -1,3 +1,3 @@ DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37 -EBUILD nyx-2.1.0-r2.ebuild 638 BLAKE2B 0730483a90bef6c724d32045e57c12a77ce0d407a75ab5923c9af8d747d555a16c7b1c2d3ecd762d41bc723e6ae1e191f28914de258600d921203e0a17e4e508 SHA512 70f425d6b8187afe6dd95d9a50ba2082edc66b0952198d9484240ecfb69c7e9e269edc95475bbe2bf3bbf91572291a0eb530fcacd471cb7a79876682f9400428 +EBUILD nyx-2.1.0-r3.ebuild 656 BLAKE2B 48d773c75726eeee76d53fdb9f62cf79bb9931e55b8bc3ed441f0eff4dec512e1d13390b27344705b9d14361f64212c03da9a27215ea53834fb72d32ac4a2795 SHA512 80063200b3ea7180a25a293370a02a7dcb68f23a66adf32d1a2b4dc6c0533f9133c265fec7cb1080c063265685264f79c303119edd352d1ea15b441f532ed171 MISC metadata.xml 329 BLAKE2B 089c30db84b27384d6b7814fa6f8a5ab3ce4c40cc0c95538fd45262b79df25520c0780013548ed6dc7511fc815c25401d38d37f60ce4ee0e2a53bfbe99f6b183 SHA512 d969896fb35aa789b119ad623b7d4e63518cfb2ff0f46cff3f299db828a0918646b6634c94c901ffd847b1c1e0e4b722f2b0015034354886eb94fc8bc29071e6 diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild deleted file mode 100644 index 0a2d0a5d251e..000000000000 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} 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[${PYTHON_USEDEP}] - net-vpn/tor" - -distutils_enable_tests unittest diff --git a/net-misc/nyx/nyx-2.1.0-r3.ebuild b/net-misc/nyx/nyx-2.1.0-r3.ebuild new file mode 100644 index 000000000000..9037fbfab9c0 --- /dev/null +++ b/net-misc/nyx/nyx-2.1.0-r3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..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=" +