]> Pileus Git - ~andy/sunrise/commitdiff
games-rpg/bs1-demo: New ebuild for bug 142564
authorNathan Egge (unlord) <nathanegge@yahoo.com>
Wed, 22 Aug 2007 21:43:51 +0000 (21:43 +0000)
committerNathan Egge (unlord) <nathanegge@yahoo.com>
Wed, 22 Aug 2007 21:43:51 +0000 (21:43 +0000)
svn path=/sunrise/; revision=4473

games-rpg/bs1-demo/ChangeLog [new file with mode: 0644]
games-rpg/bs1-demo/Manifest [new file with mode: 0644]
games-rpg/bs1-demo/bs1-demo-1.ebuild [new file with mode: 0644]
games-rpg/bs1-demo/files/bs1-demo.png [new file with mode: 0644]
games-rpg/bs1-demo/metadata.xml [new file with mode: 0644]

diff --git a/games-rpg/bs1-demo/ChangeLog b/games-rpg/bs1-demo/ChangeLog
new file mode 100644 (file)
index 0000000..ba8eaab
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for games-rpg/bs1-demo
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  22 Aug 2007; Nathan Egge (unlord) <nathanegge@yahoo.com>
+  +files/bs1-demo.png, +metadata.xml, +bs1-demo-1.ebuild:
+  New ebuild for bug 142564
+
diff --git a/games-rpg/bs1-demo/Manifest b/games-rpg/bs1-demo/Manifest
new file mode 100644 (file)
index 0000000..0de75fb
--- /dev/null
@@ -0,0 +1,6 @@
+AUX bs1-demo.png 602 RMD160 ae30903a50d8d330202399d1ab0a9feb653613f1 SHA1 aa43a05b94548b804faf046929ede299f9e984f2 SHA256 317828e422a9ae2f5a2451cafceab7768486926f80ade67894873a3923fdf12a
+DIST bs1-demo-cutscenes.rar 25239045 RMD160 2d21e465554a1dacee1b33914b19918695af1ae1 SHA1 401d333234c714c98246382f8f5e444fc7dc3fe7 SHA256 5b0e1bd5d8a950424f9333512b8fb67d9e1f7cef21e5d07869720d29298618dc
+DIST bs1-demo.rar 97137036 RMD160 2a90b6108cdac0f37d7b882cb658d6940af1d1a1 SHA1 999e71ee1fc2604afd362414d3db3f6b82551f79 SHA256 0cdda5751f4cc16fcd2487e0c221f06befc79098f284e5bd25fad69f782fcbc8
+EBUILD bs1-demo-1.ebuild 984 RMD160 6e5d96f50398ffcc7503d585e14eb28cec732f55 SHA1 4c2ce7127a856eb5f939d682484fb53599fff6c5 SHA256 187f9f36baea3ba1fe8c71fb4fad7f05974a38ae0432b4c51b5472aafda32708
+MISC ChangeLog 265 RMD160 ce7867e337e0eb6cfc56ab15193d1317434c27cf SHA1 e2c2502c788f80f563a8cd2ed35a14a10b4fd4fb SHA256 92c79c745be806c65bad597c13c6fe4df65555c2d3c205fc75c31e195ce60e42
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-rpg/bs1-demo/bs1-demo-1.ebuild b/games-rpg/bs1-demo/bs1-demo-1.ebuild
new file mode 100644 (file)
index 0000000..d499155
--- /dev/null
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils games
+
+DESCRIPTION="Broken Sword 1: The Shadow of the Templars (interactive demo)"
+HOMEPAGE="http://www.revolution.co.uk/_display.php?id=14"
+SRC_URI="http://gentooexperimental.org/~unlord/bs1-demo.rar
+       http://gentooexperimental.org/~unlord/bs1-demo-cutscenes.rar"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND=">=games-engines/scummvm-0.8.2"
+DEPEND="|| (
+       app-arch/unrar
+       app-arch/rar )"
+
+S=${WORKDIR}
+dir=${GAMES_DATADIR}/${PN}
+
+src_install() {
+       insinto "${dir}"
+       doins SWORD_INSTALL/CLUSTERS/*.{CLU,RIF} video/*.{mp2,ogg} || die "doins failed"
+       doins -r SWORD_INSTALL/{MUSIC,SPEECH} || die "doins -r failed"
+
+       games_make_wrapper ${PN} "scummvm -f -p \"${dir}\" sword1demo"
+       doicon "${FILESDIR}/${PN}.png" || die "doicon failed"
+       make_desktop_entry ${PN} "Broken Sword 1 (Demo)" ${PN}.png
+
+       prepgamesdirs
+}
diff --git a/games-rpg/bs1-demo/files/bs1-demo.png b/games-rpg/bs1-demo/files/bs1-demo.png
new file mode 100644 (file)
index 0000000..a5e31a5
Binary files /dev/null and b/games-rpg/bs1-demo/files/bs1-demo.png differ
diff --git a/games-rpg/bs1-demo/metadata.xml b/games-rpg/bs1-demo/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>