Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538718 - net-irk/irker - drop python3 support / inherit systemd.eclass python-r1.eclass / support logging to syslog / remove file listing(?)
Summary: net-irk/irker - drop python3 support / inherit systemd.eclass python-r1.eclas...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-02-03 23:05 UTC by Bertrand Jacquin
Modified: 2016-04-09 17:41 UTC (History)
1 user (show)

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


Attachments
net-irc/irker/irker-2.12.ebuild patch (irker-2.12.ebuid.patch,2.13 KB, patch)
2015-02-03 23:06 UTC, Bertrand Jacquin
Details | Diff
files/irkerd.initd patch (irkerd.initd.patch,1.83 KB, patch)
2015-02-03 23:06 UTC, Bertrand Jacquin
Details | Diff
files/irkerd.confd patch (irkerd.confd.patch,679 bytes, patch)
2015-02-03 23:07 UTC, Bertrand Jacquin
Details | Diff
files/2.12-irkerhook-Remove-file-listing.patch (2.12-irkerhook-Remove-file-listing.patch,5.83 KB, patch)
2015-02-03 23:07 UTC, Bertrand Jacquin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2015-02-03 23:05:55 UTC
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
Comment 1 Bertrand Jacquin 2015-02-03 23:06:21 UTC
Created attachment 395480 [details, diff]
net-irc/irker/irker-2.12.ebuild patch
Comment 2 Bertrand Jacquin 2015-02-03 23:06:42 UTC
Created attachment 395482 [details, diff]
files/irkerd.initd patch
Comment 3 Bertrand Jacquin 2015-02-03 23:07:01 UTC
Created attachment 395484 [details, diff]
files/irkerd.confd patch
Comment 4 Bertrand Jacquin 2015-02-03 23:07:37 UTC
Created attachment 395486 [details, diff]
files/2.12-irkerhook-Remove-file-listing.patch
Comment 5 Bertrand Jacquin 2016-04-09 17:41:59 UTC
This has been merged as part of https://bugs.gentoo.org/491808