summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* net-irc/irker: version bump.Bertrand Jacquin2016-09-022-0/+54
| | | | | | | | | | | | | | | | | | | | As per http://www.catb.org/~esr/irker/NEWS. List of changes: * Remove python 3.3 support. * Add python 3.5 support. * Move to EAPI 6. * Use default() in src_prepare and src_install. * Replace dohtml with HTML_DOCS. * Replace dodoc with DOCS. * Drop inherit eutils. * Replace EROOT with EPREFIX. * Drop double slash when $ED is used. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2109 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-irc/irker: add ~arm, bug #585628Markus Meier2016-06-261-1/+1
| | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm"
* net-irc/irker: Version bumpBertrand Jacquin2016-06-253-0/+161
| | | | | | | | | | | Add an option USE flag for new SOCKS support. Update irkerhook-Remove-file-listing.patch with a rebased version that apply on this new version Package-Manager: portage-2.2.26 Gentoo-Bug: https://bugs.gentoo.org/579524 Closes: https://github.com/gentoo/gentoo/pull/1223 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-irc/irker: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* net-irc/irker: Version bumpBertrand Jacquin2016-03-092-0/+56
| | | | | | | | | | | | irker now suports python3. See-Also: https://gitlab.com/esr/irker/commit/9311a6d7b6c1522f338f010d3e1a6b741c031325 This series of commits closes #896. Pull-Request: https://github.com/gentoo/gentoo/pull/896 Acked-by: Patrick Lauer <patrick@gentoo.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: portage-2.2.26
* net-irc/irker: Default logging is now syslog instead of fileBertrand Jacquin2016-03-092-11/+4
| | | | | | | | This behaviour appeared in version 2.9. Handle IRKERD_LOGFILE checkpath only when IRKERD_LOGFILE is defined as IRKERD_LOGLEVEL is independant. Package-Manager: portage-2.2.26
* net-irc/irker: irk and irkerhook.py are not python3 friendlyBertrand Jacquin2016-03-095-5/+5
| | | | | | | | | | | | | | | | | | $ /usr/lib/python-exec/python3.4/irk foo bar Traceback (most recent call last): File "/usr/lib/python-exec/python3.4/irk", line 50, in <module> main() File "/usr/lib/python-exec/python3.4/irk", line 41, in main message = message.decode('string_escape') AttributeError: 'str' object has no attribute 'decode' $ /usr/lib/python-exec/python3.4/irkerhook.py File "/usr/lib/python-exec/python3.4/irkerhook.py", line 432 print message ^ SyntaxError: Missing parentheses in call to 'print' Package-Manager: portage-2.2.26
* net-irc/irker: Install systemd service on every system.Bertrand Jacquin2016-03-091-1/+7
| | | | | | | | | | Makefile uses `pkg-config --variable=systemdsystemunitdir systemd` to determine in which directory systemd service file should be installed. It can be empty if building host has no systemd installed but OpenRC. Rely on systemd eclass. Package-Manager: portage-2.2.26
* net-irc/irker: Add missing die on sedBertrand Jacquin2016-03-095-10/+15
| | | | Package-Manager: portage-2.2.26
* net-irc/irker: Prune old versionsBertrand Jacquin2016-03-095-87/+0
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* net-irc/irker: BumpPatrick Lauer2016-01-192-0/+49
| | | | Package-Manager: portage-2.2.27
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0814-0/+496
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed