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: Tue, 09 Oct 2018 23:40:59
Message-Id: 1539128412.045357d14b8539cd8a14c01cc6afa4c7202360af.blueness@gentoo
1 commit: 045357d14b8539cd8a14c01cc6afa4c7202360af
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 23:40:12 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 23:40:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045357d1
7
8 net-misc/nyx: remove 9999 at upstreams requrest
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 net-misc/nyx/nyx-9999.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/net-misc/nyx/nyx-9999.ebuild b/net-misc/nyx/nyx-9999.ebuild
17 deleted file mode 100644
18 index a27cb04c7b1..00000000000
19 --- a/net-misc/nyx/nyx-9999.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
27 -
28 -inherit vcs-snapshot distutils-r1
29 -
30 -DESCRIPTION="Utility to monitor real time Tor status information"
31 -HOMEPAGE="https://nyx.torproject.org"
32 -if [[ ${PV} == *9999* ]]; then
33 - EGIT_REPO_URI="https://git.torproject.org/nyx.git"
34 - inherit git-r3
35 -else
36 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
38 -fi
39 -
40 -LICENSE="GPL-3"
41 -SLOT="0"
42 -IUSE="test"
43 -
44 -DEPEND="
45 - dev-python/setuptools[${PYTHON_USEDEP}]"
46 -RDEPEND="
47 - net-libs/stem
48 - net-vpn/tor"