diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-23 13:11:02 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-23 13:11:02 +0000 |
commit | ffe276e1cafa6fed081b97b60cdc54f3b2b67aca (patch) | |
tree | 73552e32cc4ecca585425c2d6ac9d76d5c07f234 /games-engines | |
parent | Stable on hppa. See bug #144092. (diff) | |
download | gentoo-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')
-rw-r--r-- | games-engines/gargoyle/ChangeLog | 11 | ||||
-rw-r--r-- | games-engines/gargoyle/files/digest-gargoyle-20060703 | 3 | ||||
-rw-r--r-- | games-engines/gargoyle/files/filename-friendliness.patch | 228 | ||||
-rw-r--r-- | games-engines/gargoyle/gargoyle-20060703.ebuild | 56 |
4 files changed, 296 insertions, 2 deletions
diff --git a/games-engines/gargoyle/ChangeLog b/games-engines/gargoyle/ChangeLog index f51f6ed71a9d..fd219a508863 100644 --- a/games-engines/gargoyle/ChangeLog +++ b/games-engines/gargoyle/ChangeLog @@ -1,11 +1,18 @@ # ChangeLog for games-engines/gargoyle # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.2 2006/03/19 23:56:32 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.3 2006/08/23 13:11:02 s4t4n Exp $ + +*gargoyle-20060703 (23 Aug 2006) + + 23 Aug 2006; Michele Noberasco <s4t4n@gentoo.org> gargoyle-20060703.ebuild: + Version bump, with filenames fix. Closes bug #144280. + gargoyle-20051002.ebuild: + Wiped out older version. 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> gargoyle-20051002.ebuild: Add DEPEND on app-arch/unzip *gargoyle-20051002 (26 Jan 2006) - 26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> gargoyle-20051002.ebuild.ebuild: + 26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> gargoyle-20051002.ebuild: Initial import. Closes bug #116406, submitted by Rafal Rzepecki. 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 ; + } + diff --git a/games-engines/gargoyle/gargoyle-20060703.ebuild b/games-engines/gargoyle/gargoyle-20060703.ebuild new file mode 100644 index 000000000000..799da6174435 --- /dev/null +++ b/games-engines/gargoyle/gargoyle-20060703.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060703.ebuild,v 1.1 2006/08/23 13:11:02 s4t4n Exp $ + +inherit eutils + +MY_PV="2006-07-03" +MY_P=${PN}-${MY_PV} +S="${WORKDIR}/${MY_P}-source/" +DESCRIPTION="Beautified Glk library and interactive fiction multi-interpreter" +HOMEPAGE="http://ccxvii.net/gargoyle/" +SRC_URI="http://ccxvii.net/gargoyle/download/${MY_P}-source.zip" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND=">=media-libs/freetype-2.1.9-r1 + >=x11-libs/gtk+-2.8.8 + >=dev-libs/glib-2.8.5 + >=media-libs/jpeg-6b-r5 + >=media-libs/libpng-1.2.8 + >=sys-libs/zlib-1.2.3 + >=media-libs/fmod-3.74" + +DEPEND="${RDEPEND} + >=dev-util/jam-2.5-r3 + app-arch/unzip" + +inherit eutils + +src_unpack() +{ + unpack ${A} + cd ${S} + epatch ${FILESDIR}/filename-friendliness.patch +} + +src_compile() +{ + jam +} + +src_install() +{ + dodoc Readme.txt garglk/TODO licenses/* + insinto /etc; newins garglk/garglk.ini garglk.ini + + #Should to copy garglk/garglk.ini to /etc/, but I don't know the syntax + + cd build/temp.linux.release + dolib garglk/libgarglk.so + dobin advsys/gargoyle-advsys agility/gargoyle-agility alan2/gargoyle-alan2 + dobin alan3/gargoyle-alan3 garglk/gargoyle git/gargoyle-git + dobin hugo/gargoyle-hugo level9/gargoyle-level9 scare/gargoyle-scare + dobin tads/gargoyle-tadsr frotz/gargoyle-frotz magnetic/gargoyle-magnetic +} |