diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 20:14:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:26:09 +0200 |
commit | e6cccc31a7dddee26a2a6cdb709af5721da04835 (patch) | |
tree | 2af409aa42cf766d4ad0c3a3df60d0643447fa73 /games-arcade/spacerider/files | |
parent | games-arcade/solarwolf: Drop old (diff) | |
download | gentoo-e6cccc31a7dddee26a2a6cdb709af5721da04835.tar.gz gentoo-e6cccc31a7dddee26a2a6cdb709af5721da04835.tar.bz2 gentoo-e6cccc31a7dddee26a2a6cdb709af5721da04835.zip |
games-arcade/spacerider: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/spacerider/files')
5 files changed, 12 insertions, 12 deletions
diff --git a/games-arcade/spacerider/files/spacerider-0.13-font.patch b/games-arcade/spacerider/files/spacerider-0.13-font.patch index 914a0466c7fe..87732a106633 100644 --- a/games-arcade/spacerider/files/spacerider-0.13-font.patch +++ b/games-arcade/spacerider/files/spacerider-0.13-font.patch @@ -1,8 +1,8 @@ Ugly brute-force method for avoiding a double-free segfault on exit. Better patch welcome. ---- spacerider.cpp.orig 2015-03-31 23:24:17.770966147 -0400 -+++ spacerider.cpp 2015-03-31 23:24:41.592174463 -0400 +--- a/spacerider.cpp.orig 2015-03-31 23:24:17.770966147 -0400 ++++ b/spacerider.cpp 2015-03-31 23:24:41.592174463 -0400 @@ -306,8 +306,6 @@ /* free screen */ SDL_FreeSurface(screen); diff --git a/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch index 1a08d715ac5b..e5524b6e6430 100644 --- a/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch +++ b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch @@ -1,5 +1,5 @@ ---- spacerider.cpp.old 2007-02-18 11:25:38.000000000 +0100 -+++ spacerider.cpp 2007-02-18 11:27:00.000000000 +0100 +--- a/spacerider.cpp.old 2007-02-18 11:25:38.000000000 +0100 ++++ b/spacerider.cpp 2007-02-18 11:27:00.000000000 +0100 @@ -17,6 +17,7 @@ #include <unistd.h> } diff --git a/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch b/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch index d057e7bab730..b4d5ca6d5764 100644 --- a/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch +++ b/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch @@ -1,5 +1,5 @@ ---- effect.cpp.orig 2015-03-31 22:36:53.336131373 -0400 -+++ effect.cpp 2015-03-31 22:37:04.359755281 -0400 +--- a/effect.cpp.orig 2015-03-31 22:36:53.336131373 -0400 ++++ b/effect.cpp 2015-03-31 22:37:04.359755281 -0400 @@ -18,7 +18,7 @@ void Effect::add(const int x, const int y) { @@ -9,8 +9,8 @@ { return; } ---- object.h.orig 2015-03-31 22:35:22.939214561 -0400 -+++ object.h 2015-03-31 22:37:19.654233441 -0400 +--- a/object.h.orig 2015-03-31 22:35:22.939214561 -0400 ++++ b/object.h 2015-03-31 22:37:19.654233441 -0400 @@ -172,7 +172,7 @@ return object->next; } diff --git a/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch b/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch index d692f87632b0..ecfdcc513cd0 100644 --- a/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch +++ b/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -3,12 +3,12 @@ BINDIR=/usr/bin/ MANDIR=/usr/share/man/man1/ diff --git a/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch b/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch index 5ed73c348cf2..c590400f649f 100644 --- a/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch +++ b/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch @@ -1,5 +1,5 @@ ---- spacerider.cpp.old 2010-10-29 10:12:19.000000000 +0200 -+++ spacerider.cpp 2010-10-29 10:13:47.000000000 +0200 +--- a/spacerider.cpp.old 2010-10-29 10:12:19.000000000 +0200 ++++ b/spacerider.cpp 2010-10-29 10:13:47.000000000 +0200 @@ -112,7 +112,7 @@ break; case 'n': |