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 8C3BD15808B for ; Tue, 22 Feb 2022 02:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B810E0A88; Tue, 22 Feb 2022 02:01:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81D4FE0A88 for ; Tue, 22 Feb 2022 02:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 929B2342E2B for ; Tue, 22 Feb 2022 02:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C2C02E7 for ; Tue, 22 Feb 2022 02:01:36 +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: <1645495291.f9e5eed702dbd26546cbc4971cdb91d17ce26a90.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-1.33.1-r1.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: f9e5eed702dbd26546cbc4971cdb91d17ce26a90 X-VCS-Branch: master Date: Tue, 22 Feb 2022 02:01:36 +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: f5eec782-6b14-401f-a2c4-c422290c82e4 X-Archives-Hash: fa1cec5c0c90dc14eb4c772d9dcf77fe commit: f9e5eed702dbd26546cbc4971cdb91d17ce26a90 Author: Craig Andrews gentoo org> AuthorDate: Tue Feb 22 01:49:52 2022 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Feb 22 02:01:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e5eed7 net-analyzer/netdata: cloud requires protobuf Closes: https://bugs.gentoo.org/833857 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> .../netdata/{netdata-9999.ebuild => netdata-1.33.1-r1.ebuild} | 6 ++++-- net-analyzer/netdata/netdata-9999.ebuild | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-1.33.1-r1.ebuild similarity index 94% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.33.1-r1.ebuild index 5759c79ca15e..6dfe8112013e 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.33.1-r1.ebuild @@ -10,8 +10,8 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/netdata/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/netdata/${PN}/releases/download/${PV}/${PN}-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${PV}" + SRC_URI="https://github.com/netdata/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" fi @@ -49,6 +49,7 @@ RDEPEND=" dev-libs/openssl:= ) dev-libs/libuv + cloud? ( dev-libs/protobuf:= ) compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) @@ -101,6 +102,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ + --without-bundled-protobuf \ $(use_enable cloud) \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 5759c79ca15e..427b0ff777e1 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -49,6 +49,7 @@ RDEPEND=" dev-libs/openssl:= ) dev-libs/libuv + cloud? ( dev-libs/protobuf:= ) compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c:= ) @@ -101,6 +102,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ + --without-bundled-protobuf \ $(use_enable cloud) \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \