summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-05 22:55:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-05 22:55:24 +0000
commitf4dce2aefc93ba8f1e91b60e03164caf30e98bdf (patch)
treedd5b22c3f4a5e2b78ea004ec17bbca9b43ba86f3 /games-engines/scummvm-tools
parentbump to 0.3 (Manifest recommit) (diff)
downloadgentoo-2-f4dce2aefc93ba8f1e91b60e03164caf30e98bdf.tar.gz
gentoo-2-f4dce2aefc93ba8f1e91b60e03164caf30e98bdf.tar.bz2
gentoo-2-f4dce2aefc93ba8f1e91b60e03164caf30e98bdf.zip
version bump (bug #44826)
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r--games-engines/scummvm-tools/ChangeLog11
-rw-r--r--games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.01
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild32
3 files changed, 42 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog
index 462f3e6d73c1..6fce348410f8 100644
--- a/games-engines/scummvm-tools/ChangeLog
+++ b/games-engines/scummvm-tools/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for games-engines/scummvm-tools
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.1 2003/09/26 18:50:34 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.2 2004/04/05 22:55:24 mr_bones_ Exp $
+
+*scummvm-tools-0.6.0 (05 Apr 2004)
+
+ 05 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ scummvm-tools-0.6.0.ebuild:
+ version bump (bug #44826); now installed with ${PN} prefix so badly named
+ utilities won't conflict with other packages
*scummvm-tools-0.5.0 (26 Sep 2003)
diff --git a/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.0 b/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.0
new file mode 100644
index 000000000000..a9c61100f683
--- /dev/null
+++ b/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.0
@@ -0,0 +1 @@
+MD5 03becc363e7b1a551b723f76abe734b1 scummvm-tools-0.6.0.tar.bz2 75467
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild
new file mode 100644
index 000000000000..fce4faeacaab
--- /dev/null
+++ b/games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild,v 1.1 2004/04/05 22:55:24 mr_bones_ Exp $
+
+inherit games
+
+S="${WORKDIR}/tools-${PV}"
+DESCRIPTION="utilities for the SCUMM game engine"
+HOMEPAGE="http://scummvm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ local f
+
+ for f in convbdf descumm desword2 extract md5table mm_nes_extract queenrebuild rescumm simon1decr simon2mp3
+ do
+ newgamesbin $f ${PN}-$f || die "newgamesbin $f failed"
+ done
+ dodoc README
+ prepgamesdirs
+}