summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-09 17:04:33 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-09 17:04:33 +0000
commit4dd15d78f1308ec6f67c6ea973cc55ce8e0a61e4 (patch)
treea83b09f5c466c5be9521fa282b3aff395939ef3f /games-board/freedoko/files
parentMarked ppc (diff)
downloadgentoo-2-4dd15d78f1308ec6f67c6ea973cc55ce8e0a61e4.tar.gz
gentoo-2-4dd15d78f1308ec6f67c6ea973cc55ce8e0a61e4.tar.bz2
gentoo-2-4dd15d78f1308ec6f67c6ea973cc55ce8e0a61e4.zip
Initial import. Ebuild by Dietrich Heise <dietrich@pegestorf.de> and edited by Rafael Kolles <rafael@mondoria.de>, Mike Frysinger <vapier@gentoo.org>, and me. Closing bug #113501.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-board/freedoko/files')
-rw-r--r--games-board/freedoko/files/Fix_Cardset_Make.patch12
-rw-r--r--games-board/freedoko/files/digest-freedoko-0.7.312
-rw-r--r--games-board/freedoko/files/nodoc.patch10
-rw-r--r--games-board/freedoko/files/nonet.patch11
-rw-r--r--games-board/freedoko/files/portage-cxx.patch12
5 files changed, 57 insertions, 0 deletions
diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch
new file mode 100644
index 000000000000..0f1ddc6bff83
--- /dev/null
+++ b/games-board/freedoko/files/Fix_Cardset_Make.patch
@@ -0,0 +1,12 @@
+--- data/cardsets/Makefile.orig 2006-07-27 10:21:57.000000000 +0200
++++ data/cardsets/Makefile 2006-07-28 17:30:58.776317496 +0200
+@@ -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/digest-freedoko-0.7.3 b/games-board/freedoko/files/digest-freedoko-0.7.3
new file mode 100644
index 000000000000..9158126dc229
--- /dev/null
+++ b/games-board/freedoko/files/digest-freedoko-0.7.3
@@ -0,0 +1,12 @@
+MD5 78a5c89b865f5366e1dc83f7714725a8 FreeDoko_0.7.3.src.zip 2759310
+RMD160 1c9a4c84d06a2941aa910438cfbd64afab34e7ec FreeDoko_0.7.3.src.zip 2759310
+SHA256 ea5cb508be0f2935caa4142401971d88d568221dd811a712fc0bef7c9f963fdd FreeDoko_0.7.3.src.zip 2759310
+MD5 782be8cbf41b3dd1be6643baf6c8d0a6 kdecarddecks.zip 3370611
+RMD160 c99a94e52e697c49068a31a0fc10acca7f528c86 kdecarddecks.zip 3370611
+SHA256 07b17aaef44c5643b12089da7ffd8f8b18f8f5541e7d01fc04e53c964780cdac kdecarddecks.zip 3370611
+MD5 bb35d79812ea73310fa017c26565856e pysol.zip 26314316
+RMD160 0ceb36c33e3de983e7a60df13367857fe14ddba7 pysol.zip 26314316
+SHA256 94d0e2d6aa13e5b007efaf08af0f506f48708e3243186db77f23e2e4660c0aa6 pysol.zip 26314316
+MD5 d8d4339d2d94eafbab3f2f7653097acf xskat.zip 666085
+RMD160 c4e10c6ca9753a544fa1197d45a6759363742f7e xskat.zip 666085
+SHA256 77cd3d7b3305ef1c201963e512557637929b394f4c1b19d838395dda3c9f8a1d xskat.zip 666085
diff --git a/games-board/freedoko/files/nodoc.patch b/games-board/freedoko/files/nodoc.patch
new file mode 100644
index 000000000000..3d62d92c6a7d
--- /dev/null
+++ b/games-board/freedoko/files/nodoc.patch
@@ -0,0 +1,10 @@
+--- Makefile.orig 2006-08-12 16:26:20.366547794 +0200
++++ Makefile 2006-08-12 16:26:51.066037961 +0200
+@@ -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
new file mode 100644
index 000000000000..4881dc0f68df
--- /dev/null
+++ b/games-board/freedoko/files/nonet.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.modules.orig 2006-08-12 16:56:49.150314837 +0200
++++ src/Makefile.modules 2006-08-12 17:15:29.231357349 +0200
+@@ -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
new file mode 100644
index 000000000000..5a3e40e2f084
--- /dev/null
+++ b/games-board/freedoko/files/portage-cxx.patch
@@ -0,0 +1,12 @@
+--- src/Makefile.rules.orig 2006-10-05 21:59:41.915041312 +0200
++++ src/Makefile.rules 2006-10-05 21:59:50.259772720 +0200
+@@ -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)
+