summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-electronics/kicad: stabilize 6.0.9 for amd64Marek Szuba2023-02-081-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-doc/kicad-doc: stabilize 6.0.9 for amd64Marek Szuba2023-02-081-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/ruff: add 0.0.244, drop 0.0.243Patrick McLean2023-02-082-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* profiles/default/linux/arm/17.0/musl: update bug ref in maskSam James2023-02-081-1/+1
| | | | | Bug: https://bugs.gentoo.org/893654 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: unmask gprofng for newer binutilsSam James2023-02-081-1/+1
| | | | | Closes: https://bugs.gentoo.org/865113 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: fix 1.67.0 with both doc and wasm enabledGeorgy Yakovlev2023-02-082-0/+35
| | | | | Closes: https://bugs.gentoo.org/892513 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/simber: remove python_requiresMaciej Barć2023-02-081-0/+6
| | | | | Closes: https://bugs.gentoo.org/893620 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-ml/ppx_inline_test: patch for newest ppxlibMaciej Barć2023-02-082-0/+51
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-qt/qtsql: Fix CVE-2023-24607Andreas Sturmlechner2023-02-083-0/+400
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-ruby/facter: add 4.3.0Matthew Thode2023-02-082-0/+47
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* profiles/default/linux/arm/17.0/musl: mask sys-devel/gcc[sanitize]Sam James2023-02-081-0/+9
| | | | | Bug: https://bugs.gentoo.org/892079 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pkgcraft: fix fetching cratesSam James2023-02-083-314/+760
| | | | | | | | | The tarball fetched from github doesn't contain the scallop submodule and gyakovlev explained the possible issues w/ mixing crate build & github tag tarball builds because of the risk of mismatches. Thanks-to: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/binutils: 2.40 patchset 2 bumpAndreas K. Hüttel2023-02-082-0/+493
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-geosciences/geopy: add 2.3.0Alfredo Tupone2023-02-082-0/+22
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* games-simulation/openttd: add 13.0Sam James2023-02-082-0/+132
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/dnscrypt-proxy: add 2.1.4Sam James2023-02-082-0/+103
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vlc: drop 3.0.17.4-r2Sam James2023-02-082-514/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* cargo.eclass: silence declare -p stderrGeorgy Yakovlev2023-02-081-1/+1
| | | | | | | Otherwise it prints cargo.eclass: line 201: declare: GIT_CRATES: not found Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-util/ruff: new package, add 0.0.243Patrick McLean2023-02-083-0/+722
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sys-apps/mawk: keyword 1.3.4_p20230203Sam James2023-02-081-7/+1
| | | | | | | | | See upstream comment at https://bugzilla.redhat.com/show_bug.cgi?id=2167291#c4, the warning in CHANGES is only about a new feature, rather than a regression. It's more important that we get the configure fixes in anyway. Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rustup: add 1.25.2Georgy Yakovlev2023-02-082-0/+404
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* cargo.eclass: make GIT_CRATES non-pre-inheritGeorgy Yakovlev2023-02-081-2/+1
| | | | | | it just has to be defined before cargo_gen_config Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/pybind11: drop 2.9.2-r1, 2.10.0, 2.10.2Andreas Sturmlechner2023-02-084-204/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/mysql-connector-c++: drop 1.1.12-r2Andreas Sturmlechner2023-02-085-122/+0
| | | | | Bug: https://bugs.gentoo.org/834439 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/rustup: migrate to GIT_CRATES in cargo.eclassGeorgy Yakovlev2023-02-082-13/+7
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* cargo.eclass: Add support for GIT_CRATESPatrick McLean2023-02-081-0/+103
| | | | | | | | | | | | | | | | | This adds support for an associative array called GIT_CRATES containing any crates that must be fetched from git rather than just cargo crates. This will add the code to the cargo config to make sure that the locations are overridden so cargo won't try to fetch the crates from git. Currently it automatically handle GitHub and GitLab URIs, and will accept arbitrary URIs. Bug: https://bugs.gentoo.org/608396 Issue: https://github.com/gentoo/cargo-ebuild/issues/33 Closes: https://github.com/gentoo/gentoo/pull/29289 Tested-By: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Patrick McLean <chutzpah@gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-filter/maildrop: add 3.1.0Alfredo Tupone2023-02-082-0/+139
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* app-crypt/sequoia-chameleon-gnupg: new package, add 0.2.0Sam James2023-02-083-0/+629
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/ppxlib: add 0.29.0Alfredo Tupone2023-02-082-0/+40
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-ml/seq: add 0.3.1Alfredo Tupone2023-02-082-0/+18
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* Revert "app-editors/neovim: fixes (see commit details)"Sam James2023-02-083-14/+69
| | | | | | | | This reverts commit fca327914eac530d8b37251ba459ae8a454de0e1. Breaks applying patches to 0.8.2/0.8.3. Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/mew: add 6.8_p20230203Ulrich Müller2023-02-083-0/+51
| | | | | | | | Snapshot from Git because last release was in 2018. Closes: https://bugs.gentoo.org/893174 Reported-by: Teika kazura <teika@gmx.com> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/bpftrace: remove unused patchMichael Mair-Keimberger2023-02-081-30/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29486 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* x11-drivers/nvidia-drivers: add 525.89.02Ionen Wolkens2023-02-082-0/+636
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* Rename dev-python/{redis-py → redis}Michał Górny2023-02-0834-34/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/redis-py: Set MY_P to prepare for renameMichał Górny2023-02-085-5/+15
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* llvm.org.eclass: Remove 16.0.0 snapshot hashesMichał Górny2023-02-081-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm-common: Remove 16.0.0 snapshotsMichał Górny2023-02-083-58/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Remove 16.0.0 snapshotsMichał Górny2023-02-083-1030/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-ml/llvm-ocaml: Remove 16.0.0 snapshotsMichał Górny2023-02-083-226/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-common: Remove 16.0.0 snapshotsMichał Górny2023-02-083-340/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 16.0.0 snapshotsMichał Górny2023-02-083-947/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/clang-python: Remove 16.0.0 snapshotsMichał Górny2023-02-083-110/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/lit: Remove 16.0.0 snapshotsMichał Górny2023-02-083-86/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/lld: Remove 16.0.0 snapshotsMichał Górny2023-02-083-182/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/lldb: Remove 16.0.0 snapshotsMichał Górny2023-02-083-232/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Remove 16.0.0 snapshotsMichał Górny2023-02-083-300/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove 16.0.0 snapshotsMichał Górny2023-02-083-434/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove 16.0.0 snapshotsMichał Górny2023-02-083-248/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove 16.0.0 snapshotsMichał Górny2023-02-083-234/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>