summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-08-23 13:11:02 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-08-23 13:11:02 +0000
commitffe276e1cafa6fed081b97b60cdc54f3b2b67aca (patch)
tree73552e32cc4ecca585425c2d6ac9d76d5c07f234 /games-engines/gargoyle/files
parentStable on hppa. See bug #144092. (diff)
downloadgentoo-2-ffe276e1cafa6fed081b97b60cdc54f3b2b67aca.tar.gz
gentoo-2-ffe276e1cafa6fed081b97b60cdc54f3b2b67aca.tar.bz2
gentoo-2-ffe276e1cafa6fed081b97b60cdc54f3b2b67aca.zip
Version bump, with patch fo fix filenames issues. Wiped out previous version. Closes bug #144280
(Portage version: 2.1-r2)
Diffstat (limited to 'games-engines/gargoyle/files')
-rw-r--r--games-engines/gargoyle/files/digest-gargoyle-200607033
-rw-r--r--games-engines/gargoyle/files/filename-friendliness.patch228
2 files changed, 231 insertions, 0 deletions
diff --git a/games-engines/gargoyle/files/digest-gargoyle-20060703 b/games-engines/gargoyle/files/digest-gargoyle-20060703
new file mode 100644
index 000000000000..2e2882c82184
--- /dev/null
+++ b/games-engines/gargoyle/files/digest-gargoyle-20060703
@@ -0,0 +1,3 @@
+MD5 3ae027be29fc02a4bd8500b69f41af32 gargoyle-2006-07-03-source.zip 7112485
+RMD160 d083b3496c7ee3160231bf0779ac83cce436c593 gargoyle-2006-07-03-source.zip 7112485
+SHA256 98da573170d6b89d6522c435bff5d6ddfbdda86baaad14570a038925ed7e042c gargoyle-2006-07-03-source.zip 7112485
diff --git a/games-engines/gargoyle/files/filename-friendliness.patch b/games-engines/gargoyle/files/filename-friendliness.patch
new file mode 100644
index 000000000000..9b916b07fcaa
--- /dev/null
+++ b/games-engines/gargoyle/files/filename-friendliness.patch
@@ -0,0 +1,228 @@
+diff -rU 2 gargoyle-2006-07-03-source-pre/garglk/launcher.sh gargoyle-2006-07-03-source/garglk/launcher.sh
+--- gargoyle-2006-07-03-source-pre/garglk/launcher.sh 2006-07-02 13:21:10.000000000 -0400
++++ gargoyle-2006-07-03-source/garglk/launcher.sh 2006-08-18 17:08:43.000000000 -0400
+@@ -45,25 +45,25 @@
+
+ case "$lowpath" in
+- *.taf ) $dirpath/scare "$1" ;;
+- *.dat ) $dirpath/advsys "$1" ;;
+- *.agx ) $dirpath/agility "$1" ;;
+- *.d\$\$ ) $dirpath/agility "$1" ;;
+- *.acd ) $dirpath/alan2 "$1" ;;
+- *.a3c ) $dirpath/alan3 "$1" ;;
+- *.ulx ) $dirpath/git "$1" ;;
+- *.hex ) $dirpath/hugo "$1" ;;
+- *.l9 ) $dirpath/level9 "$1" ;;
+- *.sna ) $dirpath/level9 "$1" ;;
+- *.mag ) $dirpath/magnetic "$1" ;;
+- *.gam ) $dirpath/tadsr "$1" ;;
+- *.t3 ) $dirpath/tadsr "$1" ;;
+- *.z? ) $dirpath/frotz "$1" ;;
++ *.taf ) $dirpath/gargoyle-scare "$1" ;;
++ *.dat ) $dirpath/gargoyle-advsys "$1" ;;
++ *.agx ) $dirpath/gargoyle-agility "$1" ;;
++ *.d\$\$ ) $dirpath/gargoyle-agility "$1" ;;
++ *.acd ) $dirpath/gargoyle-alan2 "$1" ;;
++ *.a3c ) $dirpath/gargoyle-alan3 "$1" ;;
++ *.ulx ) $dirpath/gargoyle-git "$1" ;;
++ *.hex ) $dirpath/gargoyle-hugo "$1" ;;
++ *.l9 ) $dirpath/gargoyle-level9 "$1" ;;
++ *.sna ) $dirpath/gargoyle-level9 "$1" ;;
++ *.mag ) $dirpath/gargoyle-magnetic "$1" ;;
++ *.gam ) $dirpath/gargoyle-tadsr "$1" ;;
++ *.t3 ) $dirpath/gargoyle-tadsr "$1" ;;
++ *.z? ) $dirpath/gargoyle-frotz "$1" ;;
+
+- *.blb ) $dirpath/git "$1" ;;
+- *.blorb ) $dirpath/git "$1" ;;
+- *.glb ) $dirpath/git "$1" ;;
+- *.gblorb ) $dirpath/git "$1" ;;
+- *.zlb ) $dirpath/frotz "$1" ;;
+- *.zblorb ) $dirpath/frotz "$1" ;;
++ *.blb ) $dirpath/gargoyle-git "$1" ;;
++ *.blorb ) $dirpath/gargoyle-git "$1" ;;
++ *.glb ) $dirpath/gargoyle-git "$1" ;;
++ *.gblorb ) $dirpath/gargoyle-git "$1" ;;
++ *.zlb ) $dirpath/gargoyle-frotz "$1" ;;
++ *.zblorb ) $dirpath/gargoyle-frotz "$1" ;;
+
+ * ) echo "gargoyle: Unknown file type: $1" ;;
+diff -rU 2 gargoyle-2006-07-03-source-pre/tads/Jamfile gargoyle-2006-07-03-source/tads/Jamfile
+--- gargoyle-2006-07-03-source-pre/tads/Jamfile 2006-04-28 15:58:08.000000000 -0400
++++ gargoyle-2006-07-03-source/tads/Jamfile 2006-08-18 17:57:53.000000000 -0400
+@@ -61,5 +61,5 @@
+ SEARCH_SOURCE = $(SUBDIR) ;
+
+-Main tadsr :
++Main gargoyle-tadsr :
+ t23run.cpp
+ osansi1.c osansi2.c osansi3.c
+@@ -74,8 +74,8 @@
+ ;
+
+-LinkLibraries tadsr : libtads2 libtads3 ;
++LinkLibraries gargoyle-tadsr : libtads2 libtads3 ;
+
+-LINK on tadsr$(SUFEXE) = $(C++) ;
++LINK on gargoyle-tadsr$(SUFEXE) = $(C++) ;
+
+-APPS += tadsr ;
++APPS += gargoyle-tadsr ;
+
+diff -rU 2 gargoyle-2006-07-03-source-pre/terps/Jamfile gargoyle-2006-07-03-source/terps/Jamfile
+--- gargoyle-2006-07-03-source-pre/terps/Jamfile 2006-07-02 13:20:32.000000000 -0400
++++ gargoyle-2006-07-03-source/terps/Jamfile 2006-08-18 16:51:59.000000000 -0400
+@@ -32,9 +32,9 @@
+ SubDirCcFlags -w ;
+
+- Main advsys :
++ Main gargoyle-advsys :
+ advmsg.c advtrm.c advprs.c advdbs.c advint.c advjunk.c advexe.c
+ glkstart.c ;
+
+- APPS += advsys ;
++ APPS += gargoyle-advsys ;
+ }
+
+@@ -58,5 +58,5 @@
+ SubDirCcFlags -DGLK_ANSI_ONLY ;
+
+- Main agility :
++ Main gargoyle-agility :
+ agtread.c gamedata.c util.c agxfile.c auxfile.c filename.c
+ parser.c exec.c runverb.c metacommand.c savegame.c debugcmd.c
+@@ -65,5 +65,5 @@
+ ;
+
+- APPS += agility ;
++ APPS += gargoyle-agility ;
+ }
+
+@@ -83,5 +83,5 @@
+ SubDirCcFlags -funsigned-char -Wno-parentheses -DGLK -DREVERSED ;
+
+- Main alan2 :
++ Main gargoyle-alan2 :
+ arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
+ decode.c term.c reverse.c readline.c params.c sysdep.c
+@@ -89,5 +89,5 @@
+ ;
+
+- APPS += alan2 ;
++ APPS += gargoyle-alan2 ;
+ }
+
+@@ -106,5 +106,5 @@
+ SubDirCcFlags -funsigned-char -DGLK ;
+
+- Main alan3 :
++ Main gargoyle-alan3 :
+ arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
+ decode.c term.c reverse.c readline.c params.c sysdep.c
+@@ -113,5 +113,5 @@
+ ;
+
+- APPS += alan3 ;
++ APPS += gargoyle-alan3 ;
+ }
+
+@@ -126,5 +126,5 @@
+ ObjDir frotz ;
+
+- Main frotz :
++ Main gargoyle-frotz :
+ buffer.c err.c fastmem.c files.c
+ input.c main.c math.c object.c process.c quetzal.c random.c
+@@ -133,5 +133,5 @@
+ ;
+
+- APPS += frotz ;
++ APPS += gargoyle-frotz ;
+ }
+
+@@ -150,5 +150,5 @@
+ SubDirCcFlags -DUSE_INLINE ;
+
+- Main git :
++ Main gargoyle-git :
+ git.c memory.c compiler.c opcodes.c operands.c
+ peephole.c terp.c glkop.c search.c git_unix.c
+@@ -156,5 +156,5 @@
+ ;
+
+- APPS += git ;
++ APPS += gargoyle-git ;
+ }
+
+@@ -171,10 +171,10 @@
+ if $(OS) != MINGW { SubDirCcFlags -DOS_UNIX ; }
+
+- Main glulxe :
++ Main gargoyle-glulxe :
+ main.c files.c vm.c exec.c funcs.c operand.c string.c glkop.c
+ serial.c search.c gestalt.c osdepend.c unixstrt.c
+ ;
+
+- APPS += glulxe ;
++ APPS += gargoyle-glulxe ;
+ }
+
+@@ -206,10 +206,10 @@
+ [ FDirName $(SUBDIR) heglk ] ;
+
+- Main hugo :
++ Main gargoyle-hugo :
+ he.c heexpr.c hemisc.c heobject.c heparse.c heres.c herun.c heset.c
+ stringfn.c heglk.c heglkunix.c
+ ;
+
+- APPS += hugo ;
++ APPS += gargoyle-hugo ;
+ }
+
+@@ -237,7 +237,7 @@
+ [ FDirName $(SUBDIR) Glk ] ;
+
+- Main level9 : level9.c glk.c ;
++ Main gargoyle-level9 : level9.c glk.c ;
+
+- APPS += level9 ;
++ APPS += gargoyle-level9 ;
+ }
+
+@@ -268,7 +268,7 @@
+ # SubDirCcFlags -DNOBORDER ;
+
+- Main magnetic : emu.c glk.c ;
++ Main gargoyle-magnetic : emu.c glk.c ;
+
+- APPS += magnetic ;
++ APPS += gargoyle-magnetic ;
+ }
+
+@@ -315,8 +315,8 @@
+ sound.c graphics.c blorb.c
+ ;
+- Main nitfol : main.c startunix.c ;
+- LinkLibraries nitfol : libnitfol ;
++ Main gargoyle-nitfol : main.c startunix.c ;
++ LinkLibraries gargoyle-nitfol : libnitfol ;
+
+- APPS += nitfol ;
++ APPS += gargoyle-nitfol ;
+ }
+
+@@ -336,5 +336,5 @@
+ }
+
+- Main scare :
++ Main gargoyle-scare :
+ sctafpar.c sctaffil.c scprops.c scvars.c scexpr.c scprintf.c
+ scinterf.c scparser.c sclibrar.c scrun.c scevents.c scnpcs.c
+@@ -343,5 +343,5 @@
+ ;
+
+- APPS += scare ;
++ APPS += gargoyle-scare ;
+ }
+