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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AA6A158013 for ; Fri, 15 Dec 2023 08:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E44AA2BC01C; Fri, 15 Dec 2023 08:37:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61952BC01C for ; Fri, 15 Dec 2023 08:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C844A33BE12 for ; Fri, 15 Dec 2023 08:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63911AE9 for ; Fri, 15 Dec 2023 08:37:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1702629438.11c4c02d984a1ee9ebd78bea5997a727e93fd864.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild net-analyzer/zabbix/zabbix-6.4.10.ebuild net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild net-analyzer/zabbix/zabbix-6.4.8.ebuild net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild net-analyzer/zabbix/zabbix-6.4.9.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 11c4c02d984a1ee9ebd78bea5997a727e93fd864 X-VCS-Branch: master Date: Fri, 15 Dec 2023 08:37:31 +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: 87e2bf70-d029-4bb7-a65e-bc6858bb3379 X-Archives-Hash: 1048a52169eb4fdb28871908272e8fdd commit: 11c4c02d984a1ee9ebd78bea5997a727e93fd864 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 15 08:36:04 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 15 08:37:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c4c02d net-analyzer/zabbix: add missing eautoreconf Closes: https://bugs.gentoo.org/919916 Signed-off-by: Florian Schmaus gentoo.org> .../zabbix/{zabbix-6.4.10.ebuild => zabbix-6.4.10-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.8.ebuild => zabbix-6.4.8-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.9.ebuild => zabbix-6.4.9-r1.ebuild} | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-6.4.10.ebuild b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.10.ebuild rename to net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.10.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.8.ebuild b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.8.ebuild rename to net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild index 05728e16dff8..228fb40d6482 100644 --- a/net-analyzer/zabbix/zabbix-6.4.8.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.9.ebuild b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.9.ebuild rename to net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.9.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() {