Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Fri, 01 Jan 2021 01:50:49
Message-Id: 1609465837.8a63171e7f962450e8da821f55c1eb22cdd30e42.mgorny@gentoo
1 commit: 8a63171e7f962450e8da821f55c1eb22cdd30e42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:37:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:50:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a63171e
7
8 net-misc/nyx: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/nyx/Manifest | 1 -
13 net-misc/nyx/nyx-2.0.4.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
17 index 0a595c7548c..6de54ac84fe 100644
18 --- a/net-misc/nyx/Manifest
19 +++ b/net-misc/nyx/Manifest
20 @@ -1,2 +1 @@
21 -DIST nyx-2.0.4.tar.gz 4074259 BLAKE2B 92296a319947803195a6ae3991f1991c9ee5dc8293144b31d143995a0b897e89812d4b012c330cb2d9e7ee2d2dbbc0ab0bbeb49135ec7e302aefde2dbe8159de SHA512 bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf
22 DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37
23
24 diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
25 deleted file mode 100644
26 index cd27d40170b..00000000000
27 --- a/net-misc/nyx/nyx-2.0.4.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=(python3_6)
35 -
36 -inherit vcs-snapshot distutils-r1
37 -
38 -DESCRIPTION="Utility to monitor real time Tor status information"
39 -HOMEPAGE="https://nyx.torproject.org"
40 -if [[ ${PV} == *9999* ]]; then
41 - EGIT_REPO_URI="https://git.torproject.org/nyx.git"
42 - inherit git-r3
43 -else
44 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
46 -fi
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -IUSE="test"
51 -RESTRICT="!test? ( test )"
52 -
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]"
55 -RDEPEND="
56 - net-libs/stem
57 - net-vpn/tor"