| Summary: | net-irk/irker - drop python3 support / inherit systemd.eclass python-r1.eclass / support logging to syslog / remove file listing(?) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bertrand Jacquin <bertrand> |
| Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bertrand |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
net-irc/irker/irker-2.12.ebuild patch
files/irkerd.initd patch files/irkerd.confd patch files/2.12-irkerhook-Remove-file-listing.patch |
||
Created attachment 395480 [details, diff]
net-irc/irker/irker-2.12.ebuild patch
Created attachment 395482 [details, diff]
files/irkerd.initd patch
Created attachment 395484 [details, diff]
files/irkerd.confd patch
Created attachment 395486 [details, diff]
files/2.12-irkerhook-Remove-file-listing.patch
This has been merged as part of https://bugs.gentoo.org/491808 |
You will be attached patch to irker 2.12 that bring the following: * irker-2.12.ebuid.patch - Drop python 3 support as it leads to errors like: $ irk File "/usr/lib/python-exec/python3.3/irk", line 20 except socket.error, e: ^ SyntaxError: invalid syntax - Use systemd eclass to take care of systemd unit file - Use python-r1 eclass for when irker will be able to handle properly python 3 * irkerd-initd.patch - Support logging via syslog (prefered) instead of plain logfile - Do not use -n with [[ ]] * irkerd-confd.patch - Document syslog logging - Fix more english type * files/2.12-irkerhook-Remove-file-listing.patch - Remove file listing Reproducible: Always