summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/greenbone-feed-sync: Stabilize 24.3.0-r1 amd64, #936504Sam James2024-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/greenbone-feed-sync: revert "drop config file patching in src_test"Florian Schmaus2024-07-041-0/+13
| | | | | | | | | | | | | | | This essentially reverts commit 0375a7b2b589d7ffe2b73a3426d8c0abd4f4b38e, but adjusts the sed comment to remove the reference to sandbox violations, because this are not what we are seeing without the sed. We also now use T to store config.py.orig, as it brings down the line length. Furthermore, we keep the "${WORKDIR}/${P}"/ part dropped, as it is unnecessary. Closes: https://bugs.gentoo.org/932836 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: fix mysterious overdependency on tomliEli Schwartz2024-06-281-1/+3
| | | | | | | | | | | | | | | Since the original implementation of config file parsing, which introduced a dependency on tomli, that dependency was conditional on python <3.11, and used the stdlib tomllib where possible: https://github.com/greenbone/greenbone-feed-sync/commit/25c50918e337c2bd77f277e6a946a46715656eec And similarly reflected in the commit that added it as a dependency: https://github.com/greenbone/greenbone-feed-sync/commit/e9d729030f1066c0bf9a273fc8d7b4397cd5dde0 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/greenbone-feed-sync: fix variable declaration orderFlorian Schmaus2024-04-161-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: drop config file patching in src_testFlorian Schmaus2024-04-161-13/+1
| | | | | | | | | | | | It turns out that, first, this is not necessary. At least I do not get sandbox violations in src_test(). Second, it was broken anyways, as it used $TARGET which is not defined in src_test() (only in python_test()). Also drop the "${WORKDIR}/${P}" part used in the sed, simply exploit the fact that we are in "${WORKDIR}/${P}" at this moment and use a relative path. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: add 24.3.0Giuseppe Foti2024-04-162-0/+103
| | | | | | | Closes: https://bugs.gentoo.org/927106 Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36013 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: drop 24.1.1Giuseppe Foti2024-04-162-76/+0
| | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: add missing pontos test dependencyFlorian Schmaus2024-02-291-4/+7
| | | | | Closes: https://bugs.gentoo.org/925746 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: enable tests, minor style fixesFlorian Schmaus2024-02-291-3/+5
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: add 24.1.1Giuseppe Foti2024-02-292-0/+71
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35574 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: Stabilize 23.10.0 amd64, #925668Jakov Smolić2024-02-281-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/greenbone-feed-sync: add 23.10.0, drop 23.8.0-r1Giuseppe Foti2023-11-212-2/+2
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33837 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: fix /etc/sudoers.d/greenbone-feed-sync ↵Giuseppe Foti2023-10-141-0/+2
| | | | | | | | permissions Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33329 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: drop 23.7.0Giuseppe Foti2023-10-042-68/+0
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33048 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: add 23.8.0Giuseppe Foti2023-09-252-0/+68
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33047 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: add 23.7.0, drop 23.6.0Giuseppe Foti2023-07-242-1/+1
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31978 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: remove unnecessary function declaration ↵Florian Schmaus2023-07-031-6/+2
| | | | | | and style fixes Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-analyzer/greenbone-feed-sync: new package, add 23.6.0Giuseppe Foti2023-07-036-0/+121
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31106 Signed-off-by: Florian Schmaus <flow@gentoo.org>