commit:     b73bfddaea9607d05525bb371a7f953b2165e981
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 08:44:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 09:54:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73bfdda

games-emulation/dolphin: Remove vcs-snapshot.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 6 +++---
 games-emulation/dolphin/dolphin-9999.ebuild             | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild 
b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
index ac9393e5df3..3cf993b7b21 100644
--- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
@@ -10,9 +10,9 @@ then
        EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin";
        inherit git-r3
 else
-       inherit vcs-snapshot
-       commit=eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68
-       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${commit}.tar.gz -> 
${P}.tar.gz"
+       EGIT_COMMIT=eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68
+       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+       S=${WORKDIR}/${PN}-${EGIT_COMMIT}
        KEYWORDS="~amd64 ~arm64"
 fi
 

diff --git a/games-emulation/dolphin/dolphin-9999.ebuild 
b/games-emulation/dolphin/dolphin-9999.ebuild
index 29779609bc0..1fc6ba66f6b 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -11,10 +11,10 @@ then
        EGIT_SUBMODULES=( Externals/mGBA/mgba )
        inherit git-r3
 else
-       inherit vcs-snapshot
-       commit=0dbe8fb2eaa608a6540df3d269648a596c29cf4b
-       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${commit}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
+       EGIT_COMMIT=eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68
+       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+       S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+       KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Gamecube and Wii game emulator"

Reply via email to