From 261e997d3b0b0f9421e4088579f30c09bfe80684 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 16 Feb 2023 01:00:26 -0500 Subject: games-puzzle/pingus: drop broken live ebuild - nonsense with misnamed .gitmodules - broken with current libfmt - broken with either gcc12 or current boost (unsure, missing headers) (perhaps more given haven't tried to go beyond that) Meant to do a snapshot before if situation improves (worked but was still kind of messy / mid-development), but that does not seem to be a good time still. Unfortunate given this would migrate to SDL2 and get rid of scons. Could re-add if it builds again without having to patch downstream. Old sdl1 pingus still works somehow. Signed-off-by: Ionen Wolkens --- games-puzzle/pingus/pingus-9999.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 games-puzzle/pingus/pingus-9999.ebuild (limited to 'games-puzzle') diff --git a/games-puzzle/pingus/pingus-9999.ebuild b/games-puzzle/pingus/pingus-9999.ebuild deleted file mode 100644 index 86efbe6553a5..000000000000 --- a/games-puzzle/pingus/pingus-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg cmake git-r3 - -DESCRIPTION="Free Lemmings clone" -HOMEPAGE="https://pingus.gitlab.io/" -EGIT_REPO_URI="https://gitlab.com/pingus/pingus.git" - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - dev-libs/jsoncpp:= - dev-libs/libfmt:= - dev-libs/libsigc++:2 - media-libs/libmodplug - media-libs/libpng:= - media-libs/libsdl2[joystick,opengl,video] - media-libs/libvorbis - media-libs/openal - media-libs/opusfile - media-libs/sdl2-image[jpeg,png] - media-sound/mpg123 - virtual/opengl" -DEPEND=" - ${RDEPEND} - dev-libs/boost - media-libs/glm" -- cgit v1.2.3-65-gdbad