summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/logstash-bin: fix initscriptTomáš Mózes2016-12-193-0/+174
|
* scons-utils.eclass: Switch to get_nproc from multiprocessing.eclassMichał Górny2016-12-181-29/+5
|
* multiprocessing.eclass: Support passing custom inf values for gettersMichał Górny2016-12-183-9/+18
| | | | | | | | Support passing custom values for 'infinity' in makeopts_jobs() and makeopts_loadavg(). This can be used e.g. when a build system does not support --loadavg, and therefore '--jobs 999' would most likely be a really bad idea. Combined with get_nproc(), this can be used to provide a sane replacement instead.
* multiprocessing.eclass: Introduce get_nproc() to get no of CPUsMichał Górny2016-12-181-0/+32
| | | | | | | | | | Introduce get_nproc(), a portable 'nproc' wrapper. It uses either 'nproc' or a fallback Python multiprocessing module call to attempt to determine the number of available processing units. This can be used e.g. to determine a safe number of jobs to run when MAKEOPTS specifies unlimited --jobs and the build system in question does not support --load-average.
* multiprocessing.eclass: Fix handling multiple short options (e.g. -kj)Michał Górny2016-12-183-4/+10
| | | | | | | | Improve the regular expressions to handle parameters consisting of multiple short options (such as -kj). It should be noted that the code is not perfect but should handle all common (valid) cases; it could e.g. incorrectly process a short option followed by string arg such as '-Wfoo.j' although having this in MAKEOPTS is extremely unlikely.
* net-misc/aria2: Bump to 1.30.0Michał Górny2016-12-182-0/+154
|
* dev-util/creduce: Bump to 2.6.0Michał Górny2016-12-182-0/+32
|
* sys-apps/firejail: Block firejail-lts rather than itselfAmadeusz Żołnowski2016-12-181-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* games-misc/ponysay: New package to supersede one from aidstu-overlayJames Le Cuirot2016-12-183-0/+73
| | | | | | | zsh-completion is broken in the latest release but I have included it anyway. Package-Manager: portage-2.3.3
* sci-geosciences/qgis: Version bump 2.18.2Chris Mayo2016-12-183-0/+180
| | | | | | Closes: #3136 Package-Manager: portage-2.3.3
* sys-kernel/linux-headers: Stable for HPPA (bug #598613).Jeroen Roovers2016-12-181-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* media-sound/mpd: Version bump.Jeroen Roovers2016-12-182-0/+258
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/virtualbox-modules: Backport fix for compatibility with linux-4.9Justin Lecher2016-12-183-3/+19
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=602942 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-libs/icu: arm stable, bug #594494Markus Meier2016-12-181-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-libs/libevent: Set RESTRICT=test in live ebuild.Jeroen Roovers2016-12-181-7/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/firejail-lts: Move LTS version to separate packageAmadeusz Żołnowski2016-12-187-4/+41
| | | | | | | | | | Having it in a separate package makes it easier for users to follow LTS branch of firejail. Before that users had to mask older versions to test LTS. It's better than having it slotted because portage by default picks up latest version from any slot and user would have to explicitly install particular slot. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/firejail: Remove older LTS versionAmadeusz Żołnowski2016-12-184-115/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/firejail: Bump LTS versionAmadeusz Żołnowski2016-12-183-0/+55
| | | | | | It includes security bug fix back-ported to 0.9.38.4. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/libevent: Update live ebuild.Jeroen Roovers2016-12-181-7/+5
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/libevent: Old.Jeroen Roovers2016-12-182-132/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-print/cups-filters: Bump to version 1.13.1Lars Wendler2016-12-182-0/+125
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-portage/gentoolkit: update postinst guide url, #534470Wim Muskee2016-12-186-14/+14
|
* dev-libs/libevent: Version bump.Jeroen Roovers2016-12-182-0/+68
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* profiles/prefix/sunos/solaris/package.mask: mask pax-utils-1.1.7, bug #602990Fabian Groffen2016-12-181-0/+4
|
* profiles/prefix/darwin/package.mask: mask pax-utils-1.1.7, bug #602990Fabian Groffen2016-12-181-0/+4
|
* kde5.eclass: Fix configure with >=kde-apps/kde-l10n-16.12.0 L10N=srAndreas Sturmlechner2016-12-181-1/+3
| | | | | | | Upstream added a subdirectory that should not be added to the project. Closes: https://github.com/gentoo/gentoo/pull/3139 Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde-apps/kde-l10n: Block <kde-apps/kwave-16.11.50 for file collisionsAndreas Sturmlechner2016-12-181-0/+1
| | | | | | | | Thanks-to: Toralf Förster Package-Manager: portage-2.3.0 Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde-misc/kdeconnect: Remove 1.0.2 (r1)Johannes Huber2016-12-183-84/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* kde-misc/kdeconnect: 1.0.3 version bumpAndreas Sturmlechner2016-12-182-0/+82
| | | | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3144 Signed-off-by: Johannes Huber <johu@gentoo.org>
* net-libs/nodejs: remove vulnerable version.Patrice Clement2016-12-182-144/+0
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/595256 Package-Manager: portage-2.3.0
* dev-ruby/trollop: mark stable for amd64 and revert stabilisation for the ↵Patrice Clement2016-12-181-1/+1
| | | | | | remaining arches. Package-Manager: portage-2.3.0
* dev-perl/Gentoo-App-Pram: clean up old.Patrice Clement2016-12-182-26/+0
| | | | Package-Manager: portage-2.3.0
* dev-perl/Gentoo-App-Pram: stable for amd64+x86.Patrice Clement2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-perl/Test-Warn: Bump to version 0.310.0Kent Fredric2016-12-183-1/+30
| | | | | | | | | | | | - EAPI6 - Parallel tests Upstream: - Add experimental support for matching warnigs that have a trailing "\n", which were previously overlooked due to the missing "at file <> line ... " component. Package-Manager: portage-2.3.3
* dev-perl/IO-Socket-SSL: Bump to version 2.40.0Kent Fredric2016-12-182-0/+31
| | | | | | | | | Upstream: - Better handling of default CA path with OpenSSL 1.1x - Utils::CERT_asHash now includes signature algorithm used - Utils::CERT_asHash now supports large serial numbers Package-Manager: portage-2.3.3
* dev-ruby/gnuplot: add ruby22, ruby23Hans de Graaff2016-12-181-2/+4
| | | | Package-Manager: portage-2.3.0
* dev-ruby/git: cleanupHans de Graaff2016-12-182-39/+0
| | | | Package-Manager: portage-2.3.0
* dev-ruby/gh: cleanupHans de Graaff2016-12-182-32/+0
| | | | Package-Manager: portage-2.3.0
* dev-ruby/GeoRuby: add ruby23Hans de Graaff2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-ruby/state_machine: add ruby23Hans de Graaff2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-ruby/color: add ruby23Hans de Graaff2016-12-181-2/+2
| | | | Package-Manager: portage-2.3.0
* dev-ruby/blankslate: add ruby23Hans de Graaff2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-ruby/awesome_print: add ruby23Hans de Graaff2016-12-181-2/+2
| | | | Package-Manager: portage-2.3.0
* dev-ruby/concurrent-ruby: add 1.0.3Hans de Graaff2016-12-182-0/+39
| | | | Package-Manager: portage-2.3.0
* dev-ruby/awesome_print: cleanupHans de Graaff2016-12-182-22/+0
| | | | Package-Manager: portage-2.3.0
* dev-ruby/async_sinatra: add ruby23Hans de Graaff2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-ruby/concurrent-ruby: cleanupHans de Graaff2016-12-183-74/+0
| | | | Package-Manager: portage-2.3.0
* dev-ruby/bunny: add 2.6.2Hans de Graaff2016-12-182-0/+33
| | | | Package-Manager: portage-2.3.0
* dev-perl/HTML-FormatText-WithLinks-AndTables: Bump to version 0.70.0Kent Fredric2016-12-183-0/+39
| | | | | | | | | - EAPI6 Upstream: - Strip \240 characters emitted by HTML::Formatter when it translates &nbsp; Package-Manager: portage-2.3.3
* dev-perl/HTML-Format: Fix bad author testsKent Fredric2016-12-181-1/+10
| | | | | | | | | | Lots of these tests declare dependencies which never get used, and aren't used by us, but another test checks for them being installed and subsequently fails. This patches out those superfluous dependencies. Package-Manager: portage-2.3.3