summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* net-irc/kvirc: amd64 stable wrt bug #576204Agostino Sarubbo2016-03-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/polari: sort keywordsAlexandre Rostovtsev2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.27
* Merge remote-tracking branch 'remotes/github/pr/979'Alexandre Rostovtsev2016-03-061-0/+33
|\ | | | | | | net-irc/polari dep fixes and keywording from anthonyryan1; acked by steev
| * net-irc/polari: Add missing RDEPEND on net-im/telepathy-loggerAnthony Ryan2016-03-061-0/+33
| | | | | | | | | | | | | | Also added ~arm keyword as a result of personal testing on a RK3288 (armv7a) device. Package-Manager: portage-2.2.26
* | net-irc/polari: x86 stable wrt bug #566378Mikle Kolyada2016-03-061-1/+1
| | | | | | | | Package-Manager: portage-2.2.26
* | net-irc/eggdrop: add myself as proxied maintainerLouis Sautier2016-03-041-1/+13
| | | | | | | | Package-Manager: portage-2.2.27
* | net-irc/eggdrop: fix a race condition in make, fixes #533490Louis Sautier2016-03-041-1/+1
| | | | | | | | Package-Manager: portage-2.2.27
* | net-irc/eggdrop: bump to EAPI=6, fix a QA warningLouis Sautier2016-03-042-5/+19
| | | | | | | | | | | | | | Add a patch to fix a compilation warning. Taken from eggheads/eggdrop@7570148085cd33f12ba30897e27e6064c202f12b Package-Manager: portage-2.2.27
* | net-irc/eggdrop: fix compilation with gcc-5 #571004Louis Sautier2016-03-042-1/+54
|/ | | | | | Backport patch from https://github.com/eggheads/eggdrop/issues/123 Package-Manager: portage-2.2.27
* Add libressl support to many packagesJason A. Donenfeld2016-03-022-4/+4
| | | | | Package maintainers will likely want to cleanup various things for this experimental USE flag.
* net-irc/quassel: remove proxy maintainer and g-p-m from metadata.xmlIan Delaney2016-02-291-0/+1
| | | | | | | | | maintainer provided consent to withdraw prox maintainer status via email: From: Manuel Nickschas <sputnick@quassel-irc.org> Subject: Re: quassel Date: Sat, 27 Feb 2016 15:08:46 +0100 Package-Manager: portage-2.2.26
* net-irc/quassel: remove proxy maintainer and g-p-m from metadata.xmlIan Delaney2016-02-291-8/+0
| | | | Package-Manager: portage-2.2.26
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-2833-0/+33
| | | | Bug: 575810
* net-irc/polari: amd64 stable, bug 566378Pacho Ramos2016-02-221-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64"
* Remove masked for removal packagesPacho Ramos2016-02-205-88/+0
|
* net-irc/quassel: amd64 stable wrt bug #568150Agostino Sarubbo2016-02-111-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/quassel: BumpPatrick Lauer2016-02-102-0/+219
| | | | Package-Manager: portage-2.2.27
* net-irc/kvirc: Version bump.Arfrever Frehtes Taifersar Arahesis2016-02-012-0/+136
|
* net-irc/kvirc: Improve dependency on dev-lang/perl.Arfrever Frehtes Taifersar Arahesis2016-01-311-2/+2
|
* Change deps to new fork of dev-python/socksipyJustin Lecher2016-01-293-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-irc/irssi: Fix QA warning.Patrice Clement2016-01-261-6/+10
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Merge remote-tracking branch 'github/pr/703'. Fixes bug 560362.Patrice Clement2016-01-252-2/+38
|\
| * net-irc/inspircd: patch tmpnam call (bug #560362)Andrew Wilcox2016-01-222-2/+38
| | | | | | | | | | | | POSIX::tmpnam() was deprecated in Perl 5.22 which causes a failure in ./configure with various combinations of USE flags enabled on systems with 5.22 installed.
* | Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2429-43/+43
| |
* | Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2456-61/+41
| | | | | | | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* | Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-242-6/+0
| | | | | | | | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* | Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-247-33/+33
| | | | | | | | | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* | net-irc/inspircd: typoMichael Palimaka2016-01-231-1/+1
| | | | | | | | Package-Manager: portage-2.2.27
* | net-irc/inspircd: update email address of maintainer in metadataIan Delaney2016-01-221-1/+1
|/ | | | Package-Manager: portage-2.2.26
* net-irc/irker: BumpPatrick Lauer2016-01-192-0/+49
| | | | Package-Manager: portage-2.2.27
* net-irc/irssi-otr: Add myself to the maintainers list.Patrice Clement2016-01-171-0/+4
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-irc/irssistats: Add myself to the maintainers list.Patrice Clement2016-01-171-0/+4
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-irc/irssi: Add myself to the maintainers list.Patrice Clement2016-01-171-0/+4
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Drop support for Java on ppc across the treeJames Le Cuirot2016-01-161-2/+2
| | | | Sorry! *sniff*
* net-irc/ngircd: revbump to vn. 23-r1 with corresponding updated init scriptIan Delaney2016-01-152-0/+107
| | | | | | | | | init script is files/ngircd.init-r1.d, ngircd-23-r1.ebuild edited to match, script adds use logger to depend(), patch by maintainer via the gentoo bug Gentoo bug: #503074 Package-Manager: portage-2.2.26
* net-irc/weechat: version bump to 1.4Tim Harder2016-01-143-5/+144
|
* net-irc/quassel: Revision bump for CVE-2015-8547Johannes Huber2016-01-093-3/+28
| | | | | | | | Add upstream patch to fix CVE-2015-8547. Gentoo-Bug: 568150 Package-Manager: portage-2.2.26
* Update remote-ids in metadata.xmlJustin Lecher2016-01-071-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-irc/kvirc: Rename slot.Arfrever Frehtes Taifersar Arahesis2016-01-033-6/+3
|
* kde-base: pkgmove KDE PIM to kde-apps/Andreas Sturmlechner2015-12-301-1/+1
|
* net-irc/ngircd: bump to vn. ngircd-23Ian Delaney2015-12-293-3/+95
| | | | | | | | | | ebuild submitted by Moritz Kick who has agreed to proxy maintain this package bu support of the proxy maintainers project, added to metadata.xml accordingly, ebuild runtested, fixes the gentoo bug Gentoo bug: #501262 Package-Manager: portage-2.2.24
* net-irc/epic5: cleanup for bug 547768Hans de Graaff2015-12-281-83/+0
| | | | Package-Manager: portage-2.2.24
* net-irc/bip: remove oldMichael Palimaka2015-12-264-244/+0
| | | | Package-Manager: portage-2.2.26
* net-irc/bip: x86 stable wrt bug #490772Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>