summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-12 18:34:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-12 18:34:33 +0000
commitfaf7e9659ae177e34ecf691b2b2dca6671424714 (patch)
treec9fc0b4e1f1239fcd2cf0019ed883a6cc582e8fa /games-engines
parentold (diff)
downloadhistorical-faf7e9659ae177e34ecf691b2b2dca6671424714.tar.gz
historical-faf7e9659ae177e34ecf691b2b2dca6671424714.tar.bz2
historical-faf7e9659ae177e34ecf691b2b2dca6671424714.zip
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/Manifest2
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest
index 8488f0e1dc88..a9712c3e927e 100644
--- a/games-engines/scummvm-tools/Manifest
+++ b/games-engines/scummvm-tools/Manifest
@@ -1,7 +1,5 @@
-DIST scummvm-tools-0.10.0.tar.bz2 134395 RMD160 359e45cda7b36aa1d4b02055e38faa3a6d8d97d1 SHA1 0a05f66074e7fa3797ce7da024c4d71925280af3 SHA256 b3909c1a913bffda75efb2a3f7ac65e1e3d125efc1b17415d39834460569dd15
DIST scummvm-tools-0.11.0.tar.bz2 139292 RMD160 e9a79cab3af091df9417b6de62cdb6829943fc35 SHA1 9248d8755a8abf5ca3b969824595f1e219769a73 SHA256 df79b2a6a4fe09321f8c383513b63ce04d3f6216dd4d449aa86f67bc2b1f16f1
DIST scummvm-tools-0.9.0.tar.bz2 116414 RMD160 eb9f8cc348150ed9b7d952e99121f152fee5f06d SHA1 c732c0706ae59fc26778ca3fc341dc3873370649 SHA256 0ade56651dba804007e848e0ba57931c780dd59c53c68458a58772e1e6f131b5
-EBUILD scummvm-tools-0.10.0.ebuild 809 RMD160 25842bc8a7ec18ff77c4c20a5689372f678ba863 SHA1 797539db78863d2d2e17e845235862d3774b14e8 SHA256 096f05fb4f13784033fbbbb2712f8058d3057a4a60af9d082953d6f07f816b5b
EBUILD scummvm-tools-0.11.0.ebuild 809 RMD160 dc3a9b1e363aee41684c246da980317a8c3dd49b SHA1 fa5579e5be3d46a9ef7fe893fe3e0579d4aab7e0 SHA256 1bd3341364e3d874ec088ee9dc62bb7cee633641b03fd026afcca403bcc473cd
EBUILD scummvm-tools-0.9.0.ebuild 877 RMD160 85c9f4facbcd6fdd077316a4d76d5c569cc72e52 SHA1 52a4605706ba65728faea04fbef950c03164d125 SHA256 1a2e7c417bacb54a7e2d7d161cca5099e2f9a376a7c50ae76a6866c22422bcdb
MISC ChangeLog 2124 RMD160 dc7c23f7305c4a1c0e78382ccffa5e9c6903a755 SHA1 f7689f6eee323ad6957b7454332e84acbffa3b4a SHA256 13273878c3a60628f736d8dbbc5259fa97cb54ce3f9f67ced45eb3d714a37c77
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild
deleted file mode 100644
index 5b975d3683fd..000000000000
--- a/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 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.10.0.ebuild,v 1.1 2007/12/27 21:34:20 mr_bones_ Exp $
-
-inherit toolchain-funcs games
-
-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="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libpng"
-
-src_compile() {
- emake \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- CFLAGS="${CFLAGS} -DUNIX" \
- || die "emake failed"
-}
-
-src_install() {
- local f
- for f in $(find . -type f -perm +1 -print); do
- newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
- done
- dodoc README
- prepgamesdirs
-}