From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D5051382C5 for ; Tue, 9 Mar 2021 13:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD53CE0841; Tue, 9 Mar 2021 13:31:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 941C0E0841 for ; Tue, 9 Mar 2021 13:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50EEE340CF6 for ; Tue, 9 Mar 2021 13:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A6B487 for ; Tue, 9 Mar 2021 13:31:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1615296692.fe9568ce57cab6142dc09e43649af63633b4a190.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild net-analyzer/zabbix/zabbix-4.0.28.ebuild net-analyzer/zabbix/zabbix-4.0.29.ebuild net-analyzer/zabbix/zabbix-5.0.8.ebuild net-analyzer/zabbix/zabbix-5.0.9-r1.ebuild net-analyzer/zabbix/zabbix-5.0.9.ebuild net-analyzer/zabbix/zabbix-5.2.4.ebuild net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild net-analyzer/zabbix/zabbix-5.2.5.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: fe9568ce57cab6142dc09e43649af63633b4a190 X-VCS-Branch: master Date: Tue, 9 Mar 2021 13:31:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d09d2e9-2dca-478f-9ca8-ec43783a6903 X-Archives-Hash: 91debd26a5b5dd5dc28bad6e5be42b36 commit: fe9568ce57cab6142dc09e43649af63633b4a190 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Mar 9 12:47:55 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Mar 9 13:31:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9568ce net-analyzer/zabbix: fix eclass usage Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://bugs.gentoo.org/775032 Closes: https://github.com/gentoo/gentoo/pull/19842 Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild | 2 +- net-analyzer/zabbix/zabbix-4.0.28.ebuild | 2 +- net-analyzer/zabbix/zabbix-4.0.29.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.8.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.9-r1.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.9.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.2.4.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.2.5.ebuild | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild b/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild index eaf85d5f7f2..5a02f074a7f 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-4.0.28.ebuild b/net-analyzer/zabbix/zabbix-4.0.28.ebuild index c63b5d77587..004119f958a 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-4.0.29.ebuild b/net-analyzer/zabbix/zabbix-4.0.29.ebuild index 157147829c6..21abe5ecdd8 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-5.0.8.ebuild b/net-analyzer/zabbix/zabbix-5.0.8.ebuild index c115a1f30ec..d7fadf1afa3 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-5.0.9-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.9-r1.ebuild index bb239c4468d..f0c06342525 100644 --- a/net-analyzer/zabbix/zabbix-5.0.9-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.9-r1.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 go-module +inherit webapp java-pkg-opt-2 systemd 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=" diff --git a/net-analyzer/zabbix/zabbix-5.0.9.ebuild b/net-analyzer/zabbix/zabbix-5.0.9.ebuild index 87ea6afce12..4905f5ae3c0 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-5.2.4.ebuild b/net-analyzer/zabbix/zabbix-5.2.4.ebuild index c115a1f30ec..d7fadf1afa3 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild index 22caec8460e..4decfbca33d 100644 --- a/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.2.5-r1.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 go-module +inherit webapp java-pkg-opt-2 systemd 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=" diff --git a/net-analyzer/zabbix/zabbix-5.2.5.ebuild b/net-analyzer/zabbix/zabbix-5.2.5.ebuild index 87ea6afce12..4905f5ae3c0 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 tmpfiles +inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/"