summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-themes/kvantum: drop 1.0.10Andreas Sturmlechner2024-09-252-78/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libssh: crank up test timeoutsMatoro Mahri2024-09-252-0/+8
| | | | | | | Bug: https://bugs.gentoo.org/935899 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/38766 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-electronics/nvc: bump to 1.14.0Maciej Barć2024-09-252-0/+117
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* sci-electronics/nvc: drop old 1.13.2Maciej Barć2024-09-252-117/+0
| | | | | Closes: https://bugs.gentoo.org/938120 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/crystal: bump to 1.13.3Maciej Barć2024-09-252-0/+124
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/package-lint: bump to 0.24Maciej Barć2024-09-252-0/+74
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/package-lint: drop old 0.22Maciej Barć2024-09-252-55/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/cider: bump to 1.16.0Maciej Barć2024-09-252-0/+62
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/swift-mode: bump to 9.2.0Maciej Barć2024-09-252-0/+26
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/swift-mode: drop old 9.0.0Maciej Barć2024-09-252-26/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-vcs/sourcegit: bump to 8.31Maciej Barć2024-09-252-0/+119
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-dotnet/fantomas: bump to 6.3.15Maciej Barć2024-09-252-0/+294
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-dotnet/fable: bump to 4.20.0Maciej Barć2024-09-252-0/+322
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-editors/focuswriter: drop 1.7.6Andreas Sturmlechner2024-09-253-84/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-apps/usermode-utilities: drop 20070815-r4, 20070815-r5Andreas Sturmlechner2024-09-252-91/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-fs/mp3fs: drop 1.1.1-r4Andreas Sturmlechner2024-09-251-31/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-fonts/intlfonts: drop 1.4.1Andreas Sturmlechner2024-09-252-34/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-calculators/qalculate-qt: drop 4.8.0, 4.8.1, 5.0.0, 5.2.0Andreas Sturmlechner2024-09-255-143/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-calculators/qalculate-qt: Switch to Qt6Christopher Fore2024-09-251-0/+32
| | | | | | | | | | | | | - Convert dependencies to Qt6 variants - Convert build instructions to Qt6 variants - Verified in-program that it was using Qt6 - Inherit `xdg` to fix QA warnings - Add binding slot operator to properly rebuild Closes: https://bugs.gentoo.org/940133 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/38759 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/krita: add 5.2.5Andreas Sturmlechner2024-09-252-0/+135
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-misc/latte-dock: treecleanAndreas Sturmlechner2024-09-255-115/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-perl/Math-Pari: update SRC_URI for httpsEli Schwartz2024-09-251-1/+1
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-perl/Math-Pari: fix broken SRC_URIEli Schwartz2024-09-251-2/+2
| | | | | | | | | | | The vendored copy of an external dependency has been repeatedly upgraded upstream. sci-mathematics/pari is at version 2.15.5, but this package vendors 2.3.5. The upstream distfiles site still provides all versions, they just moved a lot of them into an OLD/ directory. Use the correct url for downloading; checksum remains the same. Closes: https://bugs.gentoo.org/850478 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* toolchain.eclass: ban the use of rlibtoolEli Schwartz2024-09-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dev-build/slibtool provides an alternative implementation of libtool which is intended to hook itself into and replace the ltmain.sh-based ./libtool shell scripts installed into an autotools build system. It has some interesting quirks. In particular, it takes the idea of "packagers don't want to install libtool archives for random libraries because nobody uses them and pkg-config is better" and runs with it. It runs quite far with it, as it doesn't install them at all without a new flag passed to slibtool. This is redundant with our existing approach of deleting them in src_install when we know they are useless, and is downright broken in cases such as GCC, where the libtool archives are load-bearing and the resultant compiler is, in their absence, nonfunctional. slibtool supports a variety of wrappers to enable reasonable functionality which it by default disabled. The official recommendation is you are supposed to use "rlibtool" to replace ./libtool as it performs heuristics based on the generated config. But we actually need "rclibtool", which both respects the generated config and also generates the *.la archives and leaves it up to ebuilds to decide whether they should be removed. Raise a fatal error if the user has misconfigured slibtool. This prevents the user from building a broken and malformed GCC. Closes: https://bugs.gentoo.org/932245 Closes: https://bugs.gentoo.org/924150 Closes: https://bugs.gentoo.org/931268 Closes: https://bugs.gentoo.org/931279 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> Reviewed-by: Sam James <sam@gentoo.org>
* dev-cpp/xsimd: fix python version for docAlfredo Tupone2024-09-251-4/+18
| | | | | Closes: https://bugs.gentoo.org/932821 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-build/libtool: add 2.5.3Sam James2024-09-252-0/+152
| | | | | | | Unkeyworded for testing. Note that 2.5.3 is a stable release upstream, not an alpha (seems that odd/even isn't being used anymore?) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libltdl: add 2.5.3Sam James2024-09-252-0/+49
| | | | | | | Unkeyworded for testing. Note that 2.5.3 is a stable release upstream, not an alpha (seems that odd/even isn't being used anymore?) Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/mtd-utils: bump to 2.2.1Robin H. Johnson2024-09-252-0/+59
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/fotema: Make it work without flatpak-spawnMichał Górny2024-09-251-0/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/fotema: Remove oldMichał Górny2024-09-253-164/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/zoxide: add 0.9.6Johannes Huber2024-09-252-0/+194
| | | | | Signed-off-by: Johannes Huber <johu@gmx.de> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-util/gitlab-cli: fix BDEPENDWilliam Hubbs2024-09-251-2/+3
| | | | | | | gitlab-cli 1.46.0 requires go 1.23. Closes: https://bugs.gentoo.org/940041 Signed-off-by: William Hubbs <williamh@gentoo.org>
* Revert "dev-util/debootstrap: keyword 1.0.134 for ~loong"Joonas Niilola2024-09-251-1/+1
| | | | | | | This reverts commit 25832846248672aa642104af18d6a3a6a5cf3d88. All dependencies can't be resolved on ~loong, fixes NonsolvableDepsInStable. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-vcs/git: add 2.46.2Sam James2024-09-252-0/+670
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/maturin: add 1.7.3Ionen Wolkens2024-09-252-0/+577
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-proxy/haproxy-dataplaneapi: drop 2.8.0, 2.8.1Patrick Lauer2024-09-253-58/+0
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* net-proxy/haproxy-dataplaneapi: add github upstream metadataPatrick Lauer2024-09-251-0/+3
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* net-proxy/haproxy-dataplaneapi: add 3.0.1Patrick Lauer2024-09-252-0/+29
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* gnome-extra/nemo-fileroller: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon: Stabilize 6.2.9 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/xdg-desktop-portal-xapp: Stabilize 1.0.9 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/nemo: Stabilize 6.2.8 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-translations: Stabilize 6.2.2 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-session: Stabilize 6.2.1 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-screensaver: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-control-center: Stabilize 6.2.0-r1 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-settings-daemon: Stabilize 6.2.0-r1 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/muffin: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cjs: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gnome-extra/cinnamon-menus: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>