summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Egge (unlord) <nathanegge@yahoo.com>2008-07-15 03:41:38 +0000
committerNathan Egge (unlord) <nathanegge@yahoo.com>2008-07-15 03:41:38 +0000
commit5e6ff4483d8e1b909efd5694a607c6f18c720c07 (patch)
tree39ea63dce23a72496b96ae8511f4789bf3fb5aef /games-rpg/dott
parentmedia-libs/gphotofs: Whitespace (diff)
downloadsunrise-5e6ff4483d8e1b909efd5694a607c6f18c720c07.tar.gz
sunrise-5e6ff4483d8e1b909efd5694a607c6f18c720c07.tar.bz2
sunrise-5e6ff4483d8e1b909efd5694a607c6f18c720c07.zip
games-rpg/dott: New ebuild for bug 142334
svn path=/sunrise/; revision=6499
Diffstat (limited to 'games-rpg/dott')
-rw-r--r--games-rpg/dott/ChangeLog8
-rw-r--r--games-rpg/dott/Manifest4
-rw-r--r--games-rpg/dott/dott-1.ebuild35
-rw-r--r--games-rpg/dott/files/dott.pngbin0 -> 594 bytes
-rw-r--r--games-rpg/dott/metadata.xml5
5 files changed, 52 insertions, 0 deletions
diff --git a/games-rpg/dott/ChangeLog b/games-rpg/dott/ChangeLog
new file mode 100644
index 000000000..57d86b996
--- /dev/null
+++ b/games-rpg/dott/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for games-rpg/dott
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 15 Jul 2008; Nathan Egge (unlord) <nathanegge@yahoo.com> +dott-1.ebuild,
+ +files/dott.png, +metadata.xml:
+ New ebuild for bug 142334
+
diff --git a/games-rpg/dott/Manifest b/games-rpg/dott/Manifest
new file mode 100644
index 000000000..a720d41e1
--- /dev/null
+++ b/games-rpg/dott/Manifest
@@ -0,0 +1,4 @@
+AUX dott.png 594 RMD160 3e7612c5aa46b321a92b086bc9722fef2a07c52b SHA1 a827e22b2549dbbb787ead4ddcd019f53731060c SHA256 3fbf9afc0c4c46fd95bf2531e0f06fe6d7506688f209e2c9d970e6deb250585f
+EBUILD dott-1.ebuild 821 RMD160 d64ab5a75fca0047dc057272567f76928f388656 SHA1 9b464efe7b2a333fd7d7e17af7b71ccf254edcb3 SHA256 7ad239920c5736c891fec76b1ac20ffa4e855fc4d60314abc9389b25e8c260d0
+MISC ChangeLog 253 RMD160 767587c1103037f308c2c9963403ecc84252aece SHA1 fd2b286ad41c1c7e86b9014471d51315be663478 SHA256 c1961d7ed5c456ceb3659d520bcdd53355af7ce012f50a5919a8bbccee053d0f
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-rpg/dott/dott-1.ebuild b/games-rpg/dott/dott-1.ebuild
new file mode 100644
index 000000000..140a27130
--- /dev/null
+++ b/games-rpg/dott/dott-1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils games
+
+DESCRIPTION="Day of the Tentacle"
+HOMEPAGE="http://wiki.scummvm.org/index.php/Day_of_the_Tentacle"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND=">=games-engines/scummvm-0.2.0"
+
+S=${WORKDIR}
+dir=${GAMES_DATADIR}/${PN}
+
+src_install() {
+ insinto "${dir}"
+
+ cdrom_get_cds DOTT.EXE
+ einfo "Copying files from CD..."
+ doins ${CDROM_ROOT}/DOTT/MONSTER.SOU \
+ ${CDROM_ROOT}/DOTT/TENTACLE.000 \
+ ${CDROM_ROOT}/DOTT/TENTACLE.001 || die "doins failed"
+
+ games_make_wrapper ${PN} "scummvm -f -p \"${dir}\" tentacle"
+ doicon "${FILESDIR}/${PN}.png" || die "doicon failed"
+ make_desktop_entry ${PN} "Day of the Tentacle" ${PN}.png
+
+ prepgamesdirs
+}
diff --git a/games-rpg/dott/files/dott.png b/games-rpg/dott/files/dott.png
new file mode 100644
index 000000000..4222d2b8b
--- /dev/null
+++ b/games-rpg/dott/files/dott.png
Binary files differ
diff --git a/games-rpg/dott/metadata.xml b/games-rpg/dott/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/games-rpg/dott/metadata.xml
@@ -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>