Skip to content

Commit

Permalink
games-fps/ut2004: Fix patch URL
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/931624
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed May 12, 2024
1 parent 6a29d41 commit 12aae35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion games-fps/ut2004/Manifest
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions games-fps/ut2004/ut2004-3369.3-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -36,7 +36,6 @@ RDEPEND="

BDEPEND="app-arch/p7zip"

S="${WORKDIR}/${PN^^}-Patch"
DIR="/opt/${PN}"

# The executable pages are required. Bug #114733.
Expand Down

0 comments on commit 12aae35

Please sign in to comment.