From 9f8bcf968ad5c2032221e4a1f8c5682f94107154 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 2 Nov 2018 12:59:46 -0400 Subject: net-analyzer/netdata: Add tor support See https://github.com/netdata/netdata/pull/4546 Signed-off-by: Craig Andrews Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- net-analyzer/netdata/metadata.xml | 1 + net-analyzer/netdata/netdata-9999.ebuild | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/netdata/metadata.xml b/net-analyzer/netdata/metadata.xml index 80172c7cf071..04af360a6e2a 100644 --- a/net-analyzer/netdata/metadata.xml +++ b/net-analyzer/netdata/metadata.xml @@ -10,6 +10,7 @@ Install sys-apps/ipmitool required for monitoring IPMI sensors. Enable the nfacct plugin Enable use of nodejs (which some plugins use) + Enable monitoring of tor netdata/netdata diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 8d23470a368d..3b95eb4ed55b 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -19,10 +19,12 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps +compression cpu_flags_x86_sse2 ipmi mysql nfacct nodejs postgres +python" +IUSE="caps +compression cpu_flags_x86_sse2 ipmi mysql nfacct nodejs postgres +python tor" REQUIRED_USE=" mysql? ( python ) - python? ( ${PYTHON_REQUIRED_USE} )" + python? ( ${PYTHON_REQUIRED_USE} ) + tor? ( python )" + # most unconditional dependencies are for plugins.d/charts.d.plugin: RDEPEND=" >=app-shells/bash-4:0 @@ -55,6 +57,7 @@ RDEPEND=" ) ) postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) + tor? ( net-libs/stem[${PYTHON_USEDEP}] ) )" DEPEND="${RDEPEND} virtual/pkgconfig" -- cgit v1.2.3-65-gdbad