diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-22 16:19:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:09:12 +0100 |
commit | d1d9bfb2dd63d57db8d4ff62cde7ad6f7fddaa09 (patch) | |
tree | 6c37d808307643304548dd8a3b0efad7dc9c6285 | |
parent | games-board/chessx: remove unused patch (diff) | |
download | gentoo-d1d9bfb2dd63d57db8d4ff62cde7ad6f7fddaa09.tar.gz gentoo-d1d9bfb2dd63d57db8d4ff62cde7ad6f7fddaa09.tar.bz2 gentoo-d1d9bfb2dd63d57db8d4ff62cde7ad6f7fddaa09.zip |
games-board/freedoko: remove unused patches
-rw-r--r-- | games-board/freedoko/files/freedoko-0.7.13-gentoo.patch | 45 | ||||
-rw-r--r-- | games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch | 36 |
2 files changed, 0 insertions, 81 deletions
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() - ) - ) - |