Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/files/
Date: Sat, 26 Nov 2016 17:59:18
Message-Id: 1480183124.ca258bceb0d5755035dc7da8c62119b2354f2992.soap@gentoo
1 commit: ca258bceb0d5755035dc7da8c62119b2354f2992
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 26 16:05:05 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 17:58:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca258bce
7
8 games-board/freedoko: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/2919
11
12 games-board/freedoko/files/Fix_Cardset_Make.patch | 12 ------------
13 games-board/freedoko/files/nodoc.patch | 10 ----------
14 games-board/freedoko/files/nonet.patch | 11 -----------
15 games-board/freedoko/files/portage-cxx.patch | 12 ------------
16 4 files changed, 45 deletions(-)
17
18 diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch
19 deleted file mode 100644
20 index 32bdc32..00000000
21 --- a/games-board/freedoko/files/Fix_Cardset_Make.patch
22 +++ /dev/null
23 @@ -1,12 +0,0 @@
24 ---- data/cardsets/Makefile.orig
25 -+++ data/cardsets/Makefile
26 -@@ -12,8 +12,7 @@
27 - @# In order to add all cardsets to the release
28 - @# uncomment the following line, add a trailing backslash
29 - @# and remove the line after
30 -- @#for d in Altenburg xskat kdecarddecks pysol; do
31 -- for d in Altenburg; do \
32 -+ for d in Altenburg xskat kdecarddecks pysol; do \
33 - cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
34 - done
35 - endif
36
37 diff --git a/games-board/freedoko/files/nodoc.patch b/games-board/freedoko/files/nodoc.patch
38 deleted file mode 100644
39 index b3741a3..00000000
40 --- a/games-board/freedoko/files/nodoc.patch
41 +++ /dev/null
42 @@ -1,10 +0,0 @@
43 ---- Makefile.orig
44 -+++ Makefile
45 -@@ -139,7 +139,6 @@
46 - $(MAKE) Version
47 - cp AUTHORS COPYING ChangeLog README LIESMICH Version release/FreeDoko_$(VERSION)/
48 - $(MAKE) -C data release
49 -- $(MAKE) -C doc release
50 - $(RM) -r `find release/FreeDoko_$(VERSION)/ -name ".svn"`
51 -
52 - .PHONY: release_linux_binary
53
54 diff --git a/games-board/freedoko/files/nonet.patch b/games-board/freedoko/files/nonet.patch
55 deleted file mode 100644
56 index 1902dd5..00000000
57 --- a/games-board/freedoko/files/nonet.patch
58 +++ /dev/null
59 @@ -1,11 +0,0 @@
60 ---- src/Makefile.modules.orig
61 -+++ src/Makefile.modules
62 -@@ -11,7 +11,7 @@
63 - # The network code
64 - # It is not necessary for single players
65 - # The network does use the 'GNet' library (http://www.gnetlibrary.org/)
66 --USE_NETWORK ?= true
67 -+USE_NETWORK ?= false
68 -
69 - # whether to use thread support (experimental, use at your own risk)
70 - #USE_THREADS ?= true
71
72 diff --git a/games-board/freedoko/files/portage-cxx.patch b/games-board/freedoko/files/portage-cxx.patch
73 deleted file mode 100644
74 index 894b480..00000000
75 --- a/games-board/freedoko/files/portage-cxx.patch
76 +++ /dev/null
77 @@ -1,12 +0,0 @@
78 ---- src/Makefile.rules.orig
79 -+++ src/Makefile.rules
80 -@@ -5,8 +5,7 @@
81 - $(DEPTH)/Makefile.os
82 - # Gentoo users do want to see the real compile line.
83 - # So remove the next line and remove the '@' in the line after.
84 -- @echo $(CXX) -c $<
85 -- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
86 -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
87 -
88 - -include $(OBJECTS:.o=.d)
89 -