Gentoo Archives: gentoo-commits

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