From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 928F8138334 for ; Wed, 30 Jan 2019 23:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D73BE09CB; Wed, 30 Jan 2019 23:22:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 719AEE09CB for ; Wed, 30 Jan 2019 23:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB58335D07 for ; Wed, 30 Jan 2019 23:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A947A2A7 for ; Wed, 30 Jan 2019 23:22:17 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1548890519.3c804c4e6675764ee4dde27630846ef57aafb2fc.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nyx/Manifest net-misc/nyx/nyx-2.1.0.ebuild X-VCS-Directories: net-misc/nyx/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3c804c4e6675764ee4dde27630846ef57aafb2fc X-VCS-Branch: master Date: Wed, 30 Jan 2019 23:22:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24769667-e03b-48b8-9253-d45181877b82 X-Archives-Hash: 9ad83c3f68132eb0dc17cc10fa2afa21 commit: 3c804c4e6675764ee4dde27630846ef57aafb2fc Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 30 23:21:59 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jan 30 23:21:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c804c4e net-misc/nyx: version bump to 2.1.0 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-misc/nyx/Manifest | 1 + net-misc/nyx/nyx-2.1.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest index b11dd65dd5a..0a595c7548c 100644 --- a/net-misc/nyx/Manifest +++ b/net-misc/nyx/Manifest @@ -1 +1,2 @@ DIST nyx-2.0.4.tar.gz 4074259 BLAKE2B 92296a319947803195a6ae3991f1991c9ee5dc8293144b31d143995a0b897e89812d4b012c330cb2d9e7ee2d2dbbc0ab0bbeb49135ec7e302aefde2dbe8159de SHA512 bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf +DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37 diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild new file mode 100644 index 00000000000..32e8fbd725b --- /dev/null +++ b/net-misc/nyx/nyx-2.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +inherit vcs-snapshot 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 ~x86-fbsd" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + net-libs/stem + net-vpn/tor"