summaryrefslogtreecommitdiff
path: root/games-emulation/gambatte
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /games-emulation/gambatte
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'games-emulation/gambatte')
-rw-r--r--games-emulation/gambatte/Manifest2
-rw-r--r--games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild (renamed from games-emulation/gambatte/gambatte-0.5.0_p20131102-r1.ebuild)20
2 files changed, 10 insertions, 12 deletions
diff --git a/games-emulation/gambatte/Manifest b/games-emulation/gambatte/Manifest
index 7a0bbb560735..a5191aaacb28 100644
--- a/games-emulation/gambatte/Manifest
+++ b/games-emulation/gambatte/Manifest
@@ -1,3 +1,3 @@
DIST gambatte-0.5.0_p20131102.tar.xz 353212 BLAKE2B ad17289f29a00230d7ccec2825d6487ed994a6148a931254a9d5c941c5dbb643c5eb4dbd9f43decfcb86fb693f82358e795a4912c4d40258b27b0d8611961ec1 SHA512 9f27af85d2fceb128231eb3e5bf2806a1773c575990296f37eb3c0a14bca5c72f7f161cdf77f710f4ff85b2b3266db9ba098e5ef6772bc5bf7b2c97b8281999b
-EBUILD gambatte-0.5.0_p20131102-r1.ebuild 1671 BLAKE2B 67666777e3dac153208f18d99b2e271659f41b93192e9b332e58aa5473fecc40fc109ec485a4c52b138043de790ba6edca742598610ec18eeef0aab2db36ed89 SHA512 b05f7481fce21327aa7a596fa80351e1325a7fd45307c1b5c1e8a94ad0049b8167dfed111629db594a693aeb99b444e23c9691142bd0607feabd016cda8ac5be
+EBUILD gambatte-0.5.0_p20131102-r2.ebuild 1624 BLAKE2B 59fd76fbfc8afd9aaa57f77d3aca89277e0bdf96c5bfda0f098845b4e3b6d47ec629d0a8b1fc8e84583dbf8868c23772a0a581e65024d04625a0342d4a2ecd88 SHA512 ee9838bc274b9c6682af17b8c185d81d7ec1b176eec3d386e3da6e489489b3f5cc9b74d5c3aaa840ce7047bd83e52b87f4304a847437cf69d9a21a6d7a3bfb77
MISC metadata.xml 331 BLAKE2B b739e6db5361a25503fed526b7417578fff92612b1ca90c4a6e8578bd678f3b3b69736238a9ad882a654c7c9bd66b8d1ac296899129610b23ab96918067012d8 SHA512 c46ee0b944bbf88420eb47c11f60d00a6516fe2bb28b5078e8f11857636f16381969cac9edb98d554d07d0894c224817e12560410092ca532da036e697433b1a
diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r1.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
index 5f6d72d5af7b..57ce854affa0 100644
--- a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r1.ebuild
+++ b/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-inherit scons-utils games
+EAPI=6
+inherit scons-utils
DESCRIPTION="An accuracy-focused Gameboy / Gameboy Color emulator"
HOMEPAGE="https://sourceforge.net/projects/gambatte"
@@ -16,9 +15,9 @@ IUSE=""
RDEPEND="
media-libs/libsdl[X,sound,joystick,video]
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
+ sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
fix_scons() {
local i
@@ -48,6 +47,8 @@ END
}
src_prepare() {
+ default
+
# Fix zlib/minizip build error
sed -i \
-e '1i#define OF(x) x' \
@@ -68,9 +69,6 @@ src_compile() {
}
src_install() {
- dogamesbin gambatte_sdl/gambatte_sdl
-
- dodoc README changelog
-
- prepgamesdirs
+ dobin gambatte_sdl/gambatte_sdl
+ einstalldocs
}