summaryrefslogtreecommitdiff
path: root/games-board
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
commit51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch)
tree30b91d98e65985a575940ed49e756697c1f049c2 /games-board
parent4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff)
gentoo resync : 23.12.2017
Diffstat (limited to 'games-board')
-rw-r--r--games-board/Manifest.gzbin12991 -> 12974 bytes
-rw-r--r--games-board/chessx/Manifest1
-rw-r--r--games-board/chessx/files/chessx-1.3.2-zlib.patch35
-rw-r--r--games-board/freedoko/Manifest2
-rw-r--r--games-board/freedoko/files/freedoko-0.7.13-gentoo.patch45
-rw-r--r--games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch36
-rw-r--r--games-board/gmchess/Manifest1
-rw-r--r--games-board/gmchess/files/gmchess-0.29.6-gentoo.patch46
-rw-r--r--games-board/openyahtzee/Manifest1
-rw-r--r--games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch67
-rw-r--r--games-board/pysolfc/Manifest1
-rw-r--r--games-board/pysolfc/files/pysolfc-2.0-gentoo.patch10
-rw-r--r--games-board/simsu/Manifest1
-rw-r--r--games-board/simsu/files/simsu-1.2.3-langs.patch11
14 files changed, 0 insertions, 257 deletions
diff --git a/games-board/Manifest.gz b/games-board/Manifest.gz
index d93536649125..f3ff7a04908d 100644
--- a/games-board/Manifest.gz
+++ b/games-board/Manifest.gz
Binary files differ
diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest
index ff740cf1f571..b27bc4be6ef3 100644
--- a/games-board/chessx/Manifest
+++ b/games-board/chessx/Manifest
@@ -1,4 +1,3 @@
-AUX chessx-1.3.2-zlib.patch 1033 BLAKE2B 8869c2097f94f02ed6b821edbbaff055e76c9c9e9fb535cbdeaf0e22dddf6103e596ec3df96143d240d9364face53f116ecead564de74c9a3e5e3430fb61fdd0 SHA512 f1b0e4f388665740cb714286e8bbd885308f37629eaaf36f3572bcdd912b3d28417eb6859d9ed44687b87d6589396c9e72069e7c22b95adaa5e9410e8e821d68
AUX chessx-1.4.0-zlib.patch 1033 BLAKE2B 8869c2097f94f02ed6b821edbbaff055e76c9c9e9fb535cbdeaf0e22dddf6103e596ec3df96143d240d9364face53f116ecead564de74c9a3e5e3430fb61fdd0 SHA512 f1b0e4f388665740cb714286e8bbd885308f37629eaaf36f3572bcdd912b3d28417eb6859d9ed44687b87d6589396c9e72069e7c22b95adaa5e9410e8e821d68
DIST chessx-1.4.0.tgz 4128967 BLAKE2B 651a83a280ac2766da8f265c59d7f9014d0a7e6988d0ab981e2d9b962ce8ed8e878322d4bca536c156bf4b145e19c661fb68bb8bd7bda7872bc6ac95dc2736e4 SHA512 24e3fc60cdddb8a0136f96d6aa07d92e443264ade513be88a8c2eeb2717e04739a9b5963a3536a77aa499a1288c6cd9b8dddb312aae3087979d740f8528ec855
EBUILD chessx-1.4.0-r1.ebuild 793 BLAKE2B 78562a5e3414bd1e792bdb8a9cbe0ec054fa09589562770c070f28cfecd14033ca20e22bacedda239bcda1eae19375d8baa1cf1660dc17b508fb196ce656a84f SHA512 4bffcd408a244c5336384a11699f88a72be7f05edd933ddc02046fd6f88c17f551443b8341406313ccea94be2b52337432dac2d3a92fb3feef05940fbf1f5314
diff --git a/games-board/chessx/files/chessx-1.3.2-zlib.patch b/games-board/chessx/files/chessx-1.3.2-zlib.patch
deleted file mode 100644
index 36d685d9cba9..000000000000
--- a/games-board/chessx/files/chessx-1.3.2-zlib.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- chessx-1.2.2/src/quazip/ioapi.h
-+++ chessx-1.2.2-patched/src/quazip/ioapi.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* ioapi.h -- IO base function header for compress/uncompress .zip
- files using zlib + zip or unzip API
-
---- chessx-1.2.2/src/quazip/unzip.c
-+++ chessx-1.2.2-patched/src/quazip/unzip.c
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* unzip.c -- IO for uncompress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- chessx-1.2.2/src/quazip/unzip.h
-+++ chessx-1.2.2-patched/src/quazip/unzip.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* unzip.h -- IO for uncompress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- chessx-1.2.2/src/quazip/zip.c
-+++ chessx-1.2.2-patched/src/quazip/zip.c
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* zip.c -- IO on .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- chessx-1.2.2/src/quazip/zip.h
-+++ chessx-1.2.2-patched/src/quazip/zip.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* zip.h -- IO for compress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
diff --git a/games-board/freedoko/Manifest b/games-board/freedoko/Manifest
index 89545d929dee..13848c4838e6 100644
--- a/games-board/freedoko/Manifest
+++ b/games-board/freedoko/Manifest
@@ -1,5 +1,3 @@
-AUX freedoko-0.7.13-gentoo.patch 1855 BLAKE2B 1dd36f873ffb031ee55f6b3b9c0e96b9a2b9378817a1a516cb9c45934db66784a2829e15b9df35ba9b40156aff489aa7993a93e29dd3599698296a188c8b64f8 SHA512 6066ca9c4a6378e8cb6e389e4fdc2bb00bac55235d85b6b2be0aa3939ed8ad31cfb9e3b536212fa03978bc5de9e945b81f2f3edf2383c392934934cc2fe90d98
-AUX freedoko-0.7.13-libsigc26.patch 1208 BLAKE2B e138b5b4ba67cc61de7393f2cacdc0e6a213babeabe6bbbecd9339a96832a7cb078d10808226e8982764ab98ad1c7e0c2186dea81f49924ecf56150c90335ec2 SHA512 805a65e6882796b718a8ae4ba6a24c22fdfd9bcd87172c23cbee036f43ee4fd0888b1a6574c22a891b6be08b9f8605d35ffe34a6d24633bee157d4a183694a82
AUX freedoko-0.7.14-gentoo.patch 1405 BLAKE2B 0c5bdc24b44d28b71ecd2a6d6ba0f2c795fcef18849e297be76a8179f8395c177081b1dd765759d24c5f7763e91c6bea232c02d48f215e0bc88db418f57d342c SHA512 71d8d7af7c45fe7ec184b7b575e85a23120c1ced09a9d04961282358ef0006b2dbd995c8aa1072b4a30ae5c2f7833334bd11471e35499a5561c9b38832525435
DIST FreeDoko_0.7.14.src.zip 21959828 BLAKE2B fb19946876978119e36d6f8bb7bd0049523f2145dbaf198fe00e776256a1d66efb3067324bb6ffb0f7db90b3b5acd937c848cf7ec7958419e6897ae918955fce SHA512 d9135ad846c48c05b3d61c07b146429ef8c54d301469a304912176164f05ee98682d05a5b2ec8feb1a568acae2d81b2bf62fa625a1fde09a5c1c03a1c782ff17
DIST freedoko-backgrounds.zip 1067740 BLAKE2B 1f4485007bc78c3d7d497ba556a9f7bf0ff121a228e9d938ee000a12bd3921eef14c40cfbc6806b95c5905bff3f8e823b56c5fc110b290719a0771351f985d5c SHA512 66f118a5440b854c7ad4b1bdfd63e7f3bc16e66c921a6f632637269ca8855a6a45eb05a71bfb9105abda20285e35994ff3c9c50649f70ab6de4a082e092c3a14
diff --git a/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch b/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch
deleted file mode 100644
index 91bd228186b6..000000000000
--- a/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ru FreeDoko_0.7.13.orig/src/Makefile FreeDoko_0.7.13/src/Makefile
---- FreeDoko_0.7.13.orig/src/Makefile 2014-12-29 15:41:58.000000000 -0500
-+++ FreeDoko_0.7.13/src/Makefile 2015-01-27 13:23:11.498892598 -0500
-@@ -242,15 +242,7 @@
- # compile FreeDoko
- $(PROGRAM) : show_settings objects $(DIRECTORIES)
- @echo 'compiling $(PROGRAM)...'
--# Gentoo users do want to see the real compile line.
--# So remove the next five lines (the echo lines)
--# and remove the '@' in the line after.
-- @echo '$(CXX) $(CXXFLAGS)'
-- @echo ' $$(OBJECTS)'
-- @echo ' $(INCLUDE_ALL)'
-- @echo ' $(LIBS_ALL)'
-- @echo ' -o $@'
-- @$(CXX) $(CXXFLAGS) \
-+ $(CXX) $(CXXFLAGS) \
- $(OBJECTS_ALL:%.o=$(FREEDOKO_WORKING_DIRECTORY)/%.o) \
- $(INCLUDE_ALL) \
- $(LIBS_ALL) \
-diff -ru FreeDoko_0.7.13.orig/src/Makefile.os FreeDoko_0.7.13/src/Makefile.os
---- FreeDoko_0.7.13.orig/src/Makefile.os 2014-12-29 15:41:58.000000000 -0500
-+++ FreeDoko_0.7.13/src/Makefile.os 2015-01-27 13:23:22.185483548 -0500
-@@ -1,6 +1,5 @@
- include $(DEPTH)/../Makefile.os
-
--include $(DEPTH)/Makefile.local
- include $(DEPTH)/Makefile.modules
-
- ifeq ($(OPERATING_SYSTEM), Linux)
-diff -ru FreeDoko_0.7.13.orig/src/Makefile.rules FreeDoko_0.7.13/src/Makefile.rules
---- FreeDoko_0.7.13.orig/src/Makefile.rules 2014-12-29 15:41:58.000000000 -0500
-+++ FreeDoko_0.7.13/src/Makefile.rules 2015-01-27 13:23:44.780618643 -0500
-@@ -80,10 +80,7 @@
- $(DEPTH)/Makefile.modules \
- $(DEPTH)/Makefile.local \
- $(DEPTH)/Makefile.os
--# Gentoo users do want to see the real compile line.
--# So remove the next line and remove the '@' in the line after.
-- @echo $(CXX) -c $(SUBDIR)/$<
-- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-
-
- -include $(OBJECTS:%.o=$(TARGET_DIR_LOCAL)%.d)
diff --git a/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch b/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch
deleted file mode 100644
index 2c356695c710..000000000000
--- a/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- src/ui/gtkmm/player.h 2015-11-17 14:04:43.251096876 +0100
-+++ src/ui/gtkmm/player.h 2015-11-17 14:04:43.251096876 +0100
-@@ -36,7 +36,7 @@
- #include "../../player/player.h"
- typedef ::Player::Type PlayerType;
-
--#include <sigc++/object.h>
-+#include <sigc++/trackable.h>
- namespace Gtk {
- class Label;
- class Button;
-
---- src/ui/gtkmm/aiconfig.h 2015-11-17 14:04:43.251096876 +0100
-+++ src/ui/gtkmm/aiconfig.h 2015-11-17 14:04:43.251096876 +0100
-@@ -36,7 +36,7 @@
- #include "../../player/aiconfig.h"
-
- #include "widgets/label_type_selector.h"
--#include <sigc++/object.h>
-+#include <sigc++/trackable.h>
- #include <gtkmm/liststore.h>
- namespace Gtk {
- class VBox;
-
---- src/player/ai/heuristics.cpp 2015-11-17 14:04:13.267766289 +0100
-+++ src/player/ai/heuristics.cpp 2015-11-17 14:04:13.267766289 +0100
-@@ -2350,7 +2350,7 @@
- && ( card.less(c)
- || ( tpoints >= hi.value( Aiconfig::LIMITDOLLE )
- && c.less(Card(Card::DIAMOND, Card::QUEEN))
-- && !hi.color_runs( t.startcard().color() ) < 1
-+ && (hi.color_runs( t.startcard().color() ) > 0)
- && !t.islastcard()
- )
- )
-
diff --git a/games-board/gmchess/Manifest b/games-board/gmchess/Manifest
index 9aa93c4a63c5..4bebf69a4cc8 100644
--- a/games-board/gmchess/Manifest
+++ b/games-board/gmchess/Manifest
@@ -1,5 +1,4 @@
AUX gmchess-0.29.6-gentoo-r1.patch 871 BLAKE2B eb99dc2a6b5199c104a608990e5da84ebeb4b04df560a365f9c884e2a7f788d0daac6063680ce1b87b833f2bb3fd0c4592b2507ab4b825e6676a106348f2ed59 SHA512 b7466bcc8b734a7449f99ec0b9fcc16d0820628866945710b681dc5c97b5ba37f359e938aeec76fbe411061c88a706b552a9df48d7e7115a84ddfc05143d7e4c
-AUX gmchess-0.29.6-gentoo.patch 1769 BLAKE2B 82465214ab5eac23e8f41815d9ea948b615362b359d76a17bbff3bae9ba208b289327da051a8665f5ea66bb6e9d71bbebc41832304f842470cedd02f07f4bb5c SHA512 30af30cbf861d0ebc00608a62462685d7805c767e523c8c49c655e42f9677023330f6ae68b9d65366ba10cb98d9eb05138ee4592ec2323aae5567a2dd3765900
DIST gmchess-0.29.6.tar.bz2 1437904 BLAKE2B fdc98a317e62a455c394f3486c61abb49ad76bc2a77fae6f3a71271a56e8fc95e58dbf6cd387401a172bafc19379ca1ee971b6ce3911d0aa6b9d97b400a62d28 SHA512 b6af5205dc087c9fdea4cee81f9002c5dd56282be10b09c99f6f4105730676abff8d036843b7c0232937f43d87d222555a0b9c86e192a5ac8c039509841467a6
EBUILD gmchess-0.29.6-r2.ebuild 1008 BLAKE2B be9f3c99c6e72997f39e07270735d8f09f493be1c60382c4e1ed176c740cd0ae03dd82e7d0e101d863a3a1e15da75672a4e095ae624040a7c536cfde4681a194 SHA512 ef870c40743a5c530a097c2af4c992639cc2124a245915cf3fcaad60a3e8a96c885001b1cf030f9b33d8f7cf3e38ea4169855f8b854ed436aadd1056e31179bd
MISC metadata.xml 330 BLAKE2B 04e8696c37299e01d7554cc6f370b25facaeb67a994f97d0829fe77bc15fda99af19e56d304a8424bcdd4791f5512da0d06b3ae4da2400a6b5ae457dbec65bb7 SHA512 172b4a1ec7cb67f32ab991337ecc058be002d35f8867819b54d28d65ba1ade6217318460f7560c96a03357d262d76bc7e6eaf810be78e32b3a0290037ddbaaa2
diff --git a/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch b/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch
deleted file mode 100644
index 0952cda306b1..000000000000
--- a/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -ru gmchess-0.29.6.orig/configure.in gmchess-0.29.6/configure.in
---- gmchess-0.29.6.orig/configure.in 2011-11-28 07:22:56.000000000 -0500
-+++ gmchess-0.29.6/configure.in 2013-05-13 21:30:38.103817044 -0400
-@@ -4,7 +4,7 @@
- AC_PREREQ([2.63])
- AC_INIT(gmchess, 0.29.6, lerosua@gmail.com)
- AC_CONFIG_SRCDIR([src/Pgnfile.cc])
--AM_CONFIG_HEADER([config.h])
-+AC_CONFIG_HEADERS([config.h])
- AM_INIT_AUTOMAKE(gmchess,0.29.6)
-
-
-diff -ru gmchess-0.29.6.orig/data/gmchess.desktop.in gmchess-0.29.6/data/gmchess.desktop.in
---- gmchess-0.29.6.orig/data/gmchess.desktop.in 2009-09-07 08:08:47.000000000 -0400
-+++ gmchess-0.29.6/data/gmchess.desktop.in 2013-05-13 21:30:19.444462390 -0400
-@@ -1,4 +1,3 @@
--
- [Desktop Entry]
- Name=Chinese chess
- Name[zh_CN]=天书棋谈
-@@ -10,4 +9,3 @@
- Type=Application
- Categories=GNOME;GTK;Game;BoardGame;
- StartupNotify=true
--Encoding=UTF-8
-diff -ru gmchess-0.29.6.orig/src/engine/eleeye.cpp gmchess-0.29.6/src/engine/eleeye.cpp
---- gmchess-0.29.6.orig/src/engine/eleeye.cpp 2011-10-26 08:01:39.000000000 -0400
-+++ gmchess-0.29.6/src/engine/eleeye.cpp 2013-05-13 21:30:19.445462355 -0400
-@@ -35,7 +35,7 @@
- #elif __linux__
- #include <dlfcn.h>
- #define WINAPI
-- const char *const cszLibEvalFile = "../lib/libeval.so.0";
-+ const char *const cszLibEvalFile = "GAMES_LIBDIR/libeval.so.0";
- #elif __APPLE__
- #include <dlfcn.h>
- const char *const cszLibEvalFile = "/usr/local/lib/libeval.0.dylib";
-@@ -125,7 +125,7 @@
- if (BootLine() != UCCI_COMM_UCCI) {
- return 0;
- }
-- LocatePath(Search.szBookFile, "../share/gmchess/book.dat");
-+ LocatePath(Search.szBookFile, "GAMES_DATADIR/book.dat");
- //LocatePath(Search.szBookFile, "book.dat");
- LocatePath(szLibEvalFile, cszLibEvalFile);
- hModule = LoadEvalApi(szLibEvalFile);
diff --git a/games-board/openyahtzee/Manifest b/games-board/openyahtzee/Manifest
index 978e425932af..7296f363c5ec 100644
--- a/games-board/openyahtzee/Manifest
+++ b/games-board/openyahtzee/Manifest
@@ -1,4 +1,3 @@
-AUX openyahtzee-1.9.2-wx3.0.patch 2477 BLAKE2B ae4630ce86fe7e44fd627353c91ef5f4ae0740afd426770d3755503583c4a0c8e078802aa4a50a7bae7397378849d63c9677d43cbaafa04de0f316b333dc3009 SHA512 2c06b591c105ea757d4b00ada15272899ea4c43e8c8ab770112950fa5754fff139494cdec784e7826c1fff44e5fac0d9a70442555ef4421bb2ee05d554e2c788
DIST openyahtzee-1.9.3.tar.xz 178868 BLAKE2B 0cb5b87f8d4f9cdfbc81918f937ec783fef2488146f5497de0d01d6b50eeeef2edc308ca4230f1103b5770a03ccb74740e5c42b2ea01bd67705ed2aff6667d99 SHA512 7e696141d8f567247300c7f4924889b0a2f88866c70a10ad7619709990cacb726ec0af28bcee62a9f0d607d7f83ca5bb62d7275b2cc6e0343004f9125e4fb506
EBUILD openyahtzee-1.9.3.ebuild 937 BLAKE2B dbc52d1d309360507c5260c151bc48a881be4925b5fc48e185264a7136565aea3fbd30cddf1a67375f1176dc18e58e7e328649c07dbe6ba3a8ddfe39df1a0453 SHA512 c213cf1063433df039abe8daf8f74e6f378c0f6f9353d80c12b5caa32c1a8c604570d9e54f269f0ce554adf83a644fccb90be40454faec1759ca4fe027d201f0
MISC metadata.xml 462 BLAKE2B df86908050673276a1a63ed0c15cf798092cdb4caa47097cc1e96781d1afc11b08ccbf25598e40357c0c13ed3ba27508820d45bb73930ab137d00999abdabd36 SHA512 a2a3cb524e9432f9e439fd7f1bff4885ffca9230df17e5ad1f529710e606e34f5a65f0b880fd538d8dcccc228cba9672b8267fa17f8f2d477f7da416cbb8a7bc
diff --git a/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch b/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch
deleted file mode 100644
index 485a14c9ceeb..000000000000
--- a/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From: Guy Rutenberg <guyrutenberg@gmail.com>
-Date: Sat, 25 Oct 2014 15:33:42 +0200
-Subject: wxstrtol
-
-Fixes a FTBFS with recent versions of wx3.0.
----
- src/MainFrame.cpp | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/src/MainFrame.cpp b/src/MainFrame.cpp
-index 2128376..8e29d6d 100644
---- a/src/MainFrame.cpp
-+++ b/src/MainFrame.cpp
-@@ -510,7 +510,7 @@ void MainFrame::OnUndo(wxCommandEvent& event)
- wxString tempstr;
-
- tempstr = ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> GetValue();
-- tempstr.Printf(wxT("%li"), wxStrtol(tempstr, NULL, 10) - 100);
-+ tempstr.Printf(wxT("%li"), strtol(tempstr.mb_str(), NULL, 10) - 100);
- ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> SetValue(tempstr);
- }
-
-@@ -936,7 +936,7 @@ void MainFrame::YahtzeeBonus()
- return;
- if (m_score_dice.IsYahtzee()) {
- tempstr = ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> GetValue();
-- tempstr.Printf(wxT("%li"), wxStrtol(tempstr, NULL, 10) + 100);
-+ tempstr.Printf(wxT("%li"), strtol(tempstr.mb_str(), NULL, 10) + 100);
- ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> SetValue(tempstr);
- m_yahtzeebonus = true;
- }
-@@ -973,7 +973,7 @@ void MainFrame::EndofGame()
-
- for (int i = ID_ACESTEXT; i<=ID_SIXESTEXT; i++){
- tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue();
-- upperscore += wxStrtol(tempstr, NULL, 10);
-+ upperscore += strtol(tempstr.mb_str(), NULL, 10);
- }
-
- tempstr.Printf(wxT("%li"),upperscore);
-@@ -992,7 +992,7 @@ void MainFrame::EndofGame()
- //calculate total on lower section
- for (int i = ID_THREEOFAKINDTEXT; i<=ID_YAHTZEEBONUSTEXT; i++) {
- tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue();
-- lowerscore += wxStrtol(tempstr, NULL, 10);
-+ lowerscore += strtol(tempstr.mb_str(), NULL, 10);
- }
-
- tempstr.Printf(wxT("%li"),lowerscore);
-@@ -1091,7 +1091,7 @@ void MainFrame::CalculateSubTotal()
-
- for (int i = ID_ACESTEXT; i<=ID_SIXESTEXT; i++){
- tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue();
-- upperscore += wxStrtol(tempstr, NULL, 10);
-+ upperscore += strtol(tempstr.mb_str(), NULL, 10);
- }
-
- tempstr.Printf(wxT("%li"),upperscore);
-@@ -1105,7 +1105,7 @@ void MainFrame::CalculateSubTotal()
-
- for (int i = ID_THREEOFAKINDTEXT; i<=ID_YAHTZEEBONUSTEXT; i++) {
- tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue();
-- lowerscore += wxStrtol(tempstr, NULL, 10);
-+ lowerscore += strtol(tempstr.mb_str(), NULL, 10);
- }
-
- tempstr.Printf(wxT("%li"),lowerscore);
diff --git a/games-board/pysolfc/Manifest b/games-board/pysolfc/Manifest
index 42351a1dcf5a..295050d40b71 100644
--- a/games-board/pysolfc/Manifest
+++ b/games-board/pysolfc/Manifest
@@ -1,4 +1,3 @@
-AUX pysolfc-2.0-gentoo.patch 312 BLAKE2B d3538548d6fc74d7e3eae7fc3a87e83b97a7aee7329eb7b06267a792779f24a265b29ea60373c4bff4ce7b60e6c4ac7f3f55fde6c60bbe088d0e8de5732bf685 SHA512 55cd38419a2828c92b47deac61bbd3bd44f729f73496bb35ccbb55afad1956167de92f4588871d6303a8f39a8c2270bb5ae06272dea49978583c931e7650a545
AUX pysolfc-PIL-imports.patch 1581 BLAKE2B 82e608f9f84c0af4b695378af7f6ffe90602195f8bac980eb702cd4cc31be5051732e1abedd843970ec1ddf0a4b11bdb5e3455a0de1ff9d62f29dfb35a14987c SHA512 d00fb7b579e4010210131f9fe82ed90cb7ad5d39a391529d8d5c29c5f19b813afc429b1d5b8ae8af0eaf3a8082cf4a48723ce21b42522d9b9c8163a46a033aa9
AUX pysolfc-gentoo.patch 322 BLAKE2B c2fccd5b11942d4cdce148199c6e8b8544502ba7bd95c2bdf230ebf96abc0b9d4e6225e7b1dde92f5eea8820149c10eb4c53e8f95fe82fcec15a480c0efa061a SHA512 963daef445d492a693380466fcfdc7f464947269d8a2b687039f31179c1f4fe5119efd71f83708073373c3ac5174a754075367937f99253d6b443e74e60e93d3
DIST PySolFC-2.0.tar.bz2 4208776 BLAKE2B 0675de0923c6ee381f58f8abbaef5e27bd6fc85bbee9dcd182026ba7259c25c38282623e0cd35b582e8999754d21b092d6a824499bc890a2c0c89c53679182fd SHA512 ec5a11565bd43e097cf1854fe246b8f92acd74077c0b3b158c999f9dc45966e8f805c60a2cfbd815137d970e0e6409d0ae437b9807bac9c39353657cf596b6fc
diff --git a/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch b/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch
deleted file mode 100644
index 3af96d9c0c2f..000000000000
--- a/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- pysollib/settings.py.old 2014-04-07 20:05:02.335276008 +0200
-+++ pysollib/settings.py 2014-04-07 20:05:33.099062670 +0200
-@@ -63,6 +63,7 @@
- '/usr/local/share/PySolFC',
- '/usr/games/PySolFC',
- '/usr/local/games/PySolFC',
-+ '@GAMES_DATADIR@',
- ]
- if os.name == 'nt':
- pass
diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index 5cb3d19eae4e..b3de6ec2c4cc 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1,4 +1,3 @@
-AUX simsu-1.2.3-langs.patch 532 BLAKE2B cbf7ce8448345b9d2cc5ffd4130d533c49caf1f2964f5d0599f07183e006e44e6fea2475acfec1089f23602a4147346ba325f4eb1377ce96b7d3a1c61a5118b7 SHA512 c654fc77dfd562a7a3cb5e1ed90beae0f4917e15eaba25ac4cb86567581334a4556ed5068242ddcd935f0ccc9365419103c3a8dcadf2b933803a9e4fde20e1f8
DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab SHA512 52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44
EBUILD simsu-1.2.3-r1.ebuild 743 BLAKE2B 778d3d0c21abb190f3007093a564e2ee41492f52895c2bbded3beb7ab6a8d162574950c3562f8f94886d32640afcd2afeb17c7d9b3048a38366c8f0dd95e7095 SHA512 8f6ab013af5d281458f90a20db3e7d08bca87b9e6b72f8f071165a67de642e8df1e1a9b9aefc91c2ac5394f23b59c7eb55dd009ee85cc237ae93868177b719ad
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-board/simsu/files/simsu-1.2.3-langs.patch b/games-board/simsu/files/simsu-1.2.3-langs.patch
deleted file mode 100644
index 118c33bea499..000000000000
--- a/games-board/simsu/files/simsu-1.2.3-langs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru simsu-1.2.3.orig/src/locale_dialog.cpp simsu-1.2.3/src/locale_dialog.cpp
---- simsu-1.2.3.orig/src/locale_dialog.cpp 2013-02-14 13:17:54.000000000 -0500
-+++ simsu-1.2.3/src/locale_dialog.cpp 2013-09-09 16:00:09.449992139 -0400
-@@ -85,6 +85,7 @@
- if (paths.isEmpty()) {
- QString appdir = QCoreApplication::applicationDirPath();
- paths.append(appdir);
-+ paths.append("GENTOODATADIR");
- paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower());
- paths.append(appdir + "/../Resources");
- }