commit:     ed6f332a63c6bd734e45e972ce79d82b6bc9a370
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 14:00:35 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 14:04:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6f332a

net-analyzer/netdata: add 1.45.1

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-analyzer/netdata/Manifest                                       | 1 +
 net-analyzer/netdata/{netdata-9999.ebuild => netdata-1.45.1.ebuild} | 6 ++++--
 net-analyzer/netdata/netdata-9999.ebuild                            | 6 ++++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest
index 266df498900b..f60324dfe37f 100644
--- a/net-analyzer/netdata/Manifest
+++ b/net-analyzer/netdata/Manifest
@@ -1,2 +1,3 @@
 DIST netdata-1.44.0.tar.gz 47423685 BLAKE2B 
2b430d07abed1e49c5b7a3c24188446e929301eecc849d03ee9c33860f13942dbc06453401d166195b1aadd16e28e19b7533d16fc10e6f3eca51117b52485a85
 SHA512 
ef3534351504385ac33e18917a839c6506c377a4f25246d8819da916c6e46ae3d2d6f5422e8a685fd3aabbf851829233943abce8a8aeba0ce94db011ed406602
 DIST netdata-1.45.0.tar.gz 74873918 BLAKE2B 
c7b255b25e48f3594c652f69b80a9b18ea836dfb11d1e82606240a83baf4d62d1f14a718e933f3c9455333971c9a5dac8b48f3cebd0bfcc52b0cb91a34af7920
 SHA512 
d6e3b3def40995fb25afc5cb6e6ce83b7f6a33e095351f16bf8a5279196638b62a2b4175cb513a262eb2b6981952c129c58302ecf6b9d0d720fb7e0f27d43d29
+DIST netdata-1.45.1.tar.gz 74875031 BLAKE2B 
9d1f912288f316f2a08bb2d91b99a5e401107d27d8ff795806e93142a6f0dbaefdab9d0bef4a4790a4d3ab3c5820e5dd16e175543c1dcdbf5d010dfb68811eeb
 SHA512 
f658f40084d2b7accbcfe59b853bb63f2701b65358ca29eff354447819eeff9309fde207b49bff1b02c9d8f23fa4ec74269bbd083840d6d3ac0e657600952f83

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-1.45.1.ebuild
similarity index 96%
copy from net-analyzer/netdata/netdata-9999.ebuild
copy to net-analyzer/netdata/netdata-1.45.1.ebuild
index 56ca10202a2c..2d2fe2aeb560 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-1.45.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/netdata/netdata 
https://my-netdata.io/";
 
 LICENSE="GPL-3+ MIT BSD"
 SLOT="0"
-IUSE="aclk bpf cloud cups +dbengine ipmi mongodb mysql nfacct nodejs postgres 
prometheus +python tor xen"
+IUSE="aclk bpf cloud cups +dbengine ipmi mongodb mysql nfacct nodejs postgres 
prometheus +python systemd tor xen"
 REQUIRED_USE="
        mysql? ( python )
        python? ( ${PYTHON_REQUIRED_USE} )
@@ -78,7 +78,8 @@ RDEPEND="
        xen? (
                app-emulation/xen-tools
                dev-libs/yajl
-       )"
+       )
+       systemd? ( sys-apps/systemd )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -108,6 +109,7 @@ src_configure() {
                -DENABLE_PLUGIN_XENSTAT=$(usex xen)
                -DENABLE_PLUGIN_EBPF=$(usex bpf)
                -DENABLE_PLUGIN_GO=FALSE
+               -DENABLE_PLUGIN_SYSTEMD_JOURNAL=$(usex systemd)
        )
        cmake_src_configure
 }

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-9999.ebuild
index 56ca10202a2c..2d2fe2aeb560 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="aclk bpf cloud cups +dbengine ipmi mongodb mysql nfacct nodejs postgres 
prometheus +python tor xen"
+IUSE="aclk bpf cloud cups +dbengine ipmi mongodb mysql nfacct nodejs postgres 
prometheus +python systemd tor xen"
 REQUIRED_USE="
        mysql? ( python )
        python? ( ${PYTHON_REQUIRED_USE} )
@@ -78,7 +78,8 @@ RDEPEND="
        xen? (
                app-emulation/xen-tools
                dev-libs/yajl
-       )"
+       )
+       systemd? ( sys-apps/systemd )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -108,6 +109,7 @@ src_configure() {
                -DENABLE_PLUGIN_XENSTAT=$(usex xen)
                -DENABLE_PLUGIN_EBPF=$(usex bpf)
                -DENABLE_PLUGIN_GO=FALSE
+               -DENABLE_PLUGIN_SYSTEMD_JOURNAL=$(usex systemd)
        )
        cmake_src_configure
 }

Reply via email to