summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-ruby/flexmock: drop 2.4.0Hans de Graaff2024-11-112-45/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/base: mask www-client/chromium[system-icu]Matt Jolly2024-11-111-0/+6
| | | | | | | | | | | | | Chromium fails to build with ICU 76.1. While we could work around this in the ebuild, we already have machinery in place that enables us to toggle the use of the bundled library; we'll mask the USE for a little while until upstream have sorted it out. Given how fast Chromium moves this should not stick around for too long. Bug: https://bugs.gentoo.org/943216 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* www-client/chromium: restrict LLVM_COMPATMatt Jolly2024-11-112-2/+2
| | | | | | | | The combination of RUST_MIN_USE and LLVM_COMPAT means that llvm_slot_17 will never be able to generate an appropriate dependency. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* www-client/chromium: add missing test exclusionsMatt Jolly2024-11-111-0/+27
| | | | | | | | | These were dropped during the great rust upheaval of 2024. More seriously, the -r1 revbump was made before they were added and the change was not noticed. Restored from git history. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* www-client/chromium: add 131.0.6778.33Matt Jolly2024-11-112-0/+1424
| | | | | | | Trying something new: 131 has hit early stable. We will promote it to the stable subslot but not file a stablereq. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* games-strategy/freeciv: add 3.1.3Matt Jolly2024-11-112-0/+202
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* games-board/jja: add 0.9.1-r2; update liveMatt Jolly2024-11-113-406/+59
| | | | | | | | | | | | There were some significant QA issues in both ebuilds that made it worth a revbump. - Live ebuild used stale crates; now uses `cargo_live_src_unpack` - packaged 0.9.1 did `rm` and `mv` instead of setting ${S} - missing `rust_pkg_setup` - made ebuilds consistent. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* */*: fix rust eclass usedep/mutlilib handling; inherit orderMatt Jolly2024-11-1139-51/+58
| | | | | | | | | | | | The rust eclass has been updated to directly inject a required MULTILIB_USEDEP when requested. RUST_USEDEP has been renamed to RUST_REQUIRED_USE to be consistent with other eclasses. llvm-r1 should be imported after cargo and the eclass now enables this. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* eclass: update rust usedep handling; address feedbackMatt Jolly2024-11-111-60/+66
| | | | | | | | | | | | | | - Inherit llvm-r1 where required and let it die if LLVM_COMPAT is not set. - New variable: RUST_MULTILIB; if set will generate a multilib usedep for supported rust slots. - RUST_USEDEP -> RUST_REQ_USE to be consistent with other eclasses (ebuild updates handled in a followup commit). - Tidyup & address feedback - Improve RUST_MIN_VER (only) dependency specification Closes: https://bugs.gentoo.org/943206 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* cargo.eclass: check for and quote `CARGO`Matt Jolly2024-11-111-6/+16
| | | | | | | | | | | | A quick sanity check that `CARGO` is set in appropriate cargo_src_* phase functions will make it easier for users to catch occurrences where pkg_setup does not call rust_pkg_setup. Also inherit llvm-r1 if required and let it die instead of us if the environment is not properly setup. Closes: https://bugs.gentoo.org/943147 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-admin/ansible-lint: drop 24.2.2, 24.6.0John M. Harris Jr.2024-11-113-118/+0
| | | | | | Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me> Closes: https://github.com/gentoo/gentoo/pull/39212 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/ansible-lint: add 24.9.2John M. Harris Jr.2024-11-113-0/+85
| | | | | Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/abcmidi: Stabilize 2024.10.10 amd64, #943219Sam James2024-11-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/abcmidi: Stabilize 2024.10.10 x86, #943219Sam James2024-11-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/protobuf-python: Stabilize 5.28.0 arm64, #943211Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/gl2ps: Stabilize 1.4.2-r1 arm64, #943173Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/libheif: Stabilize 1.18.2-r1 arm64, #943171Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* mail-mta/courier: Stabilize 1.3.13 arm64, #943165Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/courier-authlib: Stabilize 0.72.3 arm64, #943165Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/courier-unicode: Stabilize 2.3.1 arm64, #943165Arthur Zamarin2024-11-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-ruby/flexmock: avoid unneeded USE=docHans de Graaff2024-11-111-1/+0
| | | | | Closes: https://bugs.gentoo.org/942854 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-java/jansi: add 1.18Volkmar W. Pogatzki2024-11-112-0/+41
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/a65a3de6c3d8092ad5bb7ccac7c561336a0e84ff Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-ruby/nokogiri: add 1.16.7Hans de Graaff2024-11-112-0/+97
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/net-imap: add 0.4.18Hans de Graaff2024-11-112-0/+40
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/mixlib-shellout: drop 3.2.7Hans de Graaff2024-11-112-34/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/mixlib-shellout: add 3.3.4Hans de Graaff2024-11-112-0/+33
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/aws-partitions: drop 1.863.0, 1.897.0Hans de Graaff2024-11-113-43/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/aws-partitions: add 1.1003.0Hans de Graaff2024-11-112-0/+21
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/activesupport: add 8.0.0Hans de Graaff2024-11-112-0/+90
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-java/pdfbox: add 2.0.32Volkmar W. Pogatzki2024-11-112-0/+270
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/33700 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/xmpbox: add 2.0.32Volkmar W. Pogatzki2024-11-112-0/+59
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/fontbox: add 2.0.32Volkmar W. Pogatzki2024-11-112-0/+88
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/jbig2-imageio: add 3.0.4Volkmar W. Pogatzki2024-11-112-0/+45
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* sec-keys/openpgp-keys-apache-pdfbox: new package, add 20141029Volkmar W. Pogatzki2024-11-113-0/+28
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* net-dns/c-ares: drop versionsSam James2024-11-117-618/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/c-ares: add 1.34.3Sam James2024-11-112-0/+111
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/icu-le-hb: add 2.0.0Sam James2024-11-112-0/+32
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/openttd: add 14.1Sam James2024-11-113-0/+169
| | | | | Closes: https://bugs.gentoo.org/931582 Signed-off-by: Sam James <sam@gentoo.org>
* Rename dev-python/{gmpy → gmpy2}Michał Górny2024-11-1115-17/+18
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Rename dev-python/{jinja → jinja2}Michał Górny2024-11-11168-206/+207
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sphinxcontrib-log-cabinet: Enable py3.13Michał Górny2024-11-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pallets-sphinx-themes: Enable py3.13Michał Górny2024-11-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/aiohttp: Bump to 3.11.0_rc0Michał Górny2024-11-112-0/+132
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/zipp: Bump to 3.21.0Michał Górny2024-11-112-0/+54
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hatchling: Bump to 1.26.1Michał Górny2024-11-112-0/+106
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jedi: Bump to 0.19.2Michał Górny2024-11-112-0/+86
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/a2wsgi: Remove oldMichał Górny2024-11-111-49/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hypothesis: Bump to 6.118.7Michał Górny2024-11-112-0/+104
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pallets-sphinx-themes: Remove oldMichał Górny2024-11-112-27/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pallets-sphinx-themes: Keyword 2.3.0 alpha, #941646Matoro Mahri2024-11-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org>