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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01906158020 for ; Tue, 20 Dec 2022 15:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D66EE0972; Tue, 20 Dec 2022 15:07:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E21AEE0972 for ; Tue, 20 Dec 2022 15:07:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06BEC341584 for ; Tue, 20 Dec 2022 15:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C7C7ED for ; Tue, 20 Dec 2022 15:07:42 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1671548782.43b04d12de83e7ed323a9792f975e8b5a5bb5168.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/metadata.xml net-analyzer/netdata/netdata-1.35.1.ebuild net-analyzer/netdata/netdata-1.36.0.ebuild net-analyzer/netdata/netdata-1.36.1-r1.ebuild net-analyzer/netdata/netdata-1.37.0.ebuild net-analyzer/netdata/netdata-1.37.1.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 43b04d12de83e7ed323a9792f975e8b5a5bb5168 X-VCS-Branch: master Date: Tue, 20 Dec 2022 15:07:42 +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: 8ca199cd-8681-4797-b01a-5badf298721f X-Archives-Hash: b3a79d3afb18511f2abbfddf5c29e84e commit: 43b04d12de83e7ed323a9792f975e8b5a5bb5168 Author: Jakov Smolić gentoo org> AuthorDate: Tue Dec 20 14:45:39 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Dec 20 15:06:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b04d12 net-analyzer/netdata: Remove USE=kinesis Signed-off-by: Jakov Smolić gentoo.org> net-analyzer/netdata/metadata.xml | 1 - net-analyzer/netdata/netdata-1.35.1.ebuild | 5 ++--- net-analyzer/netdata/netdata-1.36.0.ebuild | 5 ++--- net-analyzer/netdata/netdata-1.36.1-r1.ebuild | 5 ++--- net-analyzer/netdata/netdata-1.37.0.ebuild | 5 ++--- net-analyzer/netdata/netdata-1.37.1.ebuild | 5 ++--- net-analyzer/netdata/netdata-9999.ebuild | 5 ++--- 7 files changed, 12 insertions(+), 19 deletions(-) diff --git a/net-analyzer/netdata/metadata.xml b/net-analyzer/netdata/metadata.xml index 666206a17892..e43c89607178 100644 --- a/net-analyzer/netdata/metadata.xml +++ b/net-analyzer/netdata/metadata.xml @@ -11,7 +11,6 @@ Enable the Netdata database engine Install sys-apps/ipmitool required for monitoring IPMI sensors. Enable optimization of JSON using dev-libs/json-c - Enable support for Amazon Kenesis as a backend Build with Link Time Optimization (LTO) Enable support for the mongodb backend Enable the nfacct plugin diff --git a/net-analyzer/netdata/netdata-1.35.1.ebuild b/net-analyzer/netdata/netdata-1.35.1.ebuild index d4f2ab18da89..e18bd1cca21c 100644 --- a/net-analyzer/netdata/netdata-1.35.1.ebuild +++ b/net-analyzer/netdata/netdata-1.35.1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \ diff --git a/net-analyzer/netdata/netdata-1.36.0.ebuild b/net-analyzer/netdata/netdata-1.36.0.ebuild index d4f2ab18da89..e18bd1cca21c 100644 --- a/net-analyzer/netdata/netdata-1.36.0.ebuild +++ b/net-analyzer/netdata/netdata-1.36.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \ diff --git a/net-analyzer/netdata/netdata-1.36.1-r1.ebuild b/net-analyzer/netdata/netdata-1.36.1-r1.ebuild index e4af7059cb02..0f5d872e78b0 100644 --- a/net-analyzer/netdata/netdata-1.36.1-r1.ebuild +++ b/net-analyzer/netdata/netdata-1.36.1-r1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \ diff --git a/net-analyzer/netdata/netdata-1.37.0.ebuild b/net-analyzer/netdata/netdata-1.37.0.ebuild index e4af7059cb02..0f5d872e78b0 100644 --- a/net-analyzer/netdata/netdata-1.37.0.ebuild +++ b/net-analyzer/netdata/netdata-1.37.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \ diff --git a/net-analyzer/netdata/netdata-1.37.1.ebuild b/net-analyzer/netdata/netdata-1.37.1.ebuild index e4af7059cb02..0f5d872e78b0 100644 --- a/net-analyzer/netdata/netdata-1.37.1.ebuild +++ b/net-analyzer/netdata/netdata-1.37.1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 1c367c2b30c4..e674facfb747 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" +IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -53,7 +53,6 @@ RDEPEND=" compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) - kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( net-firewall/nfacct @@ -109,7 +108,7 @@ src_configure() { $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ $(use_enable ipmi plugin-freeipmi) \ - $(use_enable kinesis exporting-kinesis) \ + --disable-exporting-kinesis \ $(use_enable lto lto) \ $(use_enable mongodb exporting-mongodb) \ $(use_enable prometheus exporting-prometheus-remote-write) \