summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-03-02 18:13:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-03-02 18:13:27 +0000
commit4e4c8ea54122c525bf6a96ad67e7bc63101fd7bc (patch)
tree62bacc3665899bd4daed9d9e188fec7145704cd7 /games-engines
parentversion bump (diff)
downloadhistorical-4e4c8ea54122c525bf6a96ad67e7bc63101fd7bc.tar.gz
historical-4e4c8ea54122c525bf6a96ad67e7bc63101fd7bc.tar.bz2
historical-4e4c8ea54122c525bf6a96ad67e7bc63101fd7bc.zip
old
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/Manifest2
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest
index df164ed9aba0..dd46d8bc779f 100644
--- a/games-engines/scummvm-tools/Manifest
+++ b/games-engines/scummvm-tools/Manifest
@@ -1,7 +1,5 @@
-DIST scummvm-tools-0.11.0.tar.bz2 139292 RMD160 e9a79cab3af091df9417b6de62cdb6829943fc35 SHA1 9248d8755a8abf5ca3b969824595f1e219769a73 SHA256 df79b2a6a4fe09321f8c383513b63ce04d3f6216dd4d449aa86f67bc2b1f16f1
DIST scummvm-tools-0.12.0.tar.bz2 182748 RMD160 513e536ea73808a0a5b6e472b66f277839dc0d74 SHA1 d0b91997cd43ba4492e2d52c5307777b453c7a47 SHA256 e83259fce1b6354821245ae6f843ee466b619855d6f38c16e9f40508455440d7
DIST scummvm-tools-0.13.0.tar.bz2 278230 RMD160 7ba34a8f8ca7dc4a15cb1852eee63ac132c47c85 SHA1 54b0a8a3b628c7eff616634b4e1911e12bae43b0 SHA256 ccce1e6c4d252520bd15e86962b06ab65ea5a712d8efbd042cfd11ea23fc7582
-EBUILD scummvm-tools-0.11.0.ebuild 805 RMD160 b2c88de4b765769e671e41398c5ffe4cdabb0224 SHA1 f508b8b9e58ca67dbbc04905d3d6ff804261fd80 SHA256 fa7f3c5dbb53fb41985fd54548b26d7a5e0d3ba1fd752b4d67859c235adca5e4
EBUILD scummvm-tools-0.12.0.ebuild 984 RMD160 34e9d127d574f09824fe5fad854bfc91e5da0206 SHA1 dd57e7c1c78c76b32fe46685e864507d53bd85b5 SHA256 5a7246f557aa561f785185c92398bd5bdfe3c68cf71b97308996973b45ff9d41
EBUILD scummvm-tools-0.13.0.ebuild 896 RMD160 7e2f1aaed264b57656b42aa206fb147b6d478311 SHA1 d4616459883fc99771bfd76fcfbf82e029e08818 SHA256 3122accefc6531d2530a06ae714d428f5f4f2f4d75dd850931a8efa2411bf38a
MISC ChangeLog 3219 RMD160 8aab98ba127ffb956d52cacbb5bb2951b3108e12 SHA1 3d8880f0687924378ffe0208d8702c6b1d12a3c7 SHA256 458aeea26f0cdaf43ed9d27f891651a1157e9413cd9a3eabd1ce991a8aebc55a
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild
deleted file mode 100644
index 67394496464e..000000000000
--- a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 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.11.0.ebuild,v 1.4 2008/06/14 18:46:16 coldwind 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
-}