]> Pileus Git - ~andy/sunrise/commitdiff
games-rpg/dott: New ebuild for bug 142334
authorNathan Egge (unlord) <nathanegge@yahoo.com>
Tue, 15 Jul 2008 03:41:38 +0000 (03:41 +0000)
committerNathan Egge (unlord) <nathanegge@yahoo.com>
Tue, 15 Jul 2008 03:41:38 +0000 (03:41 +0000)
svn path=/sunrise/; revision=6499

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

diff --git a/games-rpg/dott/ChangeLog b/games-rpg/dott/ChangeLog
new file mode 100644 (file)
index 0000000..57d86b9
--- /dev/null
@@ -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 (file)
index 0000000..a720d41
--- /dev/null
@@ -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 (file)
index 0000000..140a271
--- /dev/null
@@ -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 (file)
index 0000000..4222d2b
Binary files /dev/null and b/games-rpg/dott/files/dott.png differ
diff --git a/games-rpg/dott/metadata.xml b/games-rpg/dott/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>