* [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/files/
@ 2016-11-26 17:59 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-11-26 17:59 UTC (permalink / raw
To: gentoo-commits
commit: ca258bceb0d5755035dc7da8c62119b2354f2992
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 16:05:05 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 17:58:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca258bce
games-board/freedoko: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2919
games-board/freedoko/files/Fix_Cardset_Make.patch | 12 ------------
games-board/freedoko/files/nodoc.patch | 10 ----------
games-board/freedoko/files/nonet.patch | 11 -----------
games-board/freedoko/files/portage-cxx.patch | 12 ------------
4 files changed, 45 deletions(-)
diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch
deleted file mode 100644
index 32bdc32..00000000
--- a/games-board/freedoko/files/Fix_Cardset_Make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- data/cardsets/Makefile.orig
-+++ data/cardsets/Makefile
-@@ -12,8 +12,7 @@
- @# In order to add all cardsets to the release
- @# uncomment the following line, add a trailing backslash
- @# and remove the line after
-- @#for d in Altenburg xskat kdecarddecks pysol; do
-- for d in Altenburg; do \
-+ for d in Altenburg xskat kdecarddecks pysol; do \
- cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
- done
- endif
diff --git a/games-board/freedoko/files/nodoc.patch b/games-board/freedoko/files/nodoc.patch
deleted file mode 100644
index b3741a3..00000000
--- a/games-board/freedoko/files/nodoc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig
-+++ Makefile
-@@ -139,7 +139,6 @@
- $(MAKE) Version
- cp AUTHORS COPYING ChangeLog README LIESMICH Version release/FreeDoko_$(VERSION)/
- $(MAKE) -C data release
-- $(MAKE) -C doc release
- $(RM) -r `find release/FreeDoko_$(VERSION)/ -name ".svn"`
-
- .PHONY: release_linux_binary
diff --git a/games-board/freedoko/files/nonet.patch b/games-board/freedoko/files/nonet.patch
deleted file mode 100644
index 1902dd5..00000000
--- a/games-board/freedoko/files/nonet.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.modules.orig
-+++ src/Makefile.modules
-@@ -11,7 +11,7 @@
- # The network code
- # It is not necessary for single players
- # The network does use the 'GNet' library (http://www.gnetlibrary.org/)
--USE_NETWORK ?= true
-+USE_NETWORK ?= false
-
- # whether to use thread support (experimental, use at your own risk)
- #USE_THREADS ?= true
diff --git a/games-board/freedoko/files/portage-cxx.patch b/games-board/freedoko/files/portage-cxx.patch
deleted file mode 100644
index 894b480..00000000
--- a/games-board/freedoko/files/portage-cxx.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/Makefile.rules.orig
-+++ src/Makefile.rules
-@@ -5,8 +5,7 @@
- $(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 $<
-- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-
- -include $(OBJECTS:.o=.d)
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/files/
@ 2017-12-23 13:11 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-23 13:11 UTC (permalink / raw
To: gentoo-commits
commit: d1d9bfb2dd63d57db8d4ff62cde7ad6f7fddaa09
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 15:19:33 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 13:09:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d9bfb2
games-board/freedoko: remove unused patches
.../freedoko/files/freedoko-0.7.13-gentoo.patch | 45 ----------------------
.../freedoko/files/freedoko-0.7.13-libsigc26.patch | 36 -----------------
2 files changed, 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 91bd228186b..00000000000
--- 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 2c356695c71..00000000000
--- 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()
- )
- )
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-23 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-26 17:59 [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/files/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-12-23 13:11 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox