summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/MCE: Cleanup old versions 1.7* 1.80* 1.82*Kent Fredric2018-06-107-190/+0
| | | | Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-7/+7
|
* dev-perl/MCE: Bump to version 1.831.0Kent Fredric2017-11-012-0/+33
| | | | | | | | | | | | | | | | | | | Upstream: - Add STFL, Coro, and Win32::UI to posix_exit list - Ensure Prime random numbers to be unique betwewen MCE workers - Fix MCE/MCE::Relay stalls when setting input record generator - Fix bug with dequeue_nb in MCE::Queue - Fix signal handler - Add support to get_ncpu for Haiku - Allow gathering to a shared array in MCE::Candy - Improve CPU count on AIX - Improve signal handling, inc nested parallel sessions - Improve running MCE::Hobo inside workers - Improve running with PDL - Recatored bidirectional callbacks in do - Preserve lexical type for numbers across MCE->do and MCE::Queue Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/MCE: Bump to version 1.829.0Kent Fredric2017-05-302-0/+33
| | | | | | | | | | | | | | Upstream: - Reduce memory consumption - Disable Queue barriers on Windows - Fix tmp_file script path in ::Flock - Use posix_exit for Curses and Prima - Allow hashes as input_data for Core, Flow, Loop & Step - Improve IPC and signal handling - Make tmp_dir and sess_dir on demand. - Load Fcntl, File::Path and Symbol on demand Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/MCE: Bump to version 1.827.0Kent Fredric2017-04-062-0/+33
| | | | | | | | | Upstream: - Dont enable barrier mode in Queue when constructed inside thread or by MCE Model - Don't croak under taint Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/MCE: Bump to version 1.826.0Kent Fredric2017-04-043-0/+35
| | | | | | | | | | | | Upstream: - Check for EINTR during sysread/write - Improved reliability when nested - MCE::Mutex has Channel and Fcntl implementations - Optimisation/Tuning of number of IPC Data Channels, removing the 5x performance penalty of IPC. - Made Safe for running with WxWidgets Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/MCE: Bump to version 1.821.0Kent Fredric2017-03-213-0/+36
| | | | | | | | | | | | | | | | | | | | | | | Upstream: - Fix bug in MCE::Queue dequeueing from 0 items - Optimised MCE::Core::Input::Sequence and Generator - Remove signal handling for XCPU and XFSZ from MCE::Signal - use posix_exit = 1 by default if Gearman is present at construction - Recommend Sereal 3.015 - Add code block for progress reporting to MCE::Core - Fix div-zero in MCE->yield - Better worker scheduling when workers are slow - mce_grep enhanced with regards to -r and missing path behaviour - Add MCE::Queue::end - mce_grep updated for determining chunk level. - support z* grep in mce_grep - Don't localise AUTOFLUSH - Improved reliability inside eval - Improved reliability under threads - Optimised MCE::Queue::dequeue and MCE::Mutex::synchronie Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/MCE: added ~ppc, bug 580158Matt Turner2017-03-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/MCE: Bump to version 1.809.0Kent Fredric2016-11-262-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Faster IO with use_slurpio => 1 - "auto" chunk size tuned. - Worker exit logic now more reliable on Win32 - Support for IO::TieCombine handles for interop with App::Cmd via MCE->print and MCE->sendto - import() fixed issue with not importing certain subs - Added support for Cyclical includes - Better win32 Feature Parity with unix - Sereal support added (default where possible) - Fixed counter in dequeue with standalone MCE::Queues - Fixed race in Queue->await - Optimised MCE::Queue->dequeue - Removed sleep() from MCE->restart_worker - Set posix_exit = 1 w/ CGI.pm and FCGI.pm - Improved MCE + Tk interaction - Support input_data with nested arrays in MCE models - Improved relaying - Workers persistent unless shut down explicitly w/ Mojolicious - Fixed bugs with MCE-in-threads - Ensure uniqueness of random numbers between workers Package-Manager: portage-2.3.2
* dev-perl/MCE: Added at version 1.705.0Kent Fredric2016-04-163-0/+63
Required for new dev-perl/Test-Perl-Critic Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"