From f4dce2aefc93ba8f1e91b60e03164caf30e98bdf Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 5 Apr 2004 22:55:24 +0000 Subject: version bump (bug #44826) --- games-engines/scummvm-tools/ChangeLog | 11 ++++++-- .../scummvm-tools/files/digest-scummvm-tools-0.6.0 | 1 + .../scummvm-tools/scummvm-tools-0.6.0.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.0 create mode 100644 games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild (limited to 'games-engines') 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 + 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 +} -- cgit v1.2.3-65-gdbad