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 23A891581EE for ; Wed, 26 Mar 2025 23:19:26 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 04FFB3431F0 for ; Wed, 26 Mar 2025 23:19:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EFF7F110296; Wed, 26 Mar 2025 23:19:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id E3B3E110296 for ; Wed, 26 Mar 2025 23:19:24 +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 8E9963431EE for ; Wed, 26 Mar 2025 23:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70A51743 for ; Wed, 26 Mar 2025 23:19:22 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1743031125.2a474679b0f4e8dbe85a8d5017c88175f8a7116d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/ut2004-ded/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild games-server/ut2004-ded/ut2004-ded-3369.3-r3.ebuild X-VCS-Directories: games-server/ut2004-ded/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2a474679b0f4e8dbe85a8d5017c88175f8a7116d X-VCS-Branch: master Date: Wed, 26 Mar 2025 23:19:22 +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: eec8b93d-1d62-481a-befb-e4867234ca64 X-Archives-Hash: 3aa1dc877bc2cf357963293ea3df9a44 commit: 2a474679b0f4e8dbe85a8d5017c88175f8a7116d Author: James Le Cuirot gentoo org> AuthorDate: Wed Mar 26 23:18:23 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Mar 26 23:18:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a474679 games-server/ut2004-ded: EAPI 8, fix SRC_URI Signed-off-by: James Le Cuirot gentoo.org> .../{ut2004-ded-3369.3-r2.ebuild => ut2004-ded-3369.3-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.3-r3.ebuild similarity index 97% rename from games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild rename to games-server/ut2004-ded/ut2004-ded-3369.3-r3.ebuild index 77e78baf991c..e796bed9edc3 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit check-reqs wrapper unpacker @@ -11,7 +11,7 @@ DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server" HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" SRC_URI=" http://ut2004.ut-files.com/Entire_Server_Download/${BONUSPACK_P} - http://ut2004.ut-files.com/Patches/Linux/${PATCH_P} + http://ut2004.ut-files.com/UT2004/${PATCH_P%.bz2}.tar -> ${PATCH_P} https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z " S="${WORKDIR}"