diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-02 19:15:54 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-02 21:27:35 +0200 |
commit | 2020e4ee744ff9f23cdd08a563d6fcb2f9569d96 (patch) | |
tree | b49b67938f4ec19f9e7ce678d33ed90925809018 /games-strategy/galaxyhack/files | |
parent | games-strategy/freesynd: Drop old (diff) | |
download | gentoo-2020e4ee744ff9f23cdd08a563d6fcb2f9569d96.tar.gz gentoo-2020e4ee744ff9f23cdd08a563d6fcb2f9569d96.tar.bz2 gentoo-2020e4ee744ff9f23cdd08a563d6fcb2f9569d96.zip |
games-strategy/galaxyhack: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy/galaxyhack/files')
4 files changed, 14 insertions, 14 deletions
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-boost-1.50.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-boost-1.50.patch index 1b630c66fb20..ed8ff748aa98 100644 --- a/games-strategy/galaxyhack/files/galaxyhack-1.74-boost-1.50.patch +++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-boost-1.50.patch @@ -1,5 +1,5 @@ ---- ForceSelectWin.cpp.orig 2012-08-20 17:35:01.000000000 +0200 -+++ ForceSelectWin.cpp 2012-08-20 17:47:19.000000000 +0200 +--- a/ForceSelectWin.cpp.orig 2012-08-20 17:35:01.000000000 +0200 ++++ b/ForceSelectWin.cpp 2012-08-20 17:47:19.000000000 +0200 @@ -1596,15 +1596,15 @@ fs::directory_iterator directoryEnd; // default construction yields past-the-end
for (fs::directory_iterator iter(sourcePath); iter != directoryEnd; ++iter) {
@@ -20,8 +20,8 @@ fs::copy_file(*iter, destPath.string() + "/" + destFile);
}
---- Main.cpp.orig 2012-08-20 17:48:13.000000000 +0200 -+++ Main.cpp 2012-08-20 17:50:51.000000000 +0200 +--- a/Main.cpp.orig 2012-08-20 17:48:13.000000000 +0200 ++++ b/Main.cpp 2012-08-20 17:50:51.000000000 +0200 @@ -339,12 +339,6 @@ void GameInit(char* argv[]) {
@@ -35,8 +35,8 @@ FindHomePath();
LoadSettings(argv);
---- Menu_Base.cpp.orig 2012-08-20 17:51:05.000000000 +0200 -+++ Menu_Base.cpp 2012-08-20 17:52:15.000000000 +0200 +--- a/Menu_Base.cpp.orig 2012-08-20 17:51:05.000000000 +0200 ++++ b/Menu_Base.cpp 2012-08-20 17:52:15.000000000 +0200 @@ -206,7 +206,7 @@ fs::directory_iterator directoryEnd; // default construction yields past-the-end
@@ -64,8 +64,8 @@ if (filename.find('.') == filename.npos)
continue;
---- Stuff.cpp.orig 2012-08-20 17:52:36.000000000 +0200 -+++ Stuff.cpp 2012-08-20 17:53:11.000000000 +0200 +--- a/Stuff.cpp.orig 2012-08-20 17:52:36.000000000 +0200 ++++ b/Stuff.cpp 2012-08-20 17:53:11.000000000 +0200 @@ -657,7 +657,7 @@ fs::directory_iterator directoryEnd; // default construction yields past-the-end
for (fs::directory_iterator iter(tempPath); iter != directoryEnd; ++iter) {
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch index 4b5beef56ac7..7c60c4efa624 100644 --- a/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch +++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch @@ -1,5 +1,5 @@ ---- Main.cpp.old 2006-07-28 00:04:46.000000000 +0200 -+++ Main.cpp 2006-07-28 00:08:28.000000000 +0200 +--- a/Main.cpp.old 2006-07-28 00:04:46.000000000 +0200 ++++ b/Main.cpp 2006-07-28 00:08:28.000000000 +0200 @@ -184,7 +184,7 @@ #ifndef WIN32
string settingsPath = userHomePath + "settings.dat";
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-format.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-format.patch index 4bd9e8fc6f83..478e58001c73 100644 --- a/games-strategy/galaxyhack/files/galaxyhack-1.74-format.patch +++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-format.patch @@ -1,5 +1,5 @@ ---- JSDL.cpp.old 2016-01-04 10:42:56.404316856 +0100 -+++ JSDL.cpp 2016-01-04 10:51:16.744255312 +0100 +--- a/JSDL.cpp.old 2016-01-04 10:42:56.404316856 +0100 ++++ b/JSDL.cpp 2016-01-04 10:51:16.744255312 +0100 @@ -47,14 +47,14 @@ if (!globalSettings.batch) {
if (SDL_Init(SDL_INIT_TIMER | SDL_INIT_VIDEO) == -1) {
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch index a609a473fe7f..9e55c941bfeb 100644 --- a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch +++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch @@ -1,5 +1,5 @@ ---- Makefile.old 2009-02-11 22:21:26.000000000 +0100 -+++ Makefile 2009-02-11 22:20:58.000000000 +0100 +--- a/Makefile.old 2009-02-11 22:21:26.000000000 +0100 ++++ b/Makefile 2009-02-11 22:20:58.000000000 +0100 @@ -6,12 +6,11 @@ # James Gregory and Everton da Silva Marques <evertonsm@yahoo.com.br> # |