Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/
Date: Tue, 05 Nov 2019 21:35:56
Message-Id: 1572989745.e3f7294af6b9bc901897450e5ee527b0ff64e6ef.candrews@gentoo
1 commit: e3f7294af6b9bc901897450e5ee527b0ff64e6ef
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Nov 5 14:22:54 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 21:35:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f7294a
7
8 net-analyzer/netdata: Use dbengine by default
9
10 Netdata uses database engine as a default method of storing metrics
11 since v1.18.0, see [1].
12
13 [1] https://github.com/netdata/netdata/releases/tag/v1.18.0
14
15 Package-Manager: Portage-2.3.76, Repoman-2.3.16
16 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
17 Closes: https://github.com/gentoo/gentoo/pull/13555
18 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
19
20 net-analyzer/netdata/netdata-1.18.1-r1.ebuild | 2 +-
21 net-analyzer/netdata/netdata-1.18.1.ebuild | 2 +-
22 net-analyzer/netdata/netdata-9999.ebuild | 2 +-
23 3 files changed, 3 insertions(+), 3 deletions(-)
24
25 diff --git a/net-analyzer/netdata/netdata-1.18.1-r1.ebuild b/net-analyzer/netdata/netdata-1.18.1-r1.ebuild
26 index 183c7fd636c..3a8c0f7f98d 100644
27 --- a/net-analyzer/netdata/netdata-1.18.1-r1.ebuild
28 +++ b/net-analyzer/netdata/netdata-1.18.1-r1.ebuild
29 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/"
30
31 LICENSE="GPL-3+ MIT BSD"
32 SLOT="0"
33 -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
34 +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
35 REQUIRED_USE="
36 mysql? ( python )
37 python? ( ${PYTHON_REQUIRED_USE} )
38
39 diff --git a/net-analyzer/netdata/netdata-1.18.1.ebuild b/net-analyzer/netdata/netdata-1.18.1.ebuild
40 index a9120717c5d..bc8756a7ec8 100644
41 --- a/net-analyzer/netdata/netdata-1.18.1.ebuild
42 +++ b/net-analyzer/netdata/netdata-1.18.1.ebuild
43 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/"
44
45 LICENSE="GPL-3+ MIT BSD"
46 SLOT="0"
47 -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
48 +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
49 REQUIRED_USE="
50 mysql? ( python )
51 python? ( ${PYTHON_REQUIRED_USE} )
52
53 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild
54 index 5bf3bf1042d..b066aadbf11 100644
55 --- a/net-analyzer/netdata/netdata-9999.ebuild
56 +++ b/net-analyzer/netdata/netdata-9999.ebuild
57 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/"
58
59 LICENSE="GPL-3+ MIT BSD"
60 SLOT="0"
61 -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
62 +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen"
63 REQUIRED_USE="
64 mysql? ( python )
65 python? ( ${PYTHON_REQUIRED_USE} )