diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 20:48:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 20:48:53 +0000 |
commit | 51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch) | |
tree | 30b91d98e65985a575940ed49e756697c1f049c2 /games-action/koth | |
parent | 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff) |
gentoo resync : 23.12.2017
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/Manifest | 1 | ||||
-rw-r--r-- | games-action/koth/files/koth-0.8.0-gcc-3.4.patch | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/games-action/koth/Manifest b/games-action/koth/Manifest index 55454d3c0665..623a9303fe98 100644 --- a/games-action/koth/Manifest +++ b/games-action/koth/Manifest @@ -1,4 +1,3 @@ -AUX koth-0.8.0-gcc-3.4.patch 612 BLAKE2B 3abf4a47b633b91939afc5f8beb26e1eb65082ae4be3e9fc404a8c0282f6c0f75943b88b52965fbc234a8e44e0e1cb84793539e351b5fdf47ce4709f941bf151 SHA512 6306dfe2ab7fe4bdca6a1adae94aacd1736feed2349df3d3d75bf33a8133a5e33b5f79e2a4ed57170d28f9d1ac263d43ee5a269a6f28f216cabda128b6bcaf14 AUX koth-0.8.0-r1-gcc-3.4.patch 628 BLAKE2B e62daab926595507618cc9215612bd11bd901218448cf2a192023ddbd4c13fce70a49f853a50df628adb12c077cd6597b22cbafb67e1ca42394d90defbab6676 SHA512 ca6bfe40d9ab0a08bae833684628422d2b69047ec4aa80df43e0c093184680f8d202180f0ae3d89099b4c45aa481ac28055a1a5deb5afb69e8c397508e46e08e DIST koth-0.8.0.tar.bz2 140569 BLAKE2B cfcbba838238fbe45bccc800c258290531341623d4a57825f389a01278febe3b99d9459f4294cea9f4520c0dc76ad945266640c89687ab0b77a5348d2b88685a SHA512 edda377be9074298c63e85cad5f37f55dc67f0e9a7d075a94207559265ffbf8a5eadbd2dc0e4a06e535e6da9fcfd309d01141ba8be04cf8960b0229e0ce4ab9f EBUILD koth-0.8.0-r1.ebuild 838 BLAKE2B 52adb1c2da3b9eb6e276e699de9500b5bb296a080923da98cae63a474cf3e7758a8344cb80452dd06fcf0e4dad11937a3b31bc6aaf636590dba87dabed9ab1b4 SHA512 bb5092995841a66257753e845bf53dd3fff8b7de23f809bacdab94189d9ec753be52763c5f235661e15b3a460d435d64ae59e2bb7b6fcda2413de1e2ca0f64a2 diff --git a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch b/games-action/koth/files/koth-0.8.0-gcc-3.4.patch deleted file mode 100644 index 4a858cbe03a9..000000000000 --- a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- relay.c.old 2004-11-01 09:19:04.835537536 +0000 -+++ relay.c 2004-11-01 09:19:59.453234384 +0000 -@@ -260,6 +260,7 @@ - else goto bail; - goto nextpkt; - bail: -+ ; - } - } - } ---- ballistics.c.old 2004-11-01 09:19:33.132235784 +0000 -+++ ballistics.c 2004-11-01 09:20:16.849589736 +0000 -@@ -92,6 +92,7 @@ - break; - case WALL_LAST: - /* just to satisfy gcc -Wall */ -+ ; - } - } - -@@ -210,7 +211,7 @@ - break; - case WALL_RANDOM: /* both of this can't happen, */ - case WALL_LAST: /* so they are here to satisfy gcc -Wall */ -- -+ ; - } - } - return FLYING; |