From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- net-misc/nyx/Manifest | 2 +- net-misc/nyx/nyx-2.1.0-r1.ebuild | 29 ----------------------------- net-misc/nyx/nyx-2.1.0-r2.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 net-misc/nyx/nyx-2.1.0-r1.ebuild create mode 100644 net-misc/nyx/nyx-2.1.0-r2.ebuild (limited to 'net-misc/nyx') diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest index 616c9367cd82..a8ada3cef3fd 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-r1.ebuild 666 BLAKE2B 1478efb222535df133f1c83d28c8304a082f8c5ecfc0973c2009f717cf503f3e7b41e0ccd4022036da3251b92fb1b50d0f555a394d3d1106b52096551517a59b SHA512 4af7ff4ae64e8f2cf6d6f54396339432be006702b7abd49b7df362e1091ac835948b6e47f79c3906249a57dd1a0519d11212885438349a002a9e4e2b7fd89a72 +EBUILD nyx-2.1.0-r2.ebuild 670 BLAKE2B 6ba8d21aa1047ad533510c09d2e07dd1099a48c91fce2f8319fbc0909eaa17795543106c7d6e1a352b08e974f47609ce2c304bdcf9f7e74207b6727878277ee7 SHA512 433e8d5d24b9955a28f4ffdb557dbfacedd52e54bf6b12a76db64617974339392e1f9fc3cc6ec011e943448b5de8352adda3084c474b36bea09408a6520e4872 MISC metadata.xml 328 BLAKE2B 388fd17862250e1c6df6dbcd5c29030fa6dd4ed70b8ba4e844fd9d1411f1f777bc5b448a7b52c177d5cb163e0e68976bbae55375da3c41c8e1a1719fd0fd96a0 SHA512 65455e32f59242a36f241e854624f0c38bcbe69cc70eafe39e8df6fbd6e000faf58d04a0310d018377d3440ad55a282f1bc8dbf83fa411221f13068675944737 diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild deleted file mode 100644 index cfc8c7e5f17d..000000000000 --- a/net-misc/nyx/nyx-2.1.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_{7,8} pypy3) -PYTHON_REQ_USE='sqlite(-)' -DISTUTILS_USE_SETUPTOOLS=rdepend - -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" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - net-libs/stem[${PYTHON_USEDEP}] - net-vpn/tor" diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild new file mode 100644 index 000000000000..e3daaf75fa08 --- /dev/null +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_{7,8,9} pypy3) +PYTHON_REQ_USE='ncurses,sqlite(-)' +DISTUTILS_USE_SETUPTOOLS=rdepend + +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 -- cgit v1.2.3