From 156fcd210fbb0f153410b0fccae695ae79c238e2 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 24 Mar 2023 21:58:36 -0400 Subject: dev-games/godot: drop 3.5.1, 4.0 Signed-off-by: Ionen Wolkens --- dev-games/godot/godot-3.5.1.ebuild | 218 ------------------------------------- 1 file changed, 218 deletions(-) delete mode 100644 dev-games/godot/godot-3.5.1.ebuild (limited to 'dev-games/godot/godot-3.5.1.ebuild') diff --git a/dev-games/godot/godot-3.5.1.ebuild b/dev-games/godot/godot-3.5.1.ebuild deleted file mode 100644 index 46062505910b..000000000000 --- a/dev-games/godot/godot-3.5.1.ebuild +++ /dev/null @@ -1,218 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit bash-completion-r1 desktop python-any-r1 scons-utils 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" -S="${WORKDIR}/${P}-stable" - -LICENSE=" - MIT - Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB - gui? ( CC-BY-4.0 ) tools? ( BitstreamVera OFL-1.1 )" -SLOT="3" -KEYWORDS="~amd64" -# Enable roughly same as upstream by default so it works as expected, -# except raycast (tools-only heavy dependency), and deprecated. -IUSE=" - +bullet debug deprecated +gui pulseaudio raycast +runner +theora - +tools +udev +upnp +webm +webp" - -# dlopen: alsa-lib,pulseaudio,udev -RDEPEND=" - app-arch/zstd:= - dev-games/recastnavigation:= - dev-libs/libpcre2:=[pcre32] - media-libs/freetype[brotli] - media-libs/libpng:= -