From a6430ced5a7bcf96474039dd0573701fdbc68501 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 27 Apr 2024 07:41:50 -0400 Subject: [PATCH] dev-games/godot: drop 4.2.1 Signed-off-by: Ionen Wolkens --- dev-games/godot/Manifest | 1 - .../godot-4.0_beta3-headless-header.patch | 14 - dev-games/godot/godot-4.2.1.ebuild | 239 ------------------ 3 files changed, 254 deletions(-) delete mode 100644 dev-games/godot/files/godot-4.0_beta3-headless-header.patch delete mode 100644 dev-games/godot/godot-4.2.1.ebuild diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest index a3f5c91f62933..d3e0adfca7667 100644 --- a/dev-games/godot/Manifest +++ b/dev-games/godot/Manifest @@ -1,3 +1,2 @@ DIST godot-3.5.3-stable.tar.xz 24072964 BLAKE2B a4c03328e3aa77d741a1c642cfd645de04084f2852e865757fc8960c4919d3b8b8571e772f44004901fdd80a967e8e21bd8c6be8b36263db7afae787dcbd3ed6 SHA512 4c008af5bb7c298d465edbe03f6ebc642f5bbbb0a4254e99d7a7a88919e1f9424b98c5dff95a55ae68d4e2e5878c7c0bb7d13a66869cb632ecb51a913f865155 -DIST godot-4.2.1-stable.tar.xz 26687808 BLAKE2B 0f7d06b27e2e9174dad04d1926935a46c05d39349e73a0ed146815c21f1100be04cd772c2d6b16d96f70dbfe9a5727126b4dc782c3654c36282f39ca4df87f4d SHA512 ac09046532f5cf504bd57c867ac8fcb40b30848152cd6a95ee2a2d2c7e9cce027fdfceb66fcf1146e562cbca853a484da861c45c2a5fc0a63021d309bdf04590 DIST godot-4.2.2-stable.tar.xz 26768552 BLAKE2B e4a6040d7a1f63f841f56d74bb7b04e58f2fa26ddd8850df7f93937deb10c4af925ea2059c174d9f457222e0cddfe477498e3462bfaaf69ec8e57de8f2d43c83 SHA512 4a623063be5488957e1ede7e45b6865f6cd61bc954ac311587b9e97bed848a4083c4a7225d0a81bca285d854d33be9b07d7d0c21465c9f25b90e92b08090429c diff --git a/dev-games/godot/files/godot-4.0_beta3-headless-header.patch b/dev-games/godot/files/godot-4.0_beta3-headless-header.patch deleted file mode 100644 index 32475296d40a6..0000000000000 --- a/dev-games/godot/files/godot-4.0_beta3-headless-header.patch +++ /dev/null @@ -1,14 +0,0 @@ -Missing header for headless builds (quickfix, may not make much -sense to probe renderer on headless). - -os_linuxbsd.cpp:249:46: error: 'RenderingServer' has not been declared - -Caused by: https://github.com/godotengine/godot/commit/de768afbdcf ---- a/platform/linuxbsd/os_linuxbsd.cpp -+++ b/platform/linuxbsd/os_linuxbsd.cpp -@@ -34,4 +34,5 @@ - #include "main/main.h" - #include "servers/display_server.h" -+#include "servers/rendering_server.h" - - #include "modules/modules_enabled.gen.h" // For regex. diff --git a/dev-games/godot/godot-4.2.1.ebuild b/dev-games/godot/godot-4.2.1.ebuild deleted file mode 100644 index e3e0408382bac..0000000000000 --- a/dev-games/godot/godot-4.2.1.ebuild +++ /dev/null @@ -1,239 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit desktop python-any-r1 flag-o-matic scons-utils -inherit shell-completion toolchain-funcs xdg - -DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" -HOMEPAGE="https://godotengine.org/" -SRC_URI=" - https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz - https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz -" -S=${WORKDIR}/${P}-stable - -LICENSE=" - MIT - Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB - gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 ) -" -SLOT="4" -KEYWORDS="~amd64" -# Enable roughly same as upstream by default so it works as expected, -# except raycast (tools-only heavy dependency), and deprecated. -IUSE=" - alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast - +runner speech test +theora +tools +udev +upnp +vulkan +webp -" -# TODO: tests still need more figuring out -RESTRICT="test" - -# dlopen: libglvnd -RDEPEND=" - app-arch/brotli:= - app-arch/zstd:= - dev-games/recastnavigation:= - dev-libs/icu:= - dev-libs/libpcre2:=[pcre32] - media-libs/freetype[brotli,harfbuzz] - media-libs/harfbuzz:=[icu] - media-libs/libogg - media-libs/libpng:= - media-libs/libvorbis -