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 C9C33138350 for ; Thu, 16 Jan 2020 06:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A6CE08D6; Thu, 16 Jan 2020 06:05:22 +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 538DEE08D3 for ; Thu, 16 Jan 2020 06:05:21 +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 9E4DA34E108 for ; Thu, 16 Jan 2020 06:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A2FBD for ; Thu, 16 Jan 2020 06:05:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579154695.58dbddd6612090134fc44a9a3f313f72cc44cf7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ngxtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ngxtop/Manifest app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild X-VCS-Directories: app-admin/ngxtop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 58dbddd6612090134fc44a9a3f313f72cc44cf7f X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:05: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: 57449f2a-29fc-4bae-b0f7-d6977affb024 X-Archives-Hash: 82029cabe205858190431c46b5019001 commit: 58dbddd6612090134fc44a9a3f313f72cc44cf7f Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 05:44:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:04:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dbddd6 app-admin/ngxtop: Remove old Signed-off-by: Michał Górny gentoo.org> app-admin/ngxtop/Manifest | 1 - app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-admin/ngxtop/Manifest b/app-admin/ngxtop/Manifest index 2f2c5a18947..e67fa82d45e 100644 --- a/app-admin/ngxtop/Manifest +++ b/app-admin/ngxtop/Manifest @@ -1,2 +1 @@ -DIST ngxtop-0.0.2.tar.gz 9668 BLAKE2B becd0ba58490ad26dce2166ddf39d2064e797bc26da64b70e38e137078130f5c21a95fffccf656fcaa35ca595fe769bd4b59036e9e0993afa75d062b49714f10 SHA512 49cd0f43bb7dae79253a13c4011a5bb92a33c137d0ce7a8de7d57ba18624ec1e10bf462a32fe96d1045ed85ba9c273260a846fb1983e189884e65c1621a39d43 DIST ngxtop-0.0.3_pre141201.tar.xz 9012 BLAKE2B 9e8a7d2c3aadb302e0923fc7cb5b0219a56489993fdcf83fb7b38ba67036f2b5cae7e5bba2c9efc81d858c58b0f1e25f17fa8cc600e77f76b45aafd9d5a3354e SHA512 ce0c6d027eacfe553752a4a66b7d5823de45ef847d4db1a50d9677126a1d574c22e17b5a60f073bf74eb93d56d15d88d6201353324b201b77c1dd5bede6d7cde diff --git a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild deleted file mode 100644 index e8ccdd2483a..00000000000 --- a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -DESCRIPTION="real-time metrics for nginx server (and others)" -HOMEPAGE="https://github.com/lebinh/ngxtop" -SRC_URI="https://github.com/lebinh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/tabulate[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -" - -PATCHES=( "${FILESDIR}"/${P}-py3.patch )