diff options
author | Austin English <wizardedit@gentoo.org> | 2016-10-15 04:06:16 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-10-15 05:16:39 -0500 |
commit | 337eed8c76386be0311cbeff448f1a4cbccbcdf6 (patch) | |
tree | 4df8a407646493a0bbc1b75cdc05b7f70db5df72 /games-rpg/egoboo/files | |
parent | games-rpg/dragonhunt: remove deprecated games eclass (diff) | |
download | gentoo-337eed8c76386be0311cbeff448f1a4cbccbcdf6.tar.gz gentoo-337eed8c76386be0311cbeff448f1a4cbccbcdf6.tar.bz2 gentoo-337eed8c76386be0311cbeff448f1a4cbccbcdf6.zip |
games-rpg/egoboo: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-rpg/egoboo/files')
-rw-r--r-- | games-rpg/egoboo/files/egoboo-2.8.1-gentoo.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-rpg/egoboo/files/egoboo-2.8.1-gentoo.patch b/games-rpg/egoboo/files/egoboo-2.8.1-gentoo.patch index 36cb33b55c54..2f1205a45118 100644 --- a/games-rpg/egoboo/files/egoboo-2.8.1-gentoo.patch +++ b/games-rpg/egoboo/files/egoboo-2.8.1-gentoo.patch @@ -1,5 +1,5 @@ ---- src/game/platform/file_linux.c.old 2012-04-29 21:45:29.627419281 +0200 -+++ src/game/platform/file_linux.c 2012-04-29 21:45:29.628419211 +0200 +--- a/src/game/platform/file_linux.c 2012-04-29 21:45:29.627419281 +0200 ++++ b/src/game/platform/file_linux.c 2012-04-29 21:45:29.628419211 +0200 @@ -79,9 +79,9 @@ strncpy( linux_dataPath, PREFIX "/share/games/egoboo-2.x", SDL_arraysize( linux_dataPath ) ); #else @@ -12,8 +12,8 @@ #endif // the log file cannot be started until there is a user data path to dump the file into ---- src/game/network.c.old 2012-04-29 20:14:31.482179973 +0200 -+++ src/game/network.c 2012-04-29 20:14:52.077730184 +0200 +--- a/src/game/network.c 2012-04-29 20:14:31.482179973 +0200 ++++ b/src/game/network.c 2012-04-29 20:14:52.077730184 +0200 @@ -37,7 +37,7 @@ #include "egoboo_setup.h" #include "egoboo.h" @@ -23,8 +23,8 @@ #include "file_common.h" #include <stdarg.h> ---- src/game/Makefile.old 2012-04-29 20:17:09.303070070 +0200 -+++ src/game/Makefile 2012-04-29 20:18:21.047023847 +0200 +--- a/src/game/Makefile 2012-04-29 20:17:09.303070070 +0200 ++++ b/src/game/Makefile 2012-04-29 20:18:21.047023847 +0200 @@ -33,8 +33,7 @@ # the compiler options |