From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF37915827B for ; Tue, 12 Aug 2025 21:13:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 994BB340DE6 for ; Tue, 12 Aug 2025 21:13:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 49D2A11055F; Tue, 12 Aug 2025 21:13:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 443D511055F for ; Tue, 12 Aug 2025 21:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0C75340DCD for ; Tue, 12 Aug 2025 21:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC69333F for ; Tue, 12 Aug 2025 21:13:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1755032794.9e8b4f44af6b40fb8de3fa86f3b4e0adc0bf2849.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/worldofpadman/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/worldofpadman/worldofpadman-1.6-r3.ebuild X-VCS-Directories: games-fps/worldofpadman/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e8b4f44af6b40fb8de3fa86f3b4e0adc0bf2849 X-VCS-Branch: master Date: Tue, 12 Aug 2025 21:13:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 236d1956-eaf9-4026-9836-bfa6ed7a7037 X-Archives-Hash: f0dfb2210c1f2275cf7799ecc1b435e7 commit: 9e8b4f44af6b40fb8de3fa86f3b4e0adc0bf2849 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 12 21:02:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 12 21:06:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8b4f44 games-fps/worldofpadman: drop 1.6-r3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../worldofpadman/worldofpadman-1.6-r3.ebuild | 98 ---------------------- 1 file changed, 98 deletions(-) diff --git a/games-fps/worldofpadman/worldofpadman-1.6-r3.ebuild b/games-fps/worldofpadman/worldofpadman-1.6-r3.ebuild deleted file mode 100644 index e79759874a87..000000000000 --- a/games-fps/worldofpadman/worldofpadman-1.6-r3.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop - -DESCRIPTION="A cartoon style multiplayer first-person shooter" -HOMEPAGE="https://worldofpadman.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/wop-1.5-unified.zip - https://downloads.sourceforge.net/${PN}/wop-1.5.x-to-1.6-patch-unified.zip" -S="${WORKDIR}/${P}_svn2178-src" - -LICENSE="GPL-2 worldofpadman" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+curl dedicated maps +openal +theora +vorbis" - -RDEPEND="sys-libs/zlib - !dedicated? ( - >=media-libs/speex-1.2.0 - media-libs/speexdsp - virtual/jpeg:0 - media-libs/libsdl[joystick,opengl,video,X] - virtual/opengl - virtual/glu - openal? ( media-libs/openal ) - curl? ( net-misc/curl ) - vorbis? ( media-libs/libvorbis ) - theora? ( - media-libs/libtheora:= - media-libs/libogg - ) - ) -" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -src_unpack() { - unpack ${A} - unzip XTRAS/"editing files"/${P}-src.zip -} - -src_prepare() { - default - eapply "${FILESDIR}"/${P}-gentoo.patch - sed -i \ - -e 's:JPEG_LIB_VERSION < 80:JPEG_LIB_VERSION < 62:' \ - code/renderer/tr_image_jpg.c || die #479652 -} - -src_compile() { - local arch - - if use amd64 ; then - arch=x86_64 - elif use x86 ; then - arch=i386 - fi - - emake \ - V=1 \ - ARCH=${arch} \ - BUILD_CLIENT=$(use dedicated && echo 0) \ - DEFAULT_BASEDIR=/usr/share/${PN} \ - OPTIMIZE= \ - USE_CURL=$(usex curl 1 0) \ - USE_CURL_DLOPEN=0 \ - USE_OPENAL=$(usex openal 1 0) \ - USE_OPENAL_DLOPEN=0 \ - USE_CODEC_VORBIS=$(usex vorbis 1 0) \ - USE_CIN_THEORA=$(usex theora 1 0) \ - USE_RENDERER_DLOPEN=0 \ - USE_INTERNAL_ZLIB=0 \ - USE_INTERNAL_JPEG=0 \ - USE_INTERNAL_SPEEX=0 -} - -src_install() { - newbin build/release-*/wopded.* ${PN}-ded - - if ! use dedicated ; then - newbin build/release-*/wop.* ${PN} - newicon misc/quake3.png ${PN}.png - make_desktop_entry ${PN} "World of Padman" - fi - - insinto /usr/share/${PN} - doins -r ../wop - - dodoc id-readme.txt \ - IOQ3-README \ - voip-readme.txt \ - ../XTRAS/changelog.txt \ - ../XTRAS/sounds_readme.txt - - HTML_DOCS="../XTRAS/readme ../XTRAS/readme.html" einstalldocs -}