summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-1419-36/+36
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/python: remove dev-lang/python-exec dep (3.8)David Seifert2023-01-142-3/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/swig: add missing dieSam James2023-01-131-1/+1
| | | | | Fixes: a9ac283e99d7992fd6aceecee6dc96c30e282d31 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.66.1 arm64, #890541Sam James2023-01-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.66.1 arm64, #890541Sam James2023-01-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/swig: silence autoreconf warningsSam James2023-01-131-0/+1
| | | | | | | When it runs autoreconf for the subdirs (CCache), it warns about the extra dirs we pass being missing. Symlink to silence it. Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.2.1 sparc, #890367Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.1.14 sparc, #890367Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.0.27 sparc, #890367Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 7.4.33-r1 sparc, #890367Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/swig: fix configure w/ clang 16Sam James2023-01-132-0/+92
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: allow rust-analyzer and wasmGeorgy Yakovlev2023-01-121-3/+0
| | | | | | | Bug was fixed upstream, closing, as previous versions go away anyway. Closes: https://bugs.gentoo.org/874885 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.66.1 ppc, #890541Sam James2023-01-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.66.1 ppc, #890541Sam James2023-01-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.66.1 amd64, #890541Sam James2023-01-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.66.1 amd64, #890541Sam James2023-01-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.66.1 ppc64, #890541Georgy Yakovlev2023-01-111-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.66.1 ppc64, #890541Georgy Yakovlev2023-01-111-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust-bin: update LICENSEGeorgy Yakovlev2023-01-111-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: update LICENSEGeorgy Yakovlev2023-01-111-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust-bin: add 1.66.1, drop 1.66.0Georgy Yakovlev2023-01-112-35/+35
| | | | | Bug: https://bugs.gentoo.org/89037 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: add 1.66.1, drop 1.66.0Georgy Yakovlev2023-01-112-4/+4
| | | | | Bug: https://bugs.gentoo.org/890371 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/go: add 1.18.10, 1.19.5William Hubbs2023-01-113-0/+399
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/go: drop 1.18.7, 1.19.2William Hubbs2023-01-113-399/+0
| | | | | Bug: https://bugs.gentoo.org/883783 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/python: Remove obsolete --with-system-ffi in 3.12.0_alpha4Michał Górny2023-01-111-1/+0
| | | | | | | | System libffi is now used unconditionally, so stop passing the relevant option. Closes: https://bugs.gentoo.org/890455 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/lazarus: change name to ${P}Amy Liffey2023-01-111-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28789 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* dev-lang/lazarus: fix calling `gcc` directlyMichael Corvinus2023-01-112-3/+19
| | | | | | | | | | | | | The build system does things like GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`) Replace with ${CC}. Add QA_FLAGS_IGNORED and QA_PRESTRIPPED as FPC doesn't care about CFLAGS and does its own stripping. Closes: https://bugs.gentoo.org/818154 Closes: https://bugs.gentoo.org/737060 Signed-off-by: Michael Corvinus <voron1@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org>
* dev-lang/ammonite-repl-bin: drop 2.5.4-r1Florian Schmaus2023-01-112-48/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-lang/ammonite-repl-bin: add 2.5.6Florian Schmaus2023-01-112-0/+48
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-lang/zig: use correct binary for testing 0.10.0Eric Joldasov2023-01-112-1/+45
| | | | | | | | | | | | | According to upstream [1], 'stage3' binary should be used for testing instead of 'stage2'. Thanks to Frederik Schwan and Sam James for pointing this out! Also split tests so than we can know more accurately what test step failed. [1] https://www.github.com/ziglang/zig/issues/14240#issuecomment-1374634325 Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/29059 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Bump to 3.12.0_alpha4Michał Górny2023-01-112-0/+508
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/nim: enable testsAnna Vyalkova2023-01-113-4/+104
| | | | | | | | | | Some categories are skipped: * arc, valgrind: need function valgrind * ic: random failures Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/29006 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/python: Remove wininst blobs in src_prepareHaelwenn (lanodan) Monnier2023-01-102-0/+740
| | | | | | | | | | | | This allows to use tools such as https://hacktivis.me/projects/deblob at post_src_prepare to proactively remove executables. Might also be worth it to remove in 3.9 with lacks USE=wininst but still has the wininst blobs in the tarball. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/29037 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/mujs: drop 1.2.0, 1.3.0Joonas Niilola2023-01-093-124/+0
| | | | | Bug: https://bugs.gentoo.org/882775 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/ispc: Stabilize 1.18.0 amd64, #886717Joonas Niilola2023-01-081-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/swi-prolog: re-order "cmake_use_find_package qt6" on 9.1.2Joonas Niilola2023-01-081-2/+9
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/swi-prolog: add 9.1.2Anna Vyalkova2023-01-083-1/+168
| | | | | | | | | | | | | | | | | | | | Lots of changes! * EAPI 7 -> 8 * xdg-utils -> xdg * Improved constraints * Add REQUIRED_USE * New "ipc" USE flag (depends on !minimal) * Dropped "uuid" (part of !minimal now) * Follow Gentoo policy on Qt USE flags * Add PGO support * Add missing X deps * Bump JUnit dep * Fix -Werror Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/28115 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/swi-prolog: drop 8.4.2Anna Vyalkova2023-01-082-134/+0
| | | | | | Closes: https://bugs.gentoo.org/879577 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/zig: add patch from upstream for 0.10.0Eric Joldasov2023-01-082-1/+68
| | | | | | | Closes: https://bugs.gentoo.org/886569 Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/28997 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/tcc: Stabilize 0.9.27_p20211022 amd64, #888111Arthur Zamarin2023-01-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/haxe: revbump due to no-stripMaciej Barć2023-01-071-1/+1
| | | | | Bug: https://github.com/gentoo/gentoo/pull/28994 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/haxe: Build haxe without stripping debugging symbolsMagelessMayhem2023-01-071-1/+1
| | | | | | | | | | | | The Haxe ebuild in its current state breaks its own library manager, haxelib. This is due to Haxe's building process, where it strips its own binaries prior to installation. This small but important fix restores the functionality of haxelib and allows Haxe programmers to finally install libraries. Signed-off-by: Sebastian France <MagelessMayhem@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28994 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 arm64, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 arm, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 ppc, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 amd64, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 ppc64, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 x86, #889968Sam James2023-01-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/mujs: Stabilize 1.3.2 sparc, #889968Sam James2023-01-061-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Version bump for 8.2.1Brian Evans2023-01-052-0/+760
| | | | | Bug: https://bugs.gentoo.org/889882 Signed-off-by: Brian Evans <grknight@gentoo.org>