summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/filelock: Bump to 3.12.4Michał Górny2023-09-142-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sqlglot: add 18.5.0Alfred Wingate2023-09-142-0/+37
| | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32765 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/wireshark: add support for verify-sigSam James2023-09-143-0/+51
| | | | | | | | Bug: https://bugs.gentoo.org/913394 Closes: https://github.com/gentoo/gentoo/pull/20401 Closes: https://github.com/gentoo/gentoo/pull/32575 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sec-keys/openpgp-keys-wireshark: initial importSam James2023-09-143-0/+30
| | | | | | Bug: https://bugs.gentoo.org/913394 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* verify-sig.eclass: Fix list formatting for VERIFY_SIG_METHODMichał Górny2023-09-141-2/+2
| | | | | | Thanks to ulm for reporting. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* verify-sig.eclass: Fix handling multiple/duplicate signaturesMichał Górny2023-09-142-2/+14
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* verify-sig.eclass: Support `openssl dgst` format checksumsMichał Górny2023-09-142-18/+54
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* eclass/tests: Add initial tests for verify-sigMichał Górny2023-09-141-0/+65
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* python-utils-r1.eclass: unconditionally warn on occluded packages in cwdEli Schwartz2023-09-141-4/+0
| | | | | | | | | | | If the current directory masks packages that would be installed and contains different contents, it can cause testing issues that otherwise go unnoticed. This warning can stop being experimental and opt-in Suggested-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32729 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* distutils-r1.eclass: teach setuptools to respect (some) build optionsEli Schwartz2023-09-141-38/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, setup.py was handled by: - manually passing makejobs, with a heuristic to guess whether it was a time saver to do so. - rm -rf'ing the build directory in between python versions to prevent cross-version contamination This is because in PEP 517 mode, it doesn't accept build options specific to a setuptools phase. So a crude hack is to just build_ext twice, once explicitly and once internally as part of bdist_wheel, and pray that in the latter case it detects that there's nothing to do. Unfortunately, sometimes build_ext does NOT detect that there is nothing to do -- e.g. for codegen tools such as mypyc, that produce *.c files which are different every time you try building. As for build directories, those were given up on as hopeless. There's a better hack which is to set a magic environment variable for a setup.cfg file which is parsed additionally to the one provided by the project. It can contain additional settings, such as the build-base and parallelism, which means that bdist_wheel intrinsically builds extensions in parallel the only time it is called. And we can set the output directory for all build artifacts to outside of the source tree, so it is no longer necessary to delete them (which among other things, makes debugging difficult). This is similar to .pydistutils.cfg, but is processed later and can be in arbitrary locations. Since we store it in the per-impl build directory we don't need to wipe it after using it to avoid leakage. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* perl-module.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-1/+1
| | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32703 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* kernel-2.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-1/+1
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-utils-2.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-2/+2
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* cuda.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-3/+3
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jupyterlab-server: keyword 2.25.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-python/openapi-core: keyword 0.18.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-python/openapi-spec-validator: keyword 0.6.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-python/openapi-schema-validator: keyword 0.6.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-python/jsonschema-spec: keyword 0.2.4 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/exfat-utils: keyword 1.4.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-apps/ipmitool: keyword 1.8.19 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-libs/openipmi: keyword 2.0.33 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/hfsplusutils: keyword 1.0.4-r3 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/hfsutils: keyword 3.2.6_p15 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-dialup/picocom: keyword 3.1 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/sysfsutils: keyword 2.1.1 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/mtd-utils: keyword 2.1.6 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/squashfs-tools-ng: forward ~loongWANG Xuerui2023-09-141-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-fs/squashfs-tools-ng: keyword 1.2.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-ruby/sqlite3: add 1.6.6Hans de Graaff2023-09-142-0/+54
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-admin/awscli: Bump to 1.29.47Michał Górny2023-09-142-0/+79
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/boto3: Bump to 1.28.47Michał Górny2023-09-142-0/+69
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/botocore: Bump to 1.31.47Michał Górny2023-09-142-0/+69
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/gopass-hibp: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass-summon-provider: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/git-credential-gopass: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass-jsonapi: add 1.15.8John Helmert III2023-09-132-0/+27
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass: add 1.15.8John Helmert III2023-09-132-0/+47
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* sys-libs/slang: filter-lto, -fno-strict-aliasingSam James2023-09-141-0/+87
| | | | | | | Not worth trying to fix the violations here. Closes: https://bugs.gentoo.org/880589 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: fix compilation with clangViorel Munteanu2023-09-142-0/+222
| | | | | | | | | | | | | | Compiling with clang works. Linking with lld produces broken executables (including the drivers). llvm-objcopy does not support the output format needed by refind. Try to force ld.bfd and binutils objcopy. Fail otherwise. Bug: https://bugs.gentoo.org/732256 Bug: https://bugs.gentoo.org/832018 Bug: https://bugs.gentoo.org/881131 Closes: https://github.com/gentoo/gentoo/pull/32710 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/libcacard: add freedesktop-gitlab upstream metadataSam James2023-09-141-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libcacard: add 2.8.1Sam James2023-09-142-0/+41
| | | | | | Bug: https://bugs.gentoo.org/676676 Closes: https://bugs.gentoo.org/914042 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/liboauth: adapt to curl dropping NSS supportSam James2023-09-142-1/+79
| | | | | | | | | | | Upstream recommended NSS in the past for licencing reasons but w/ OpenSSL 3 that's no longer a problem, plus curl >= 8.3 doesn't support NSS anymore. * In stable (r1->r2), just adapt in the naive way wrt USE dep default on curl now the flag is gone for NSS. * Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop old configure argsSam James2023-09-142-36/+18
| | | | | | | | No revbump as it makes 0 diff. to the effective configuration as NSS was straight up removed in 8.3.0 and the rest are just reflecting defaults (renamed options anyway). Signed-off-by: Sam James <sam@gentoo.org>
* app-text/ghostscript-gpl: add 10.02.0Sam James2023-09-142-0/+195
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/hwloc: add 2.9.3Sam James2023-09-142-0/+121
| | | | | Bug: https://bugs.gentoo.org/914155 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gdal: add 3.7.2Sam James2023-09-142-0/+288
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libmacaroons: add subslot dep on libsodiumSam James2023-09-141-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/0ad: add subslot dep on libsodiumSam James2023-09-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/bcachefs-tools: add subslot dep on libsodiumSam James2023-09-142-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>