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 82E90158003 for ; Fri, 8 Jul 2022 06:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6972E0B67; Fri, 8 Jul 2022 06:59:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88A9AE0B66 for ; Fri, 8 Jul 2022 06:59:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97948340A85 for ; Fri, 8 Jul 2022 06:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11DD250D for ; Fri, 8 Jul 2022 06:59:03 +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: <1657263534.add974a760fa49f64840b44ab6112d9a668d1e06.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.0.5.ebuild net-analyzer/zabbix/zabbix-6.0.6.ebuild net-analyzer/zabbix/zabbix-6.2.0.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: add974a760fa49f64840b44ab6112d9a668d1e06 X-VCS-Branch: master Date: Fri, 8 Jul 2022 06:59:03 +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: adc66f5c-83fb-4dc2-a175-8c339c59d66a X-Archives-Hash: 4fea452d4109f37b6e6a6066c127cb13 commit: add974a760fa49f64840b44ab6112d9a668d1e06 Author: Florian Schmaus gentoo org> AuthorDate: Fri Jul 8 06:46:18 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Jul 8 06:58:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add974a7 net-analyzer/zabbix: drop unnecessary explicit src_prepare() The explicit definition of src_prepare() just calling default is unnecessary, as this is what the implicit src_prepare() will do per default anyways. :) Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/zabbix/zabbix-6.0.5.ebuild | 4 ---- net-analyzer/zabbix/zabbix-6.0.6.ebuild | 4 ---- net-analyzer/zabbix/zabbix-6.2.0.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-6.0.5.ebuild b/net-analyzer/zabbix/zabbix-6.0.5.ebuild index 9d5da62b1a9f..c86e76501a62 100644 --- a/net-analyzer/zabbix/zabbix-6.0.5.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.5.ebuild @@ -145,10 +145,6 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } -src_prepare() { - default -} - src_configure() { local econf_args=( "$(use_enable agent)" diff --git a/net-analyzer/zabbix/zabbix-6.0.6.ebuild b/net-analyzer/zabbix/zabbix-6.0.6.ebuild index 610168ebb49b..053faaeb4a80 100644 --- a/net-analyzer/zabbix/zabbix-6.0.6.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.6.ebuild @@ -145,10 +145,6 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } -src_prepare() { - default -} - src_configure() { local econf_args=( "$(use_enable agent)" diff --git a/net-analyzer/zabbix/zabbix-6.2.0.ebuild b/net-analyzer/zabbix/zabbix-6.2.0.ebuild index 610168ebb49b..053faaeb4a80 100644 --- a/net-analyzer/zabbix/zabbix-6.2.0.ebuild +++ b/net-analyzer/zabbix/zabbix-6.2.0.ebuild @@ -145,10 +145,6 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } -src_prepare() { - default -} - src_configure() { local econf_args=( "$(use_enable agent)"