diff options
author | 2004-12-27 23:06:20 +0000 | |
---|---|---|
committer | 2004-12-27 23:06:20 +0000 | |
commit | a5dc5844ac39815857f4804cd575188eeafbfe65 (patch) | |
tree | c668077b093960d26fa45295978384c71c4ccc5c /games-engines/scummvm | |
parent | die backticks (diff) | |
download | historical-a5dc5844ac39815857f4804cd575188eeafbfe65.tar.gz historical-a5dc5844ac39815857f4804cd575188eeafbfe65.tar.bz2 historical-a5dc5844ac39815857f4804cd575188eeafbfe65.zip |
tidy
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/Manifest | 12 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.7.0.ebuild | 10 |
2 files changed, 3 insertions, 19 deletions
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest index 7e22bf1f458a..b0485f353059 100644 --- a/games-engines/scummvm/Manifest +++ b/games-engines/scummvm/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b7e6312a7899bdaee26938ffe1d96556 ChangeLog 4210 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 91ad4cc67908e5eef10c05478bd4ba07 scummvm-0.7.0.ebuild 1495 MD5 b729c70fd31feb95713b30b06ed888ee scummvm-0.6.1b.ebuild 1595 +MD5 f04e98e656aa5af851b87f73e39bd934 scummvm-0.7.0.ebuild 1412 MD5 57586dda15d6cc8d56f0cb5f247d627b files/digest-scummvm-0.7.0 67 MD5 5d563fb08477f6c67b3254b545554b7c files/digest-scummvm-0.6.1b 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBzotCroRuSHgZdywRAvbwAJ0YyszuzjUW74T9YGV5958cAQL53ACeI4kT -AxFGRXJJfYKiMYQFX6fsE0U= -=jehd ------END PGP SIGNATURE----- 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= |