diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-12 10:53:10 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-12 10:53:10 +0100 |
commit | 30cd7a6b992525b4f57960f4f03930ed1407085a (patch) | |
tree | bbfe82cc6cc1bf5eac75494c111bf924fca52d30 /net-analyzer/zabbix | |
parent | net-analyzer/zabbix: add myself as a co-maintainer (diff) | |
download | gentoo-30cd7a6b992525b4f57960f4f03930ed1407085a.tar.gz gentoo-30cd7a6b992525b4f57960f4f03930ed1407085a.tar.bz2 gentoo-30cd7a6b992525b4f57960f4f03930ed1407085a.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-4.0.35.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-4.0.36.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.17.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.4.6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.4.8-r1.ebuild | 4 |
7 files changed, 0 insertions, 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)" \ |