From b28011fece6b1171ee2dd0c564e4a055ee8cd0cd Mon Sep 17 00:00:00 2001 From: Francesco Ferro Date: Sat, 12 Nov 2016 18:33:25 +0100 Subject: [PATCH] [games-emulation/dolphin-emu] bumped to 5.0 --- games-emulation/dolphin-emu/Manifest | 1 + ...lphin-emu-5.0_rc.ebuild => dolphin-emu-5.0.ebuild} | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 games-emulation/dolphin-emu/Manifest rename games-emulation/dolphin-emu/{dolphin-emu-5.0_rc.ebuild => dolphin-emu-5.0.ebuild} (95%) diff --git a/games-emulation/dolphin-emu/Manifest b/games-emulation/dolphin-emu/Manifest new file mode 100644 index 000000000..3c1ac9122 --- /dev/null +++ b/games-emulation/dolphin-emu/Manifest @@ -0,0 +1 @@ +DIST dolphin-emu-5.0.tar.gz 38246344 SHA256 62c4602055767ab314ff50a3b94ea57f792832aa1629e6b1117ebce10518dc0b SHA512 8de76f811abfb82e19502336734e86ba600c11d9fa95bcf7f70a2a525165d07ead826854c39377602aab7856a057af9ba91bff458cf2dd008712527290489d3a WHIRLPOOL 86f17f5481ee727124b9c4ee95fe2af29d50c9c2b2a2ddae5b9105aae1bc381f4bc070c2f6cfab3c20fc1ca36cff74c65e64adb9d97b946f04b6f5d1f8df7178 diff --git a/games-emulation/dolphin-emu/dolphin-emu-5.0_rc.ebuild b/games-emulation/dolphin-emu/dolphin-emu-5.0.ebuild similarity index 95% rename from games-emulation/dolphin-emu/dolphin-emu-5.0_rc.ebuild rename to games-emulation/dolphin-emu/dolphin-emu-5.0.ebuild index b5dae9d24..36de34fe7 100644 --- a/games-emulation/dolphin-emu/dolphin-emu-5.0_rc.ebuild +++ b/games-emulation/dolphin-emu/dolphin-emu-5.0.ebuild @@ -18,10 +18,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${MY_AUTHOR}/${MY_PN}.git" KEYWORDS="" else - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/${MY_AUTHOR}/${MY_PN}.git" - EGIT_COMMIT="2842897d55d4d6dbf75fd7f6827d440377d00fb7" + SRC_URI="https://github.com/${MY_AUTHOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -80,9 +77,9 @@ DEPEND="${RDEPEND} virtual/pkgconfig media-gfx/nvidia-cg-toolkit" -#if [[ ${PV} != "9999" ]] ; then -# S="${WORKDIR}/${MY_PN}-${PV}" -#fi +if [[ ${PV} != "9999" ]] ; then + S="${WORKDIR}/${MY_PN}-${PV}" +fi src_prepare() { append-cflags $(test-flags-CC -fpermissive)