diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-12 17:09:26 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-12 17:10:04 +0100 |
commit | 12aae35640a8dbca6aba10c48b86e23c635f7312 (patch) | |
tree | 974b973637bc2c16b410a32f4c86ac56f9c0846c /games-fps | |
parent | dev-libs/weston: Fix building with musl 1.2.5 (missing libgen.h) (diff) | |
download | gentoo-12aae35640a8dbca6aba10c48b86e23c635f7312.tar.gz gentoo-12aae35640a8dbca6aba10c48b86e23c635f7312.tar.bz2 gentoo-12aae35640a8dbca6aba10c48b86e23c635f7312.zip |
games-fps/ut2004: Fix patch URL
Closes: https://bugs.gentoo.org/931624
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/Manifest | 2 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369.3-r3.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 1cdcee8f7d96..11839ddb2810 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,2 +1,2 @@ -DIST ut2004-lnxpatch3369-2.tar.bz2 22465217 BLAKE2B 9852f9d55804b7f2927a31be86aee1552aaebeb38d2a40fb206154c236e9d6eff47f7594024c0d9b25c7216d3ca62571b1f89f23f72ee9e135b2e6451bcb006a SHA512 0d6f26d5a811efd64be8c304e928e03f546d9a8eaba6b074843e2b7e76e0670b39df95200a2fe2040d72bbd204c7157ed0115649a5c85396a76d9e0b7ec284b1 +DIST ut2004-lnxpatch3369-2.tar.tar 22465217 BLAKE2B 9852f9d55804b7f2927a31be86aee1552aaebeb38d2a40fb206154c236e9d6eff47f7594024c0d9b25c7216d3ca62571b1f89f23f72ee9e135b2e6451bcb006a SHA512 0d6f26d5a811efd64be8c304e928e03f546d9a8eaba6b074843e2b7e76e0670b39df95200a2fe2040d72bbd204c7157ed0115649a5c85396a76d9e0b7ec284b1 DIST ut2004-v3369-3-linux-dedicated.7z 5013927 BLAKE2B 72d24d7bc37c777f3697b767a03e052ad9b547005dd6da73833e439496e87a9c1ebbe01f88d62b29a41b2bf6380a3b3bd745e6883fbb6d0f2b7e52998d4af276 SHA512 3b2a7b64934a3647c02c9fec48565c5c2c35370d635b2af4059eb76587bfa13f46e6a4e14fdb0494ba7a4182497ed5963601986f4fcfa318e69a8a8a8c0178cf diff --git a/games-fps/ut2004/ut2004-3369.3-r3.ebuild b/games-fps/ut2004/ut2004-3369.3-r3.ebuild index 3011645a2d0a..99cef93dc362 100644 --- a/games-fps/ut2004/ut2004-3369.3-r3.ebuild +++ b/games-fps/ut2004/ut2004-3369.3-r3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop wrapper -PATCH_P="${PN}-lnxpatch${PV%.*}-2.tar.bz2" +PATCH_P="${PN}-lnxpatch${PV%.*}-2.tar.tar" DESCRIPTION="Editor's Choice Edition plus Mega Pack for the well-known first-person shooter" HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" SRC_URI=" - http://ut2004.ut-files.com/Patches/Linux/${PATCH_P} + http://ut2004.ut-files.com/UT2004/${PATCH_P} https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z " - +S="${WORKDIR}/${PN^^}-Patch" LICENSE="ut2003" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -36,7 +36,6 @@ RDEPEND=" BDEPEND="app-arch/p7zip" -S="${WORKDIR}/${PN^^}-Patch" DIR="/opt/${PN}" # The executable pages are required. Bug #114733. |