summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-11-27 22:42:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-11-27 22:42:05 +0000
commitb0359d313ab70c6cf90e5a285ceeaacf9fe0e2d8 (patch)
treeacf89ffaa8e013c5e71b75b84ea99e22415267d5 /games-engines
parentadd ~arm. (diff)
downloadhistorical-b0359d313ab70c6cf90e5a285ceeaacf9fe0e2d8.tar.gz
historical-b0359d313ab70c6cf90e5a285ceeaacf9fe0e2d8.tar.bz2
historical-b0359d313ab70c6cf90e5a285ceeaacf9fe0e2d8.zip
old
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm/Manifest11
-rw-r--r--games-engines/scummvm/scummvm-1.2.0.ebuild84
2 files changed, 0 insertions, 95 deletions
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index c52e4be983a6..188dd23ad757 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,17 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
DIST scummvm-1.1.1.tar.bz2 8668735 RMD160 f581a5cae6821bae9b700ff1cb36a665ebefab61 SHA1 5f3dee411088987625f6351c721586a0ce6c3d42 SHA256 9cc865c5690bfc1df4970d35984455031467381180a71d84b08dcc9f51e39d4a
DIST scummvm-1.2.0.tar.bz2 9514141 RMD160 c0c3f982c955fc9d39102fefa936b0d86b115157 SHA1 5443c3720179a9e75d46eb0282ec787637a76d36 SHA256 3ffc594d7ce3c14ad9bbbfaec70479f83a8bdbda81cf1eacf2988127f1d4dac0
EBUILD scummvm-1.1.1.ebuild 2345 RMD160 09e0ceb431f69802cd60cab739c93b5f526058d5 SHA1 8b0652cf1ff14c6412e85278b8dbab4e12c431f7 SHA256 c39fcfba3958f8a692ff969af411a08e452e7576d2b96eb0ec7be847265c4af0
EBUILD scummvm-1.2.0-r1.ebuild 2233 RMD160 3bd2836c48774e2c03b7c3a49a957b1bd0fc093c SHA1 73868ed8be05699a670009696c69572d4cc610e9 SHA256 d43066c2fce91a07208bdabd4691fc7f24aa1ab887123cf1dac2f88e20dcad8b
-EBUILD scummvm-1.2.0.ebuild 2348 RMD160 2a583fe437a1944f6ac7815954b702ecc30e0f65 SHA1 c0ead1aa73665b8fcb974f389e488ea789dece83 SHA256 8e4c4dc861b20eb1bbf05053f0e887a23000392e242a1607eb3645fc28e9a344
MISC ChangeLog 14266 RMD160 e877e0fbb5c2b4d8e56e0a9d18a3e3dee78b0fbd SHA1 1492ab8b9915d2c11fcbd5be23b995957d6f4dfa SHA256 b9c8cc5b99c24205a15e85c367675943d412c6ba0a949a3d48e776f944a435a8
MISC metadata.xml 248 RMD160 ef65397fe4528a5ae0332b01a77e8f2a9e4c4e91 SHA1 a1c019c07494e52a3167dc8945533c2fd3ea1fc5 SHA256 d07430a4c6da117a018a33c479a43b812752dc8658311ae2559ef1d9f3654385
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkzrMykACgkQdz7hIScOURGDkQCfQ/5d7olGYcJohhBt2zxJN71M
-eAkAn2sbNTL+57IGHLYl25k4zMZZxGMH
-=8Eqb
------END PGP SIGNATURE-----
diff --git a/games-engines/scummvm/scummvm-1.2.0.ebuild b/games-engines/scummvm/scummvm-1.2.0.ebuild
deleted file mode 100644
index db8d95f3e28d..000000000000
--- a/games-engines/scummvm/scummvm-1.2.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.0.ebuild,v 1.1 2010/10/19 21:38:48 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils flag-o-matic 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"
-RESTRICT="test" # it only looks like there's a test there #77507
-
-RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video]
- >media-libs/libmpeg2-0.3.1
- sys-libs/zlib
- 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 )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-S=${WORKDIR}/${P/_/}
-
-src_prepare() {
- # -g isn't needed for nasm here
- sed -i \
- -e '/NASMFLAGS/ s/-g//' \
- configure || die
- sed -i \
- -e '/INSTALL.*doc/d' \
- -e '/INSTALL.*\/pixmaps/d' \
- -e 's/-s //' \
- ports.mk || die
-}
-
-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}"
-
- if use vorbis || use ogg ; then
- myconf="${myconf} --enable-vorbis"
- else
- myconf="${myconf} --disable-vorbis"
- fi
-
- # bug #137547
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
-
- use x86 && append-ldflags -Wl,-z,noexecstack
-
- # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
- # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis
- ./configure \
- --enable-verbose-build \
- --prefix=/usr \
- --bindir="${GAMES_BINDIR}" \
- --datadir="${GAMES_DATADIR}" \
- --libdir="${GAMES_LIBDIR}" \
- --enable-zlib \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable mp3 mad) \
- $(use_enable flac) \
- $(use_enable x86 nasm) \
- ${myconf} || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO
- doicon icons/scummvm.svg
- make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
- prepgamesdirs
-}