summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-21 01:25:17 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-22 13:42:28 -0400
commit15b36676c04c576a406300a76a4a75bfe6840848 (patch)
treec0764a1d7961aae02240d0428cd14bbcc832597f /games-board/scid/files
parentkde-apps/libkcompactdisc: Drop old (diff)
downloadgentoo-15b36676c04c576a406300a76a4a75bfe6840848.tar.gz
gentoo-15b36676c04c576a406300a76a4a75bfe6840848.tar.bz2
gentoo-15b36676c04c576a406300a76a4a75bfe6840848.zip
games-board/scid: clean old; dropped ppc to unstable
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board/scid/files')
-rw-r--r--games-board/scid/files/scid-4.5.2-gentoo.patch160
-rw-r--r--games-board/scid/files/scid-4.6.0-gentoo.patch124
2 files changed, 0 insertions, 284 deletions
diff --git a/games-board/scid/files/scid-4.5.2-gentoo.patch b/games-board/scid/files/scid-4.5.2-gentoo.patch
deleted file mode 100644
index ce388e73a1f6..000000000000
--- a/games-board/scid/files/scid-4.5.2-gentoo.patch
+++ /dev/null
@@ -1,160 +0,0 @@
---- engines/togaII1.2.1a/src/Makefile.old
-+++ engines/togaII1.2.1a/src/Makefile
-@@ -18,23 +18,16 @@
-
- # general
-
--CXX = g++
--CXXFLAGS = -pipe -Wall
--LDFLAGS = -lm
-
- # C++
-
--CXXFLAGS += -fno-exceptions -fno-rtti
-
- # optimisation
-
--CXXFLAGS += -O3 -fstrict-aliasing
--CXXFLAGS += -fomit-frame-pointer
- # CXXFLAGS += -march=athlon-xp # SELECT ME
-
- # strip
-
--LDFLAGS += -s
-
- # dependencies
-
---- tcl/utils/sound.tcl.old
-+++ tcl/utils/sound.tcl
-@@ -41,7 +41,7 @@
- variable soundFolder
-
- ::splash::add "Setting up audio move announcement..."
-- if {[catch {package require snack 2.0}]} {
-+ if {[catch {package require snack}]} {
- set hasSnackPackage 0
- ::splash::add " Move speech disabled - Snack sound package not found"
- return
---- Makefile.conf.old
-+++ Makefile.conf
-@@ -193,7 +193,7 @@
- # Small extra programs. Most are written in Tcl using tkscid, but
- # a few contributed ones may be in Python or other languages.
- #
--SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix spliteco spf2spi
-+SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix eco2pgn spliteco spf2spi
-
- ####################
-
-@@ -218,25 +218,25 @@
- install: $(INSTALL)
-
- install_scid: all_scid
-- install -m 755 -d $(SHAREDIR)
-- install -m 755 -d $(BINDIR)
-- install -m 755 scid $(SCRIPTS) $(EXECS) $(BINDIR)
-- install -m 644 -p scid.eco $(SHAREDIR)
-- install -m 755 -d $(SHAREDIR)/books
-- install -m 666 ./books/*.* $(SHAREDIR)/books/
-- install -m 755 -d $(SHAREDIR)/bases
-- if test -d ./bases; then install -m 666 ./bases/*.* $(SHAREDIR)/bases/ ; fi
-- install -m 755 -d $(SHAREDIR)/html
-- cp -r ./html/* $(SHAREDIR)/html/
-- install -m 755 -d $(SHAREDIR)/img/
-- cp -r ./img/* $(SHAREDIR)/img/
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)"
-+ install -m 755 -d "$(DESTDIR)$(BINDIR)"
-+ install -m 755 scid $(SCRIPTS) $(EXECS) "$(DESTDIR)$(BINDIR)"
-+ install -m 644 -p scid.eco "$(DESTDIR)$(SHAREDIR)"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/books"
-+ install -m 666 ./books/*.* "$(DESTDIR)$(SHAREDIR)/books/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/bases"
-+ if test -d ./bases; then install -m 666 ./bases/*.* "$(DESTDIR)$(SHAREDIR)/bases/" ; fi
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/html"
-+ cp -r ./html/* "$(DESTDIR)$(SHAREDIR)/html/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/img/"
-+ cp -r ./img/* "$(DESTDIR)$(SHAREDIR)/img/"
-
- install_engines: all_engines
-- install -m 755 -d $(SHAREDIR)/engines
-- install -m 755 -d $(SHAREDIR)/engines/phalanx-scid
-- install ./engines/phalanx-scid/phalanx-scid $(SHAREDIR)/engines/phalanx-scid
-- install -m 755 -d $(SHAREDIR)/engines/togaII1.2.1a
-- install ./engines/togaII1.2.1a/src/togaII $(SHAREDIR)/engines/togaII1.2.1a/
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines/phalanx-scid"
-+ install ./engines/phalanx-scid/phalanx-scid "$(DESTDIR)$(SHAREDIR)/engines/phalanx-scid"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines/togaII1.2.1a"
-+ install ./engines/togaII1.2.1a/src/togaII "$(DESTDIR)$(SHAREDIR)/engines/togaII1.2.1a/"
-
- install_mac: all
- install -m 755 -d dist/Scid.app/Contents/MacOS
-@@ -288,25 +288,25 @@
- hdiutil create -fs "HFS+" -volname Scid -srcfolder dist "Scid $(SCID_VERSION) (`sw_vers -productName` `sw_vers -productVersion` `uname -p`).dmg"
-
- uninstall:
-- rm -rf $(SHAREDIR)/engines
-- rm -rf $(SHAREDIR)/books
-- rm -rf $(SHAREDIR)/bases
-- rm -rf $(SHAREDIR)/data/
-- rm -f $(SHAREDIR)/data/scid.eco
-- rm -f $(BINDIR)/scid $(BINDIR)/sc_addmove $(BINDIR)/sc_epgn
-- rm -f $(BINDIR)/sc_spell $(BINDIR)/sc_eco $(BINDIR)/sc_import
-- rm -f $(BINDIR)/sc_remote $(BINDIR)/sc_tree $(BINDIR)/scidpgn
-- rm -f $(BINDIR)/pgnfix $(BINDIR)/spliteco
-- rm -f $(BINDIR)/pgnscid $(BINDIR)/tkscid
-- rm -f $(BINDIR)/scmerge $(BINDIR)/scidlet
-- rm -rf $(SHAREDIR)/html
-+ rm -rf "$(DESTDIR)$(SHAREDIR)/engines"
-+ rm -rf "$(DESTDIR)$(SHAREDIR)/books"
-+ rm -rf "$(DESTDIR)$(SHAREDIR)/bases"
-+ rm -rf "$(DESTDIR)$(SHAREDIR)/data/"
-+ rm -f "$(DESTDIR)$(SHAREDIR)/data/scid.eco"
-+ rm -f "$(DESTDIR)$(BINDIR)/scid $(BINDIR)/sc_addmove" "$(DESTDIR)$(BINDIR)/sc_epgn"
-+ rm -f "$(DESTDIR)$(BINDIR)/sc_spell" "$(DESTDIR)$(BINDIR)/sc_eco" "$(DESTDIR)$(BINDIR)/sc_import"
-+ rm -f "$(DESTDIR)$(BINDIR)/sc_remote" "$(DESTDIR)$(BINDIR)/sc_tree" "$(DESTDIR)$(BINDIR)/scidpgn"
-+ rm -f "$(DESTDIR)$(BINDIR)/pgnfix" "$(DESTDIR)$(BINDIR)/spliteco"
-+ rm -f "$(DESTDIR)$(BINDIR)/pgnscid" "$(DESTDIR)$(BINDIR)/tkscid"
-+ rm -f "$(DESTDIR)$(BINDIR)/scmerge" "$(DESTDIR)$(BINDIR)/scidlet"
-+ rm -rf "$(DESTDIR)$(SHAREDIR)/html"
-
- ### To remove Scid files placed in the BINDIR and SHAREDIR directories,
- # type "make distclean".
- #
- distclean:
-- cd $(BINDIR) && rm -f $(EXECS) $(SCRIPTS)
-- -rm -f $(SHAREDIR)/scid.eco
-+ cd $(DESTDIR)$(BINDIR) && rm -f "$(EXECS)" "$(SCRIPTS)"
-+ -rm -f "$(DESTDIR)$(SHAREDIR)/scid.eco"
-
- ### To remove object and executable files: type "make clean".
- #
---- tcl/start.tcl.old
-+++ tcl/start.tcl
-@@ -186,7 +186,7 @@
-
- # scidShareDir, scidImgDir, scidBooksDir, scidBasesDir, ecoFile:
- # Location of Scid resources
-- set scidShareDir [file normalize [file join $scidExeDir "../share/scid"]]
-+ set scidShareDir "@GENTOO_DATADIR@"
- if {! [file isdirectory $::scidShareDir]} {
- set scidShareDir $::scidExeDir
- }
-@@ -849,7 +849,7 @@
-
- ### Audio move announcement options:
-
--set ::utils::sound::soundFolder [file nativename [file join $::scidExeDir sounds]]
-+set ::utils::sound::soundFolder "@GENTOO_DATADIR@/sounds"
- set ::utils::sound::announceNew 0
- set ::utils::sound::announceForward 0
- set ::utils::sound::announceBack 0
-@@ -858,7 +858,7 @@
- if {$windowsOS} {
- set spellCheckFile [file join $scidDataDir "spelling.ssp"]
- } else {
-- set spellCheckFile "/usr/local/share/scid/spelling.ssp"
-+ set spellCheckFile "@GENTOO_DATADIR@/spelling.ssp"
- }
-
- # book configuration
diff --git a/games-board/scid/files/scid-4.6.0-gentoo.patch b/games-board/scid/files/scid-4.6.0-gentoo.patch
deleted file mode 100644
index a6f525ad8c3a..000000000000
--- a/games-board/scid/files/scid-4.6.0-gentoo.patch
+++ /dev/null
@@ -1,124 +0,0 @@
---- scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile
-+++ scid-4.6.0/engines/togaII1.2.1a/src/Makefile
-@@ -18,23 +18,16 @@
-
- # general
-
--CXX = g++
--CXXFLAGS = -pipe -Wall
--LDFLAGS = -lm
-
- # C++
-
--CXXFLAGS += -fno-exceptions -fno-rtti
-
- # optimisation
-
--CXXFLAGS += -O3 -fstrict-aliasing
--CXXFLAGS += -fomit-frame-pointer
- # CXXFLAGS += -march=athlon-xp # SELECT ME
-
- # strip
-
--LDFLAGS += -s
-
- # dependencies
-
---- scid-4.6.0.orig/Makefile.conf
-+++ scid-4.6.0/Makefile.conf
-@@ -157,32 +157,31 @@
- install: $(INSTALL)
-
- install_scid: all_scid
-- install -m 755 -d "$(SHAREDIR)"
-- install -m 755 -d "$(BINDIR)"
-- install -m 755 $(SCRIPTS) $(EXECS) "$(BINDIR)"
-- rm -f "$(BINDIR)/scid"
-- @echo "#!/bin/sh" > "$(BINDIR)/scid"
-- @echo 'exec "$(BINDIR)/tkscid" "$(SHAREDIR)/tcl/start.tcl" "$$@"' >> "$(BINDIR)/scid"
-- chmod 755 "$(BINDIR)/scid"
-- chmod +x "$(BINDIR)/scid"
-- install -m 644 -p scid.eco "$(SHAREDIR)"
-- install -m 755 -d "$(SHAREDIR)/books"
-- install -m 666 ./books/*.* "$(SHAREDIR)/books/"
-- install -m 755 -d "$(SHAREDIR)/bases"
-- if test -d ./bases; then install -m 666 ./bases/*.* "$(SHAREDIR)/bases/" ; fi
-- install -m 755 -d "$(SHAREDIR)/html"
-- cp -r ./html/* "$(SHAREDIR)/html/"
-- install -m 755 -d "$(SHAREDIR)/img/"
-- cp -r ./img/* "$(SHAREDIR)/img/"
-- install -m 755 -d "$(SHAREDIR)/tcl/"
-- cp -r ./tcl/* "$(SHAREDIR)/tcl/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)"
-+ install -m 755 -d "$(DESTDIR)$(BINDIR)"
-+ install -m 755 $(SCRIPTS) $(EXECS) "$(DESTDIR)$(BINDIR)"
-+ @echo "#!/bin/sh" > "$(DESTDIR)$(BINDIR)/scid"
-+ @echo 'exec "$(BINDIR)/tkscid" "$(SHAREDIR)/tcl/start.tcl" "$$@"' >> "$(DESTDIR)$(BINDIR)/scid"
-+ chmod 755 "$(DESTDIR)$(BINDIR)/scid"
-+ chmod +x "$(DESTDIR)$(BINDIR)/scid"
-+ install -m 644 -p scid.eco "$(DESTDIR)$(SHAREDIR)"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/books"
-+ install -m 666 ./books/*.* "$(DESTDIR)$(SHAREDIR)/books/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/bases"
-+ if test -d ./bases; then install -m 666 ./bases/*.* "$(DESTDIR)$(SHAREDIR)/bases/" ; fi
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/html"
-+ cp -r ./html/* "$(DESTDIR)$(SHAREDIR)/html/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/img/"
-+ cp -r ./img/* "$(DESTDIR)$(SHAREDIR)/img/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/tcl/"
-+ cp -r ./tcl/* "$(DESTDIR)$(SHAREDIR)/tcl/"
-
- install_engines: all_engines
-- install -m 755 -d "$(SHAREDIR)/engines"
-- install -m 755 -d "$(SHAREDIR)/engines/phalanx-scid"
-- install ./engines/phalanx-scid/phalanx-scid "$(SHAREDIR)/engines/phalanx-scid"
-- install -m 755 -d "$(SHAREDIR)/engines/togaII1.2.1a"
-- install ./engines/togaII1.2.1a/src/togaII "$(SHAREDIR)/engines/togaII1.2.1a/"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines/phalanx-scid"
-+ install ./engines/phalanx-scid/phalanx-scid "$(DESTDIR)$(SHAREDIR)/engines/phalanx-scid"
-+ install -m 755 -d "$(DESTDIR)$(SHAREDIR)/engines/togaII1.2.1a"
-+ install ./engines/togaII1.2.1a/src/togaII "$(DESTDIR)$(SHAREDIR)/engines/togaII1.2.1a/"
-
- install_mac: all
- install -m 755 -d dist/Scid.app/Contents/MacOS
---- scid-4.6.0.orig/tcl/start.tcl
-+++ scid-4.6.0/tcl/start.tcl
-@@ -93,7 +93,7 @@
-
- # scidShareDir, scidImgDir, scidTclDir, scidBooksDir, scidBasesDir, ecoFile:
- # Location of Scid resources
-- set scidShareDir [file normalize [file join $scidExeDir "../share/scid"]]
-+ set scidShareDir "@GENTOO_DATADIR@"
- if {! [file isdirectory $::scidShareDir]} {
- set scidShareDir $::scidExeDir
- }
-@@ -785,7 +785,7 @@
- }
-
- ### Audio move announcement options:
--set ::utils::sound::soundFolder [file nativename [file join $::scidExeDir sounds]]
-+set ::utils::sound::soundFolder "@GENTOO_DATADIR@/sounds"
- set ::utils::sound::announceNew 0
- set ::utils::sound::announceForward 0
- set ::utils::sound::announceBack 0
-@@ -794,7 +794,7 @@
- if {$windowsOS} {
- set spellCheckFile [file join $scidDataDir "spelling.ssp"]
- } else {
-- set spellCheckFile "/usr/local/share/scid/spelling.ssp"
-+ set spellCheckFile "@GENTOO_DATADIR@//spelling.ssp"
- }
-
- # book configuration
---- scid-4.6.0.orig/tcl/utils/sound.tcl
-+++ scid-4.6.0/tcl/utils/sound.tcl
-@@ -43,7 +43,7 @@
- variable soundFolder
-
- set hasSound 1
-- if {[catch {package require snack 2.0}]} {
-+ if {[catch {package require snack}]} {
- if {$::windowsOS} {
- catch {
- set ::utils::sound::pipe [open "| scidsnd.exe" "r+"]