summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-06-22 05:17:57 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-06-22 05:33:56 -0400
commit76b305ad8db7a784104266ecd4fdf6489763b18a (patch)
tree379faa609663da6697fa8ad54ac157f98017a8a9 /games-emulation
parentgames-emulation/pcsx2: drop 1.7.5624, 1.7.5724 (diff)
downloadgentoo-76b305ad8db7a784104266ecd4fdf6489763b18a.tar.gz
gentoo-76b305ad8db7a784104266ecd4fdf6489763b18a.tar.bz2
gentoo-76b305ad8db7a784104266ecd4fdf6489763b18a.zip
games-emulation/pcsx2: update live
Upstream has done away with all submodules and hardcoded the sources in the repo which does work out for us given removes the ned for the custom tarball. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 452519d49d92..f8d4b9f5a3aa 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -9,9 +9,10 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git"
else
- # unbundling on this package has become unmaintainable and, rather than
- # handle submodules separately, using a tarball that includes them
- SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz"
+ SRC_URI="
+ https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz
+ "
KEYWORDS="-* ~amd64"
fi