Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834697 - app-antivirus/fangfrisch: please add systemd unit, tmpfiles config, and sample config file (e.g. from Arch Linux)
Summary: app-antivirus/fangfrisch: please add systemd unit, tmpfiles config, and sampl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ralph Seichter
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2022-03-07 03:40 UTC by Alessandro Barbieri
Modified: 2022-03-08 13:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2022-03-07 03:40:03 UTC
Archlinux is providing a systemd timer, a systemd unit, a sample config and a tmpfile config

https://aur.archlinux.org/cgit/aur.git/tree/?h=python-fangfrisch

can we add them to gentoo?
Comment 1 Ralph Seichter 2022-03-07 18:25:18 UTC
Ebuild version 1.5 installs a configuration file /etc/fangfrisch.conf .

As for systemd-related files: I can add them, but I only use OpenRC-based Gentoo and currently don't have a systemd-based test system available.
Comment 2 Ralph Seichter 2022-03-07 19:10:39 UTC
@Alessandro: I have created a pull request which has been linked to this ticket. Could you please test the ebuild and files I included in the PR?
Comment 3 Larry the Git Cow gentoo-dev 2022-03-08 13:18:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc53bc2a3e6c00e77e9c313752bcda26eb99a5e6

commit fc53bc2a3e6c00e77e9c313752bcda26eb99a5e6
Author:     Ralph Seichter <github@seichter.de>
AuthorDate: 2022-03-07 19:03:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-08 13:17:48 +0000

    app-antivirus/fangfrisch: Add systemd unit files
    
    Ebuild now includes a systemd service and timer.
    
    Closes: https://bugs.gentoo.org/834697
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Ralph Seichter <gentoo@seichter.de>
    Closes: https://github.com/gentoo/gentoo/pull/24442
    Signed-off-by: Sam James <sam@gentoo.org>

 .../fangfrisch/fangfrisch-1.5.0-r1.ebuild          | 71 ++++++++++++++++++++++
 app-antivirus/fangfrisch/files/fangfrisch.service  | 14 +++++
 app-antivirus/fangfrisch/files/fangfrisch.timer    | 12 ++++
 3 files changed, 97 insertions(+)