public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Sat,  6 Oct 2018 16:19:40 +0000 (UTC)	[thread overview]
Message-ID: <1538842623.f648bd99ae98b99466c94e20436b73672c642e5e.blueness@gentoo> (raw)

commit:     f648bd99ae98b99466c94e20436b73672c642e5e
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Tue Oct  2 16:22:52 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 16:17:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f648bd99

net-misc/nyx: update to support live ebuild

Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-misc/nyx/nyx-2.0.4.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
index 93d2f04eb22..a27cb04c7b1 100644
--- a/net-misc/nyx/nyx-2.0.4.ebuild
+++ b/net-misc/nyx/nyx-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,11 +8,16 @@ inherit vcs-snapshot distutils-r1
 
 DESCRIPTION="Utility to monitor real time Tor status information"
 HOMEPAGE="https://nyx.torproject.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+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"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="test"
 
 DEPEND="


             reply	other threads:[~2018-10-06 16:19 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-06 16:19 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 19:31 [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ Michał Górny
2024-11-06 10:47 Sam James
2024-05-17 13:41 Craig Andrews
2023-09-06 15:48 Craig Andrews
2023-09-06 15:48 Craig Andrews
2023-05-20  7:33 Michał Górny
2023-02-22  7:46 Sam James
2023-02-22  7:42 Sam James
2023-02-22  7:42 Sam James
2022-10-17 23:56 Sam James
2022-03-06  0:00 Sam James
2022-02-02  0:53 Craig Andrews
2021-09-24 11:17 Anthony G. Basile
2021-06-12  2:49 Sam James
2021-06-09 23:56 Sam James
2021-01-01  1:50 Michał Górny
2020-05-10 16:46 Andreas Sturmlechner
2020-05-10 16:46 Andreas Sturmlechner
2020-02-11 12:16 Michał Górny
2020-01-13 17:31 Craig Andrews
2019-01-30 23:22 Anthony G. Basile
2018-10-09 23:40 Anthony G. Basile
2018-10-06 16:19 Anthony G. Basile
2017-11-13  5:38 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538842623.f648bd99ae98b99466c94e20436b73672c642e5e.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox