diff options
author | 2023-07-03 09:50:19 +0200 | |
---|---|---|
committer | 2023-07-03 10:15:26 +0200 | |
commit | b570bde60da1d4ab3e446b34744416e4f9685717 (patch) | |
tree | 383310e71c8cd5ec25bc20e3598317e8add55863 /net-analyzer | |
parent | net-analyzer/greenbone-feed-sync: new package, add 23.6.0 (diff) | |
download | gentoo-b570bde60da1d4ab3e446b34744416e4f9685717.tar.gz gentoo-b570bde60da1d4ab3e446b34744416e4f9685717.tar.bz2 gentoo-b570bde60da1d4ab3e446b34744416e4f9685717.zip |
net-analyzer/greenbone-feed-sync: remove unnecessary function declaration and style fixes
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild | 8 |
1 files 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 |