From ca258bceb0d5755035dc7da8c62119b2354f2992 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sat, 26 Nov 2016 17:05:05 +0100 Subject: 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(-) delete mode 100644 games-board/freedoko/files/Fix_Cardset_Make.patch delete mode 100644 games-board/freedoko/files/nodoc.patch delete mode 100644 games-board/freedoko/files/nonet.patch delete mode 100644 games-board/freedoko/files/portage-cxx.patch (limited to 'games-board') 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 32bdc32885aa..000000000000 --- 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 b3741a3aaf22..000000000000 --- 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 1902dd5668bd..000000000000 --- 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 894b48010e39..000000000000 --- 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) - -- cgit v1.2.3-18-g5258