diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-27 23:06:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-27 23:06:20 +0000 |
commit | af334730094abde53a7eac7682919effe8b3820a (patch) | |
tree | aeba70458aa7793f2fe9e7cbb19338566cc9b776 /games-engines | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-af334730094abde53a7eac7682919effe8b3820a.tar.gz gentoo-2-af334730094abde53a7eac7682919effe8b3820a.tar.bz2 gentoo-2-af334730094abde53a7eac7682919effe8b3820a.zip |
tidy
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/scummvm-0.7.0.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games-engines/scummvm/scummvm-0.7.0.ebuild b/games-engines/scummvm/scummvm-0.7.0.ebuild index 6194e5a0b93f..58ea056db605 100644 --- a/games-engines/scummvm/scummvm-0.7.0.ebuild +++ b/games-engines/scummvm/scummvm-0.7.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.0.ebuild,v 1.1 2004/12/26 09:58:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.0.ebuild,v 1.2 2004/12/27 23:06:20 mr_bones_ Exp $ -inherit fixheadtails eutils games +inherit eutils games DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures" HOMEPAGE="http://scummvm.sourceforge.net/" @@ -25,12 +25,6 @@ DEPEND="virtual/libc mad? ( media-libs/libmad ) zlib? ( sys-libs/zlib )" -src_unpack() { - unpack ${A} - cd "${S}" - #ht_fix_file configure #64550 -} - src_compile() { local myconf= |