commit:     07343dd2a03402a9f7ea041f00b2383b7ff7abdb
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:56:50 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07343dd2

net-analyzer/zabbix: migrate to tmpfiles.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild | 8 ++++----
 net-analyzer/zabbix/zabbix-4.0.28.ebuild    | 8 ++++----
 net-analyzer/zabbix/zabbix-4.0.29.ebuild    | 8 ++++----
 net-analyzer/zabbix/zabbix-5.0.8.ebuild     | 8 ++++----
 net-analyzer/zabbix/zabbix-5.0.9.ebuild     | 8 ++++----
 net-analyzer/zabbix/zabbix-5.2.4.ebuild     | 8 ++++----
 net-analyzer/zabbix/zabbix-5.2.5.ebuild     | 8 ++++----
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild 
b/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
index aa1e1274031..eaf85d5f7f2 100644
--- a/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
+++ b/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -190,7 +190,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
@@ -207,7 +207,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
@@ -224,7 +224,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-4.0.28.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.28.ebuild
index b20bafc87ab..c63b5d77587 100644
--- a/net-analyzer/zabbix/zabbix-4.0.28.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.28.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -189,7 +189,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
@@ -206,7 +206,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
@@ -223,7 +223,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-4.0.29.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.29.ebuild
index 6eb470b33c5..157147829c6 100644
--- a/net-analyzer/zabbix/zabbix-4.0.29.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.29.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -189,7 +189,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
@@ -206,7 +206,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
@@ -223,7 +223,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.0.8.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.8.ebuild
index 90a6d16b59e..c115a1f30ec 100644
--- a/net-analyzer/zabbix/zabbix-5.0.8.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -187,7 +187,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
@@ -204,7 +204,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
@@ -221,7 +221,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.0.9.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.9.ebuild
index 37470326b6d..87ea6afce12 100644
--- a/net-analyzer/zabbix/zabbix-5.0.9.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -187,7 +187,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
@@ -204,7 +204,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
@@ -221,7 +221,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.2.4.ebuild 
b/net-analyzer/zabbix/zabbix-5.2.4.ebuild
index 90a6d16b59e..c115a1f30ec 100644
--- a/net-analyzer/zabbix/zabbix-5.2.4.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.2.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -187,7 +187,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
@@ -204,7 +204,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
@@ -221,7 +221,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
 
        fowners root:zabbix /etc/zabbix

diff --git a/net-analyzer/zabbix/zabbix-5.2.5.ebuild 
b/net-analyzer/zabbix/zabbix-5.2.5.ebuild
index 37470326b6d..87ea6afce12 100644
--- a/net-analyzer/zabbix/zabbix-5.2.5.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.2.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 # needed to make webapp-config dep optional
 WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
+inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
 HOMEPAGE="https://www.zabbix.com/";
@@ -187,7 +187,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
@@ -204,7 +204,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
@@ -221,7 +221,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
 
        fowners root:zabbix /etc/zabbix

Reply via email to