commit: 261e997d3b0b0f9421e4088579f30c09bfe80684 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Feb 16 06:00:26 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Feb 16 07:29:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261e997d
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 <ionen <AT> gentoo.org> games-puzzle/pingus/pingus-9999.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) 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"
