commit:     057c34468b21195fea18bc4b1fe59f0d4a422520
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 18:22:06 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 16:20:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057c3446

net-analyzer/zabbix: migrate to tmpfiles.eclass

The systemd_newtmpfilesd function is deprecated.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-analyzer/zabbix/zabbix-5.0.10-r1.ebuild | 10 +++++-----
 net-analyzer/zabbix/zabbix-5.0.11-r1.ebuild | 10 +++++-----
 net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 10 +++++-----
 net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild  | 10 +++++-----
 net-analyzer/zabbix/zabbix-5.4.0-r1.ebuild  | 10 +++++-----
 net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild  | 10 +++++-----
 6 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-5.0.10-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.10-r1.ebuild
index 87d5506841f..33057925ecd 100644
--- a/net-analyzer/zabbix/zabbix-5.0.10-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.10-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 EGO_SUM=(
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 
h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU="
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69/go.mod 
h1:L1AbZdiDllfyYH5l5OkAaZtk7VkWe89bPJFmnDBNHxg="
@@ -421,7 +421,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -438,7 +438,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -455,7 +455,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
 
        if use agent2; then
@@ -469,7 +469,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.0.11-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.11-r1.ebuild
index 87d5506841f..33057925ecd 100644
--- a/net-analyzer/zabbix/zabbix-5.0.11-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.11-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 EGO_SUM=(
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 
h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU="
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69/go.mod 
h1:L1AbZdiDllfyYH5l5OkAaZtk7VkWe89bPJFmnDBNHxg="
@@ -421,7 +421,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -438,7 +438,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -455,7 +455,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
 
        if use agent2; then
@@ -469,7 +469,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
index 40d10b23dee..7a329ff5b8b 100644
--- a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 EGO_SUM=(
        "github.com/BurntSushi/toml v0.3.1/go.mod 
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU="
        "github.com/cockroachdb/apd v1.1.0 
h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I="
@@ -419,7 +419,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -436,7 +436,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -453,7 +453,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
 
        if use agent2; then
@@ -467,7 +467,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
index 7b7445ca6d8..0abc5c33063 100644
--- a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 # content of src/go/go.sum
 EGO_SUM=(
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 
h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU="
@@ -428,7 +428,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -445,7 +445,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -462,7 +462,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
        if use agent2; then
                insinto /etc/zabbix
@@ -475,7 +475,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.4.0-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.4.0-r1.ebuild
index 71c7af9479b..359d8dd9cdd 100644
--- a/net-analyzer/zabbix/zabbix-5.4.0-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 # content of src/go/go.sum
 EGO_SUM=(
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 
h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU="
@@ -444,7 +444,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -461,7 +461,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -478,7 +478,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
        if use agent2; then
                insinto /etc/zabbix
@@ -491,7 +491,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
index 71c7af9479b..359d8dd9cdd 100644
--- a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd toolchain-funcs go-module user-info
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
 # content of src/go/go.sum
 EGO_SUM=(
        "github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 
h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU="
@@ -444,7 +444,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-server.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
+               newtmpfiles "${FILESDIR}"/zabbix-server.tmpfiles 
zabbix-server.conf
        fi
 
        if use proxy; then
@@ -461,7 +461,7 @@ src_install() {
                doins -r "${S}"/database/
 
                systemd_dounit "${FILESDIR}"/zabbix-proxy.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
+               newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles 
zabbix-proxy.conf
        fi
 
        if use agent; then
@@ -478,7 +478,7 @@ src_install() {
                        src/zabbix_get/zabbix_get
 
                systemd_dounit "${FILESDIR}"/zabbix-agentd.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agentd.tmpfiles 
zabbix-agentd.conf
        fi
        if use agent2; then
                insinto /etc/zabbix
@@ -491,7 +491,7 @@ src_install() {
                dosbin src/go/bin/zabbix_agent2
 
                systemd_dounit "${FILESDIR}"/zabbix-agent2.service
-               systemd_newtmpfilesd "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
+               newtmpfiles "${FILESDIR}"/zabbix-agent2.tmpfiles 
zabbix-agent2.conf
        fi
 
        fowners root:zabbix /etc/zabbix

Reply via email to