diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-31 05:38:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-31 05:38:41 +0000 |
commit | c3eca5f09072e18b3115d9c829520eab0378c52d (patch) | |
tree | c2c00115ba29e419fe3b68576d972464f33bf5b9 /games-engines | |
parent | touch (diff) | |
download | historical-c3eca5f09072e18b3115d9c829520eab0378c52d.tar.gz historical-c3eca5f09072e18b3115d9c829520eab0378c52d.tar.bz2 historical-c3eca5f09072e18b3115d9c829520eab0378c52d.zip |
old
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/files/digest-scummvm-tools-0.7.0 | 1 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.7.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/games-engines/scummvm-tools/files/digest-scummvm-tools-0.7.0 b/games-engines/scummvm-tools/files/digest-scummvm-tools-0.7.0 deleted file mode 100644 index 9bd4ad139fd5..000000000000 --- a/games-engines/scummvm-tools/files/digest-scummvm-tools-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 eeebbd4e309a8564dd911d5c26fed2f0 scummvm-tools-0.7.0.tar.bz2 98664 diff --git a/games-engines/scummvm-tools/scummvm-tools-0.7.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.7.0.ebuild deleted file mode 100644 index 15b17dc8a299..000000000000 --- a/games-engines/scummvm-tools/scummvm-tools-0.7.0.ebuild +++ /dev/null @@ -1,29 +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.7.0.ebuild,v 1.1 2004/12/26 10:12:17 vapier Exp $ - -inherit 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" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - local f - for f in $(find -type f -perm +1 -printf '%f ') ; do - newgamesbin $f ${PN}-$f || die "newgamesbin $f failed" - done - dodoc README - prepgamesdirs -} |