diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 01:49:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 01:49:53 +0000 |
commit | 9f44daff124baa33fedebf80e9e377c43ddbb4ac (patch) | |
tree | 95d0853f82cfbae2aee6faaa222f95860b171f6a /games-engines/scummvm-tools | |
parent | sepolgen: fix bug #244742. (diff) | |
download | historical-9f44daff124baa33fedebf80e9e377c43ddbb4ac.tar.gz historical-9f44daff124baa33fedebf80e9e377c43ddbb4ac.tar.bz2 historical-9f44daff124baa33fedebf80e9e377c43ddbb4ac.zip |
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r-- | games-engines/scummvm-tools/Manifest | 12 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild | 44 |
2 files changed, 0 insertions, 56 deletions
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest index 3cec61386338..f9c6b0e71a27 100644 --- a/games-engines/scummvm-tools/Manifest +++ b/games-engines/scummvm-tools/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -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.12.0.ebuild 984 RMD160 34e9d127d574f09824fe5fad854bfc91e5da0206 SHA1 dd57e7c1c78c76b32fe46685e864507d53bd85b5 SHA256 5a7246f557aa561f785185c92398bd5bdfe3c68cf71b97308996973b45ff9d41 EBUILD scummvm-tools-0.13.0.ebuild 898 RMD160 4ff1961ad720ab4e389824c7d1f3cd41f7b0d655 SHA1 a7cadc6fbf3615d7772a21a0c43b96b8b8d74e8e SHA256 14993831652594f42204f772804643c546fc4ee43e0a964ba20a858aa927cdfa MISC ChangeLog 3796 RMD160 4482d3310f1680771ec9ae054adbd9e4b2c8fa57 SHA1 c2d0461ebd4035dfc1d74b7e9f86a4767f7e5bc1 SHA256 3ce663585955830e37bfe25a38659610d200510cdf2a0393d0395562e2d98ba5 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkp017oACgkQp5vW4rUFj5py3QCeOCx+pP1GqdYpLuQUoumE4cML -EwAAn3PdQaK9nBn7cFc8ZO6ZuEMqrbG6 -=boS2 ------END PGP SIGNATURE----- diff --git a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild deleted file mode 100644 index 5e30fe313be0..000000000000 --- a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 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.12.0.ebuild,v 1.6 2009/02/26 15:14:54 josejx Exp $ - -WX_GTK_VER=2.8 -inherit toolchain-funcs wxwidgets 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 ~sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libpng - media-libs/flac - media-libs/libvorbis - =x11-libs/wxGTK-2.8*" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -f *.bat -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - CFLAGS="${CFLAGS} -DUNIX" \ - LDFLAGS="${LDFLAGS}" \ - || 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 -} |