commit: b570bde60da1d4ab3e446b34744416e4f9685717
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 07:50:19 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 08:15:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b570bde6
net-analyzer/greenbone-feed-sync: remove unnecessary function declaration and
style fixes
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
index ade285666c24..dbbef48f42a7 100644
--- a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
+++ b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
@@ -30,10 +30,6 @@ RDEPEND="
cron? ( virtual/cron )
"
-python_compile() {
- distutils-r1_python_compile
-}
-
python_install() {
distutils-r1_python_install
@@ -43,7 +39,7 @@ python_install() {
gvm ALL = NOPASSWD: /usr/bin/greenbone-feed-sync
EOF
- if use cron ; then
+ if use cron; then
exeinto /etc/cron.daily
newexe "${FILESDIR}"/${PN}.cron ${PN}
fi
@@ -56,7 +52,7 @@ pkg_postinst() {
return
fi
- if use cron ; then
+ if use cron; then
elog
elog "Edit ${EROOT}/etc/cron.weekly/greenbone-feed-sync to
activate daily feed update!"
elog