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 5180D138334 for ; Sat, 21 Jul 2018 15:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A63E07DB; Sat, 21 Jul 2018 15:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7EE68E07D9 for ; Sat, 21 Jul 2018 15:47:53 +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 48465335CE4 for ; Sat, 21 Jul 2018 15:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978C9365 for ; Sat, 21 Jul 2018 15:47:50 +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: <1532188050.e54b1bf50305d7ac1e3815872678b08d3cf286f7.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nagiosplugin/Manifest dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild X-VCS-Directories: dev-python/nagiosplugin/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: e54b1bf50305d7ac1e3815872678b08d3cf286f7 X-VCS-Branch: master Date: Sat, 21 Jul 2018 15:47:50 +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-Archives-Salt: 31782395-4708-458f-9d07-73feaf1faf69 X-Archives-Hash: f986c99d855641015985580d547c3d97 commit: e54b1bf50305d7ac1e3815872678b08d3cf286f7 Author: Louis Sautier gentoo org> AuthorDate: Sat Jul 21 15:46:38 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Jul 21 15:47:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54b1bf5 dev-python/nagiosplugin: remove old Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/nagiosplugin/Manifest | 1 - dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild | 28 ----------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest index b20914ea48c..8169038377c 100644 --- a/dev-python/nagiosplugin/Manifest +++ b/dev-python/nagiosplugin/Manifest @@ -1,2 +1 @@ -DIST nagiosplugin-1.2.3.tar.gz 37570 BLAKE2B a6862bde2215c624642a21886eda993f6d3a471bd10ed7c27374617adf7e5ca9d6f82890d21d432018234fe2d803bd01f6e5abf0fc02764f73564a74262eaad8 SHA512 3f3045db181acc144cb41871f2f67090a7b096d600c9cda7e4f9b86648d47319dca7c42b74670ba307c0bc60955eb33aefcde9c895e544bbb4c7ca1f80e8919d DIST nagiosplugin-1.2.4.tar.gz 38290 BLAKE2B 4ebf230122a68919f82da7519e920b485075530cbde235d9f0d7a0f22e65a37c85f3ffe84af100f94ba8cee0a8e350b848d2e35606616808baada75c5abfddd2 SHA512 42c7823445c0dc1f5fedc6b8bed6c5be4e2b5e4c14cfa2cfbd158ae43485baa0fc74b80f9dcbb89bfdb27b984d72201c8a7c330c71d837c0f822603a5f8f7ae3 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild deleted file mode 100644 index 4b912f0d2fd..00000000000 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A class library for writing nagios-compatible plugins" -HOMEPAGE="https://bitbucket.org/flyingcircus/nagiosplugin/ https://pypi.org/project/nagiosplugin/" -if [[ ${PV} == "9999" ]] ; then - inherit mercurial - EHG_REPO_URI="https://bitbucket.org/flyingcircus/nagiosplugin/" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="ZPL" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}