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)
- 

Reply via email to