summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-31 01:30:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-31 01:30:52 +0000
commit2511eab03c184ff871124bd347c14211dc1b8808 (patch)
treef075a36dfbdbe4d7288fe72d7608b54a2c0d9dce /games-engines
parentVersion bump #110930 by Robert Lundmark. (diff)
downloadhistorical-2511eab03c184ff871124bd347c14211dc1b8808.tar.gz
historical-2511eab03c184ff871124bd347c14211dc1b8808.tar.bz2
historical-2511eab03c184ff871124bd347c14211dc1b8808.zip
old
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.11
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.1 b/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.1
deleted file mode 100644
index e0d1c61078f3..000000000000
--- a/games-engines/scummvm-tools/files/digest-scummvm-tools-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b2ba0801fbd85a568af1c5af14fd18ac scummvm-tools-0.6.1-src.tar.bz2 83980
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild
deleted file mode 100644
index 41179ed002b5..000000000000
--- a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild,v 1.2 2004/09/03 23:00:04 slarti Exp $
-
-inherit games
-
-DESCRIPTION="utilities for the SCUMM game engine"
-HOMEPAGE="http://scummvm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scummvm/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S="${WORKDIR}/scummvm-${PV}-tools"
-
-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
-}