diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-16 01:00:26 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-16 02:29:39 -0500 |
commit | 261e997d3b0b0f9421e4088579f30c09bfe80684 (patch) | |
tree | 8925dc12c6a971b38845a4e1f83046f63cf4a904 /games-puzzle | |
parent | games-puzzle/pingus: EAPI7->8, enable py3.11 (diff) | |
download | gentoo-261e997d3b0b0f9421e4088579f30c09bfe80684.tar.gz gentoo-261e997d3b0b0f9421e4088579f30c09bfe80684.tar.bz2 gentoo-261e997d3b0b0f9421e4088579f30c09bfe80684.zip |
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@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pingus/pingus-9999.ebuild | 31 |
1 files changed, 0 insertions, 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" |