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 6F47913997D for ; Sat, 9 Nov 2019 12:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F412E0A0B; Sat, 9 Nov 2019 12:28:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 70D34E0A0B for ; Sat, 9 Nov 2019 12:28:59 +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 3648434CB1A for ; Sat, 9 Nov 2019 12:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9AE889 for ; Sat, 9 Nov 2019 12:28:55 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1573302523.83d87e81ebf904182907dfa8b2be20b908f271a9.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nagiosplugin/metadata.xml dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild X-VCS-Directories: dev-python/nagiosplugin/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 83d87e81ebf904182907dfa8b2be20b908f271a9 X-VCS-Branch: master Date: Sat, 9 Nov 2019 12:28:55 +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: f021a8f1-c002-438c-99bb-db10dff85d3b X-Archives-Hash: 20135aa67645322c4709a719903e2031 commit: 83d87e81ebf904182907dfa8b2be20b908f271a9 Author: Louis Sautier gentoo org> AuthorDate: Sat Nov 9 00:52:43 2019 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Nov 9 12:28:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d87e81 dev-python/nagiosplugin: update upstream info Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Louis Sautier gentoo.org> dev-python/nagiosplugin/metadata.xml | 4 ++-- dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/nagiosplugin/metadata.xml b/dev-python/nagiosplugin/metadata.xml index 56b0f256a4b..7f6a93a5502 100644 --- a/dev-python/nagiosplugin/metadata.xml +++ b/dev-python/nagiosplugin/metadata.xml @@ -7,7 +7,7 @@ nagiosplugin - flyingcircus/nagiosplugin - https://bitbucket.org/flyingcircus/nagiosplugin/issues + mpounsett/nagiosplugin + https://github.com/mpounsett/nagiosplugin/issues diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild index db0af6ad3e5..3d5a2c4be07 100644 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild +++ b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) inherit distutils-r1 DESCRIPTION="A class library for writing nagios-compatible plugins" -HOMEPAGE="https://bitbucket.org/flyingcircus/nagiosplugin/ https://pypi.org/project/nagiosplugin/" +HOMEPAGE="https://github.com/mpounsett/nagiosplugin https://nagiosplugin.readthedocs.io" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86"