commit: 2b5c2400d2216ebfa958c6e4b7fffd0b54a68651 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Fri Jul 11 22:49:49 2025 +0000 Commit: Alexander Tsoy <alexander <AT> tsoy <DOT> me> CommitDate: Fri Jul 11 22:51:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b5c2400
games-fps/quakespasm: drop 0.94.1-r1 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> games-fps/quakespasm/Manifest | 1 - .../files/quakespasm-0.94.1-makefile.patch | 20 ---------- games-fps/quakespasm/metadata.xml | 3 -- games-fps/quakespasm/quakespasm-0.94.1-r1.ebuild | 43 ---------------------- 4 files changed, 67 deletions(-) diff --git a/games-fps/quakespasm/Manifest b/games-fps/quakespasm/Manifest index e4cf96e888..ba92939d5b 100644 --- a/games-fps/quakespasm/Manifest +++ b/games-fps/quakespasm/Manifest @@ -1,2 +1 @@ -DIST quakespasm-0.94.1.tar.gz 9900452 BLAKE2B 21fc363d09e1fbf8f8217d54ad18e38e51e715dc4fe92d591d605b24bae52f9554159c4cc4c97842e6e3e34efb8d422c5a5fe5edc91ae354f97935ae23051047 SHA512 17b7fc74a5e3932b6341c36d957f86ffc01e88013971be2eb4252b57fceecaebeb5cd9a67619ebd38422dfe0fbdbe06a5e5486dcf82ff17fb7d1b0ba664b1cf0 DIST quakespasm-0.96.3.tar.gz 11552047 BLAKE2B 70412a86b549995011bf3e68f20f2b997ed22dcc2db49c2c107326f0db58205f14efcfcacb6c29f7c198051b8e4d8fbea42dd489d1b4b368fb7bcc530a70b8f5 SHA512 e8500d566a6cc6532c81823aa7775a48d9edcecc053528477d3c360ba17b8895b5fbda20b2679f571c9996da58d411eed1f975ef9435beb63a3261c14082f18e diff --git a/games-fps/quakespasm/files/quakespasm-0.94.1-makefile.patch b/games-fps/quakespasm/files/quakespasm-0.94.1-makefile.patch deleted file mode 100644 index e3ce6b14b5..0000000000 --- a/games-fps/quakespasm/files/quakespasm-0.94.1-makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://bugs.gentoo.org/795759 -https://bugs.gentoo.org/887677 ---- a/Quake/Makefile -+++ b/Quake/Makefile -@@ -49,7 +49,6 @@ STRIP ?= strip - PKG_CONFIG ?= pkg-config - - CPUFLAGS= --LDFLAGS = - DFLAGS ?= - CFLAGS ?= -Wall -Wno-trigraphs - CFLAGS += $(CPUFLAGS) -@@ -59,7 +58,6 @@ CFLAGS += -g - do_strip= - else - DFLAGS += -DNDEBUG --CFLAGS += -O2 - CFLAGS += $(call check_gcc,-fweb,) - CFLAGS += $(call check_gcc,-frename-registers,) - cmd_strip=$(STRIP) $(1) diff --git a/games-fps/quakespasm/metadata.xml b/games-fps/quakespasm/metadata.xml index 88b6d447f2..1d9c20d652 100644 --- a/games-fps/quakespasm/metadata.xml +++ b/games-fps/quakespasm/metadata.xml @@ -9,9 +9,6 @@ <email>[email protected]</email> <name>Alexander Tsoy</name> </maintainer> - <use> - <flag name="sdl2">Use <pkg>media-libs/libsdl2</pkg> instead of <pkg>media-libs/libsdl</pkg></flag> - </use> <upstream> <remote-id type="sourceforge">quakespasm</remote-id> </upstream> diff --git a/games-fps/quakespasm/quakespasm-0.94.1-r1.ebuild b/games-fps/quakespasm/quakespasm-0.94.1-r1.ebuild deleted file mode 100644 index bb4bf5b49e..0000000000 --- a/games-fps/quakespasm/quakespasm-0.94.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.code.sf.net/p/quakespasm/quakespasm" -else - SRC_URI="https://downloads.sourceforge.net/project/${PN}/Source/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Modern, cross-platform Quake 1 engine based on FitzQuake" -HOMEPAGE="https://quakespasm.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -IUSE="sdl2" - -DEPEND=" - media-libs/libglvnd - media-libs/libmad - media-libs/libvorbis - sdl2? ( media-libs/libsdl2[opengl] ) - !sdl2? ( media-libs/libsdl[opengl] ) -" -RDEPEND="${DEPEND}" -DOCS=( Quakespasm.html Quakespasm-Music.txt Quakespasm.txt ) - -PATCHES=( - # bug 795759, 887677 - "${FILESDIR}/${P}-makefile.patch" -) - -src_compile() { - cd Quake || die - emake COMMON_LIBS="-lm -lOpenGL" USE_SDL2=$(usex sdl2 1 0) STRIP="/bin/true" -} - -src_install() { - einstalldocs - dobin Quake/quakespasm -}
