summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libuv: drop 1.47.0-r1Andreas Sturmlechner2024-04-203-112/+0
| | | | | Bug: https://bugs.gentoo.org/924127 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libuv: skip part of thread_priority testSam James2024-02-181-0/+21
| | | | | | | | | | | | | | | | | | | | | Part of the (newly-introduced) thread_priority test doesn't interact well with PORTAGE_NICENESS, (maybe) PORTAGE_IONICE_COMMAND, and PORTAGE_SCHEDULING_POLICY. For example, with PORTAGE_NICENESS="18", PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}", and PORTAGE_SCHEDULING_POLICY="idle", I get: ``` not ok 354 - thread_priority exit code 134 Output from process `thread_priority`: Assertion failed in test/test-thread-priority.c on line 95: `priority == (0 - UV_THREAD_PRIORITY_LOWEST * 2)` (0 == 4) ``` Skip that one assertion accordingly. And while at it, elaborate on a bit of m4 hackery we do in the ebuild. Closes: https://bugs.gentoo.org/924653 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libuv-1.47.0-r1: add patch for <macOS-11 from upstreamFabian Groffen2024-01-111-0/+26
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libuv: add hppa patch to 1.47.0Sam James2023-11-261-0/+32
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libuv: add 1.47.0Sam James2023-11-261-0/+54
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libuv: Bump to 1.41.0Jakov Smolic2021-05-031-0/+45
| | | | | | | | | | * Re-enable test suite * Drop static-libs support * Add live ebuild template Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20487 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libuv: OldJeroen Roovers2019-05-151-32/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* dev-libs/libuv: Fix unexpected ABI change (bug #659872).Jeroen Roovers2018-07-061-0/+32
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-libs/libuv: cleanup oldJulian Ospald2015-10-252-128/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-082-0/+128
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