summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-irc/irker: update EAPI 7 -> 8Sam James2021-10-281-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Stabilize 2.20 ALLARCHES, #819105Sam James2021-10-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: add 2.20Sam James2021-09-212-0/+65
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-irc/irker: drop inactive maintainerDavid Seifert2021-05-311-4/+0
| | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* net-irc/irker: fix copyright header in files/irkerd.initdSam James2021-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: remove bashisms from init scriptKerin Millar2021-03-112-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote the ${parameter:=word} expansions (SC2223), while removing two that are spurious. Remove the -z test which does absolutely nothing. It can never be true, because IRKERD_USER will always contain something. As an aside, the "nobody" account is not intended for running services. If ever the test is re-instated, it should be carried out _before_ checkpath is invoked, for reasons that should be obvious. Remove the use of the [[ keyword in favour of the POSIX test command (SC3010). Employ a vastly improved method of conveying the user-specified options. Obviously, POSIX sh doesn't support arrays so we must still perform word-splitting upon IRKERD_OPTS. However, potential pathname expansion can still be suppressed with set -f, so let's do that. Next, proceed to assemble a list of positional parameters using the set builtin. This completely eliminates the possibility for word-splitting and pathname expansion to be performed upon the other IRKERD_* variables, instead conveying them verbatim. Note that the start function is altered to define a ( ... ) compound command, so that the effects of set -f do not persist beyond the intended scope of the function. Closes: https://bugs.gentoo.org/760869 Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Keyword 2.19 sparcSam James2021-01-181-2/+2
| | | | | Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Inherit optfeature.eclassDavid Seifert2020-09-071-1/+1
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* net-irc/irker: Stabilize 2.19 ALLARCHES (again), #736776Sam James2020-08-111-1/+1
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Stabilize 2.19 ALLARCHES, #736776Sam James2020-08-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: cleanup old Python 2 versionSam James2020-07-292-60/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: ppc64 keyworded (bug #734340)Sam James2020-07-291-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: ppc keyworded (bug #734340)Sam James2020-07-291-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: fix metadata typoSam James2020-07-271-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: add upstream informationSam James2020-07-201-0/+3
| | | | | | | Reference the upstream repo: esr/irker on gitlab. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: mark ALLARCHESSam James2020-07-201-0/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: arm64 keyworded (bug #733260)Sam James2020-07-201-1/+1
| | | | | | Closes: https://bugs.gentoo.org/733260 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: improved optfeature textSam James2020-07-131-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: add Python 3.9Sam James2020-07-131-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: remove unnecessary slash stripSam James2020-07-131-1/+1
| | | | | | | | This is EAPI 7, so we know that ${ED} won't contain a trailing slash. Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: change licence to BSD-2Sam James2020-07-131-1/+1
| | | | | | | | Irker has been licenced under BSD-2 since 2.14: https://gitlab.com/esr/irker/-/commit/1916dc346cb2aef70211a Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: bump to 2.19Sam James2020-07-132-0/+65
| | | | | | | | | | | | | Changes: * Add Python 3.7, 3.8 * Drop socks5 use flag - use optfeature instead * Update LICENSE to BSD-2 * Fix systemd service (absolute path) Closes: https://bugs.gentoo.org/730182 Closes: https://bugs.gentoo.org/612448 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: join as maintainerSam James2020-07-131-0/+4
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-091-2/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-irc/irker: Remove oldDavid Seifert2019-12-2910-516/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-irc/irker: Doesn't work with python3 bug #619700Pacho Ramos2018-06-261-0/+55
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-irc/irker: remove unused patchMichael Mair-Keimberger2018-05-041-104/+0
| | | | Closes: https://bugs.gentoo.org/650188
* net-irc/irker: remove version 2.17.Patrice Clement2018-02-102-59/+0
| | | | | | | | We asked upstream: this version's tarball is not longer available. Let's remove it then. Closes: https://bugs.gentoo.org/587060 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-irc/irker: Partially update Manifest hashes.Ulrich Müller2017-12-101-7/+7
|
* net-irc/irker: [QA] Add missing python metadata variablesDavid Seifert2017-04-238-15/+39
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-288-8/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-irc/irker: re-add ~arm keyword (bug 592888).Michael Weber2017-02-111-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* 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>