summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-02 01:49:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-02 01:49:53 +0000
commit9f44daff124baa33fedebf80e9e377c43ddbb4ac (patch)
tree95d0853f82cfbae2aee6faaa222f95860b171f6a /games-engines
parentsepolgen: fix bug #244742. (diff)
downloadhistorical-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')
-rw-r--r--games-engines/scummvm-tools/Manifest12
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild44
-rw-r--r--games-engines/scummvm/Manifest12
-rw-r--r--games-engines/scummvm/scummvm-0.12.0.ebuild83
4 files changed, 0 insertions, 151 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
-}
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index 30120fe062b4..18e7b27fe0e8 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,17 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX scummvm-0.13.1-glibc210.patch 331 RMD160 e92dd2e61440bcc28e7e09f8e3b328ddcff13aa8 SHA1 e6f5b557fd3df667e41abc74f0de615755349aaa SHA256 0c6454d9b21ae52ffac30cc43348647eb822670824214d312e1e77f346e8b635
-DIST scummvm-0.12.0.tar.bz2 5984412 RMD160 872646df24e8881f05902b11e9ca2ea3262b4d88 SHA1 b2ef8bcf656f778ba8e87a6a341198384291394b SHA256 db9aa3bbb648d09639d9e16f1872558a105f222dac5e3d0a16370b4cf7c3e699
DIST scummvm-0.13.1.tar.bz2 7108330 RMD160 7d5fa227f238f2cbe0997281513ad0dee89fcf5e SHA1 7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 SHA256 43e8003352022b131c1b91660d3e0240a140013a3f4d68742fe7f0714c42a0d9
-EBUILD scummvm-0.12.0.ebuild 2340 RMD160 ed8685b3f49edb03168ed89586b9aaae3f3da5a8 SHA1 e3e66a57a51cad72bfa51318e4d64395d55b6110 SHA256 3f39da1b77c0bde026b6655af06b0294731f6221746a20c311b30146edfb3e8e
EBUILD scummvm-0.13.1.ebuild 2342 RMD160 72756bea17e178aab310aff79d79d901de0b3957 SHA1 6c2267c4441d2ab1f72dad5c301f656b896e0f8b SHA256 85c90b5817da4f37315ecbc05a1f4ab2d2dcc38812d98616ebcecae9b989280d
MISC ChangeLog 12114 RMD160 4d7de7ca549592fce953b8b76dd86d04935a314d SHA1 9fdda933eddcf5013b847617bfedbfa66e5586d7 SHA256 88cea15f176ac41113818efb33a35964bd6b02bd9b592ea11f799244cde79234
MISC metadata.xml 248 RMD160 ef65397fe4528a5ae0332b01a77e8f2a9e4c4e91 SHA1 a1c019c07494e52a3167dc8945533c2fd3ea1fc5 SHA256 d07430a4c6da117a018a33c479a43b812752dc8658311ae2559ef1d9f3654385
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkp01g4ACgkQp5vW4rUFj5oO4wCeNIxkqMZ1KZyRnC3bZg6sGHWi
-xiYAn2Z7q6bN9jrkEHkljro2Lv70OfVL
-=DfQw
------END PGP SIGNATURE-----
diff --git a/games-engines/scummvm/scummvm-0.12.0.ebuild b/games-engines/scummvm/scummvm-0.12.0.ebuild
deleted file mode 100644
index 3d3fa09b70f1..000000000000
--- a/games-engines/scummvm/scummvm-0.12.0.ebuild
+++ /dev/null
@@ -1,83 +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/scummvm-0.12.0.ebuild,v 1.8 2009/08/01 06:47:44 ssuominen Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
-HOMEPAGE="http://scummvm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib"
-RESTRICT="test" # it only looks like there's a test there #77507
-
-RDEPEND=">=media-libs/libsdl-1.2.2
- >media-libs/libmpeg2-0.3.1
- ogg? ( media-libs/libogg media-libs/libvorbis )
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- alsa? ( media-libs/alsa-lib )
- mp3? ( media-libs/libmad )
- flac? ( media-libs/flac )
- fluidsynth? ( media-sound/fluidsynth )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-src_prepare() {
- local f
-
- # -g isn't needed for nasm here
- sed -i \
- -e '/NASMFLAGS/ s/-g//' \
- ./Makefile.common \
- || die "sed failed"
- for f in graphics/scaler/{hq3x_i386.asm,hq2x_i386.asm}
- do
- cat >> $f <<EOF
- %ifidn __OUTPUT_FORMAT__,elf
- section .note.GNU-stack noalloc noexec nowrite progbits
- %endif
-EOF
- done
-}
-
-src_configure() {
- local myconf="--backend=sdl" # x11 backend no worky (bug #83502)
-
- # let the engine find its data files in the right place (bug #178116)
- myconf="${myconf} --datadir=${GAMES_DATADIR}"
-
- ( use vorbis || use ogg ) \
- && myconf="${myconf} --enable-vorbis" \
- || myconf="${myconf} --disable-vorbis --disable-mpeg2"
-
- # bug #137547
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
-
- # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
- # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis
- ./configure \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable mp3 mad) \
- $(use_enable flac) \
- $(use_enable zlib) \
- $(use_enable x86 nasm) \
- ${myconf} \
- || die "configure failed"
-}
-
-src_install() {
- dogamesbin scummvm || die "dobin failed"
- doman dists/scummvm.6
- dodoc AUTHORS NEWS README TODO
- insinto "${GAMES_DATADIR}"/${PN}/engines
- doins gui/themes/modern.*
- doicon icons/scummvm.svg
- make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
- prepgamesdirs
-}