From b8d712da8c18f478e0529b6e29a8ed375e205ee5 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 17 Oct 2016 13:42:54 -0500 Subject: games-rpg/xu4: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0 --- games-rpg/xu4/files/0.9-savegame.patch | 8 ++++---- games-rpg/xu4/files/xu4-0.9-ldflags.patch | 4 ++-- games-rpg/xu4/files/xu4-0.9-warnings.patch | 8 ++++---- games-rpg/xu4/files/xu4-0.9-zip.patch | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'games-rpg/xu4/files') diff --git a/games-rpg/xu4/files/0.9-savegame.patch b/games-rpg/xu4/files/0.9-savegame.patch index 44a52dd40e95..96d16360f37c 100644 --- a/games-rpg/xu4/files/0.9-savegame.patch +++ b/games-rpg/xu4/files/0.9-savegame.patch @@ -1,5 +1,5 @@ ---- src/savegame.c.orig -+++ src/savegame.c +--- a/src/savegame.c. ++++ b/src/savegame.c @@ -21,23 +21,24 @@ char *partySavFilename() { char *fname; @@ -61,8 +61,8 @@ return fname; } ---- src/u4.c.orig -+++ src/u4.c +--- a/src/u4.c ++++ b/src/u4.c @@ -38,6 +38,10 @@ osxInit(argv[0]); #endif diff --git a/games-rpg/xu4/files/xu4-0.9-ldflags.patch b/games-rpg/xu4/files/xu4-0.9-ldflags.patch index 560cdc33f1d9..7f1e5cd922d7 100644 --- a/games-rpg/xu4/files/xu4-0.9-ldflags.patch +++ b/games-rpg/xu4/files/xu4-0.9-ldflags.patch @@ -1,5 +1,5 @@ ---- src/Makefile.common.old -+++ src/Makefile.common +--- a/src/Makefile.common ++++ b/src/Makefile.common @@ -68,25 +68,25 @@ mkutils:: dumpsavegame$(EXEEXT) lzwenc$(EXEEXT) lzwdec$(EXEEXT) rleenc$(EXEEXT) rledec$(EXEEXT) tlkconv$(EXEEXT) diff --git a/games-rpg/xu4/files/xu4-0.9-warnings.patch b/games-rpg/xu4/files/xu4-0.9-warnings.patch index 58b35316ac0d..e52b610e61d4 100644 --- a/games-rpg/xu4/files/xu4-0.9-warnings.patch +++ b/games-rpg/xu4/files/xu4-0.9-warnings.patch @@ -1,5 +1,5 @@ ---- u4.orig/src/u4.c -+++ u4/src/u4.c +--- a/src/u4.c ++++ b/src/u4.c @@ -3,6 +3,8 @@ */ @@ -9,8 +9,8 @@ #include #include #include ---- u4.orig/u4.desktop -+++ u4/u4.desktop +--- a/u4.desktop ++++ b/u4.desktop @@ -1,9 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 diff --git a/games-rpg/xu4/files/xu4-0.9-zip.patch b/games-rpg/xu4/files/xu4-0.9-zip.patch index c2d2053cb3f8..a8d2c58971c9 100644 --- a/games-rpg/xu4/files/xu4-0.9-zip.patch +++ b/games-rpg/xu4/files/xu4-0.9-zip.patch @@ -1,5 +1,5 @@ ---- src/unzip.c.orig -+++ src/unzip.c +--- a/src/unzip.c ++++ b/src/unzip.c @@ -493,7 +493,7 @@ /* Get Info about the current file in the zipfile, with internal only info @@ -9,8 +9,8 @@ unz_file_info *pfile_info, unz_file_info_internal *pfile_info_internal, ---- src/unzip.h.orig -+++ src/unzip.h +--- a/src/unzip.h ++++ b/src/unzip.h @@ -8,7 +8,7 @@ Encryption and multi volume ZipFile (span) are not supported. Old compressions used by old PKZip 1.x are not supported -- cgit v1.2.3-65-gdbad