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 A104C138334 for ; Thu, 18 Apr 2019 15:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F60BE09F7; Thu, 18 Apr 2019 15:02:08 +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 212C4E09F7 for ; Thu, 18 Apr 2019 15:02:07 +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 183AD341874 for ; Thu, 18 Apr 2019 15:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8F554A for ; Thu, 18 Apr 2019 15:02:03 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1555599718.34fb43090b64bf0b33a96a6f8b6a6388fe0a1ccf.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/Manifest net-analyzer/netdata/netdata-1.14.0.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 34fb43090b64bf0b33a96a6f8b6a6388fe0a1ccf X-VCS-Branch: master Date: Thu, 18 Apr 2019 15:02:03 +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: 9511dee0-b466-470a-b55b-b9dd81844879 X-Archives-Hash: 5eb0f6b9196a3e5f96c4cc63f6778d61 commit: 34fb43090b64bf0b33a96a6f8b6a6388fe0a1ccf Author: Craig Andrews gentoo org> AuthorDate: Thu Apr 18 14:53:27 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Apr 18 15:01:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fb4309 net-analyzer/netdata: 1.14.0 version bump Add dependency on app-misc/jq Drop dependency on removed net-analyzer/netcat6 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/Manifest | 1 + net-analyzer/netdata/{netdata-9999.ebuild => netdata-1.14.0.ebuild} | 4 ++-- net-analyzer/netdata/netdata-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest index 75c5689fbc8..1c016c00eeb 100644 --- a/net-analyzer/netdata/Manifest +++ b/net-analyzer/netdata/Manifest @@ -1 +1,2 @@ DIST netdata-1.13.0.tar.gz 3095581 BLAKE2B 0149600d308717ce8bdab2af6b4b0403a762fff15c62cf61a94141c0a73f8867cde265a2065e6f1e42cee7291375a7c33a3eff804017d40146d5ecba6f5414a8 SHA512 dddd0005b746429255601e284f498072560bb62c4875a17a731d8e47c3c168c4934476f46eefc7b0deafb54490fcbb6e5ea97aac51a0461f7a63f34d3770c250 +DIST netdata-1.14.0.tar.gz 3116199 BLAKE2B 366fdd7fc94799f170a2957e26fadfacd0cc71ae22f1ac2390633fc2e9d48b2f725ec1f87cc21096d2ed8a948e1dfcfc5d9e90540ad3ef93fd918569a387a64f SHA512 7e4d9eb171eadd0d2b553a6ac7345a7f1ec368f22fa0d1d67b6430e2b388be5d06a1464b539b9b44c07a5440dab58ece5605c44b279889d9e4bf696102b01b25 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-1.14.0.ebuild similarity index 97% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.14.0.ebuild index c52e2322bd9..fecaccd2aaa 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.14.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools fcaps linux-info python-r1 systemd user @@ -27,10 +27,10 @@ REQUIRED_USE=" # most unconditional dependencies are for plugins.d/charts.d.plugin: RDEPEND=" + app-misc/jq >=app-shells/bash-4:0 || ( net-analyzer/openbsd-netcat - net-analyzer/netcat6 net-analyzer/netcat ) net-analyzer/tcpdump diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index c52e2322bd9..59396a96cc0 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -27,10 +27,10 @@ REQUIRED_USE=" # most unconditional dependencies are for plugins.d/charts.d.plugin: RDEPEND=" + app-misc/jq >=app-shells/bash-4:0 || ( net-analyzer/openbsd-netcat - net-analyzer/netcat6 net-analyzer/netcat ) net-analyzer/tcpdump