commit:     30cd7a6b992525b4f57960f4f03930ed1407085a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 09:53:10 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 09:53:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cd7a6b

net-analyzer/zabbix: remove src_prepare() with default body

There is no need to explicitly declare src_prepare() if the function's
body is the default implementation.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/zabbix/zabbix-4.0.35.ebuild    | 4 ----
 net-analyzer/zabbix/zabbix-4.0.36.ebuild    | 4 ----
 net-analyzer/zabbix/zabbix-5.0.17.ebuild    | 4 ----
 net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild | 4 ----
 net-analyzer/zabbix/zabbix-5.4.6.ebuild     | 4 ----
 net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild  | 4 ----
 net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild  | 4 ----
 7 files changed, 28 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-4.0.35.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.35.ebuild
index 9b6c9fe12b7b..211d787cfca6 100644
--- a/net-analyzer/zabbix/zabbix-4.0.35.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.35.ebuild
@@ -131,10 +131,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                $(use_enable agent) \

diff --git a/net-analyzer/zabbix/zabbix-4.0.36.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.36.ebuild
index 6313b45e4a61..d3edede455f2 100644
--- a/net-analyzer/zabbix/zabbix-4.0.36.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.36.ebuild
@@ -131,10 +131,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                $(use_enable agent) \

diff --git a/net-analyzer/zabbix/zabbix-5.0.17.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.17.ebuild
index b4e2c53f9574..7f66cd058cc7 100644
--- a/net-analyzer/zabbix/zabbix-5.0.17.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.17.ebuild
@@ -351,10 +351,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                $(use_enable agent) \

diff --git a/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
index de4e218a3299..49f4cf175e49 100644
--- a/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
@@ -363,10 +363,6 @@ src_unpack() {
        fi
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                $(use_enable agent) \

diff --git a/net-analyzer/zabbix/zabbix-5.4.6.ebuild 
b/net-analyzer/zabbix/zabbix-5.4.6.ebuild
index 72d2b869ff39..aea6cc153d8e 100644
--- a/net-analyzer/zabbix/zabbix-5.4.6.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.6.ebuild
@@ -376,10 +376,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                "$(use_enable agent)" \

diff --git a/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild
index 6a0d5e421042..325b72f8c392 100644
--- a/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild
@@ -376,10 +376,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                "$(use_enable agent)" \

diff --git a/net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild 
b/net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild
index 6a6c91266493..a30e0af267b1 100644
--- a/net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild
@@ -388,10 +388,6 @@ src_unpack() {
        fi
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        econf \
                "$(use_enable agent)" \

Reply via email to