summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/nodejs: add 18.10.0William Hubbs2022-09-292-0/+251
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: drop vulnerable versionsWilliam Hubbs2022-09-257-1421/+0
| | | | | Bug: https://bugs.gentoo.org/872692 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: Stabilize 18.9.1 ppc64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 16.17.1 ppc64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 14.20.1 ppc64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 18.9.1 arm64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 16.17.1 arm64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 14.20.1 arm64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 18.9.1 arm, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 16.17.1 arm, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 14.20.1 arm, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 18.9.1 x86, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 16.17.1 x86, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 14.20.1 x86, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 18.9.1 amd64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 16.17.1 amd64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: Stabilize 14.20.1 amd64, #872728Agostino Sarubbo2022-09-251-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: add 14.20.1, 16.17.1, 18.9.1William Hubbs2022-09-244-0/+725
| | | | | Bug: https://bugs.gentoo.org/872692 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: fix typoSam James2022-09-172-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/nodejs: force libgcc as support libWilliam Hubbs2022-09-172-2/+16
| | | | | | | | | | | | | | | | | Upstream behavior is correct wrt libatomic (unconditionally adding it) due to their use of atomic_is_lock_free which is yet to be added to compiler-rt (stuck in review hell at https://reviews.llvm.org/D85044). This necessitates forcing libgcc as support lib. Linking to libatomic from gcc is dynamic, so sys-devel/gcc has to go in RDEPEND. Clang can be forced to use libgcc with --rtlib=libgcc, even with USE=default-compiler-rt (which is the original cuase of the bug in question). This applies this pull request to 14.x and 16.x. Closes: https://github.com/gentoo/gentoo/pull/27271 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: delete libatomic patch + force libgcc as support libmatoro2022-09-162-19/+7
| | | | | | | | | | | | | | | Upstream behavior is correct wrt libatomic (unconditionally adding it) due to their use of atomic_is_lock_free which is yet to be added to compiler-rt (stuck in review hell at https://reviews.llvm.org/D85044). This necessitates forcing libgcc as support lib. Linking to libatomic from gcc is dynamic, so sys-devel/gcc has to go in RDEPEND. Clang can be forced to use libgcc with --rtlib=libgcc, even with USE=default-compiler-rt (which is the original cuase of the bug in question). Closes: https://bugs.gentoo.org/869992 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 18.9.0William Hubbs2022-09-143-0/+263
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27242 Bug: https://bugs.gentoo.org/869992 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 16.17.0William Hubbs2022-08-182-0/+226
| | | | | Bug: https://bugs.gentoo.org/865627 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: keyword 18.7.0 for ~loongWANG Xuerui2022-08-181-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/25655 Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: run check-reqs when building with debugging CFLAGSWANG Xuerui2022-08-181-1/+18
| | | | | | Bug: https://github.com/gentoo/gentoo/pull/25655 Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: fix ABI to nodejs arch mapping for loongWANG Xuerui2022-08-181-8/+9
| | | | | | | | | The 64-bit ABI for loong starts with "lp64", like riscv, so we need to consider ARCH too when determining the nodejs arch. Bug: https://github.com/gentoo/gentoo/pull/25655 Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: enable py3.11 for 18.xWilliam Hubbs2022-08-061-1/+1
| | | | | Closes: https://bugs.gentoo.org/863938 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 18.7.0William Hubbs2022-08-032-0/+226
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: drop 14.19.3, 16.15.1, 18.3.0, 18.4.0William Hubbs2022-07-315-888/+0
| | | | | Bug: https://bugs.gentoo.org/857111 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: x86 stable wrt bug #861314Agostino Sarubbo2022-07-293-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/nodejs: arm64 stable wrt bug #861314Agostino Sarubbo2022-07-273-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: arm stable wrt bug #861314Agostino Sarubbo2022-07-273-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: ppc64 stable wrt bug #861314Agostino Sarubbo2022-07-273-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: amd64 stable wrt bug #861314Agostino Sarubbo2022-07-273-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: add missing python-any-r1_pkg_setupSam James2022-07-263-0/+3
| | | | | Closes: https://bugs.gentoo.org/861320 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/nodejs: add 14.20.0William Hubbs2022-07-262-0/+233
| | | | | | Closes: https://bugs.gentoo.org/854060 Bug: https://bugs.gentoo.org/854060 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 16.16.0William Hubbs2022-07-262-0/+225
| | | | | | Closes: https://bugs.gentoo.org/854060 Bug: https://bugs.gentoo.org/854060 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 18.6.0William Hubbs2022-07-262-0/+225
| | | | | | Closes: https://bugs.gentoo.org/854060 Bug: https://bugs.gentoo.org/854060 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: remove unused patchMichael Mair-Keimberger2022-07-191-95/+0
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26480 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-libs/nodejs: remove unused patchMichael Mair-Keimberger2022-07-181-113/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25880 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-libs/nodejs: sync liveWilliam Hubbs2022-06-221-12/+9
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 18.4.0William Hubbs2022-06-222-0/+220
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: x86 stable wrt bug #852584Agostino Sarubbo2022-06-181-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: arm64 stable wrt bug #852584Agostino Sarubbo2022-06-181-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: amd64 stable wrt bug #852584Agostino Sarubbo2022-06-181-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: arm stable wrt bug #852584Agostino Sarubbo2022-06-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: ppc64 stable wrt bug #852584Agostino Sarubbo2022-06-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: drop 14.19.0, 16.14.2William Hubbs2022-06-153-473/+0
| | | | | Bug: https://bugs.gentoo.org/845261 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: amd64 stable wrt bug #850649Agostino Sarubbo2022-06-122-2/+2
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>