From a5e68a3af5ff75fce4bfabbfc455797b54ca99f1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 1 May 2026 14:56:24 +0200 Subject: [PATCH] games-engines/solarus: drop 1.6.5 Closes: https://bugs.gentoo.org/953383 Signed-off-by: Andreas Sturmlechner --- games-engines/solarus/Manifest | 1 - games-engines/solarus/solarus-1.6.5.ebuild | 79 ---------------------- profiles/package.mask | 1 - 3 files changed, 81 deletions(-) delete mode 100644 games-engines/solarus/solarus-1.6.5.ebuild diff --git a/games-engines/solarus/Manifest b/games-engines/solarus/Manifest index a575f8e8cc1e..a58aeaffead0 100644 --- a/games-engines/solarus/Manifest +++ b/games-engines/solarus/Manifest @@ -1,2 +1 @@ -DIST solarus-v1.6.5.tar.gz 15010899 BLAKE2B 96a67c7210c70d23d3fa08e24ee2c4cfbeb6e95dce7236ab860695bf4fc57aaa5d54b02e25ad2f10dfc498cc836bf83753d99cbeca1ff7bf496f7d589accbbf5 SHA512 3fc7473f1b7dd80cbcb0a7a639701f8b12bd40ee918a7853805bd54f877e752b4c31c26828e62248ca4594b3aed41a8c61a16be3b14b293f08d9ba938a723e91 DIST solarus-v2.0.3.tar.bz2 70803222 BLAKE2B 9181d117989ba0cbe55b3247bc15ca5c4697a3e1f347fe10df9e233957eec2c076aef1d695e5fd1e8bea53c0711bf3f84099b88ce93226ecc430b06efb295662 SHA512 e761c37fd1cf668f73158f2676e101d2182c6dbd0009d119bd2d453d917bcb8d6255c8054219585a3b8393e3721eaeab997aa832d3aaa3a65e47c394aee486cc diff --git a/games-engines/solarus/solarus-1.6.5.ebuild b/games-engines/solarus/solarus-1.6.5.ebuild deleted file mode 100644 index 28ba18e83b78..000000000000 --- a/games-engines/solarus/solarus-1.6.5.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-1 luajit ) - -inherit cmake lua-single optfeature virtualx - -DESCRIPTION="An open-source Zelda-like 2D game engine" -HOMEPAGE="https://www.solarus-games.org/" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://gitlab.com/solarus-games/solarus.git" - EGIT_BRANCH="dev" - inherit git-r3 -else - SRC_URI="https://gitlab.com/solarus-games/solarus/-/archive/v${PV}/solarus-v${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="doc" - -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND=" - ${LUA_DEPS} - dev-games/physfs - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-libs/libmodplug - >=media-libs/libsdl2-2.0.1[X,joystick,video] - media-libs/libvorbis - media-libs/openal - media-libs/sdl2-image[png] - >=media-libs/sdl2-ttf-2.0.12 -" - -DEPEND=" - ${RDEPEND} -" - -BDEPEND=" - doc? ( app-text/doxygen ) -" - -if ! [[ ${PV} == 9999 ]]; then - S="${WORKDIR}/solarus-v${PV}" -fi - -src_configure() { - local mycmakeargs=( -DSOLARUS_USE_LUAJIT="$(usex lua_single_target_luajit)" ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - if use doc ; then - cd doc && doxygen || die - fi -} - -src_test() { - # lua/bugs-{1200,1210} are GUI tests that require X - # With EAPI 8, one of the last tests hangs with >= j3 - virtx cmake_src_test -j1 -} - -src_install() { - cmake_src_install - use doc && dodoc -r doc/${PV%.*}/html/* -} - -pkg_postinst() { - optfeature "the Solarus Quest Editor" games-misc/solarus-quest-editor -} diff --git a/profiles/package.mask b/profiles/package.mask index 508dfb53465d..3a65f04c4c81 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -145,7 +145,6 @@ net-misc/x2goclient # Both games-rpg/zsdx and games-rpg/zsxd are potentially fixed for Solarus 2.0 # in git master, but that requires someone motivated enough to try it out. # Removal on 2026-05-11. -