diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-12 01:57:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-12 01:57:45 +0000 |
commit | 9c8abf1664a737c6e4bbfa0a4e1ea03cb8b36dab (patch) | |
tree | 299534eb2294d29f1fcc53689af447a2160b4c39 /games-engines | |
parent | Version bump. (diff) | |
download | historical-9c8abf1664a737c6e4bbfa0a4e1ea03cb8b36dab.tar.gz historical-9c8abf1664a737c6e4bbfa0a4e1ea03cb8b36dab.tar.bz2 historical-9c8abf1664a737c6e4bbfa0a4e1ea03cb8b36dab.zip |
clean old version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm/Manifest | 7 | ||||
-rw-r--r-- | games-engines/scummvm/files/0.7.0-configure.patch | 19 | ||||
-rw-r--r-- | games-engines/scummvm/files/digest-scummvm-0.7.0 | 1 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.7.0.ebuild | 66 |
5 files changed, 7 insertions, 92 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index f36e71392d05..4ad053a47896 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.23 2005/03/29 00:09:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.24 2005/05/12 01:57:45 mr_bones_ Exp $ + + 12 May 2005; Michael Sterrett <mr_bones_@gentoo.org> + -files/0.7.0-configure.patch, -scummvm-0.7.0.ebuild: + clean old version *scummvm-0.7.1 (28 Mar 2005) diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest index fb42151f00b0..519d872691f7 100644 --- a/games-engines/scummvm/Manifest +++ b/games-engines/scummvm/Manifest @@ -1,8 +1,5 @@ -MD5 fec03ab9bde8e8abfbea0a8d40c1dc6f ChangeLog 5267 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 2a5af2e9c8f251cbb9ef11475684be1b scummvm-0.7.1.ebuild 1715 -MD5 949a3c76a724590e80999a0ec1f2f4b1 scummvm-0.7.0.ebuild 1715 -MD5 57586dda15d6cc8d56f0cb5f247d627b files/digest-scummvm-0.7.0 67 -MD5 8ef9b284e27984553472f877ab12561a files/0.7.0-configure.patch 655 -MD5 fb4256256ccf802b62a4a9e798e259d3 files/digest-scummvm-0.7.1 67 +MD5 1460d38d860a489484e2c2c299106d1f ChangeLog 5398 MD5 6b7e3eea92e3d3345457d83a2d851099 files/0.7.1-configure.patch 699 +MD5 fb4256256ccf802b62a4a9e798e259d3 files/digest-scummvm-0.7.1 67 diff --git a/games-engines/scummvm/files/0.7.0-configure.patch b/games-engines/scummvm/files/0.7.0-configure.patch deleted file mode 100644 index 8fbddcff2491..000000000000 --- a/games-engines/scummvm/files/0.7.0-configure.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2005-02-21 14:32:17.000000000 -0500 -+++ configure 2005-02-21 14:33:46.000000000 -0500 -@@ -462,14 +462,14 @@ - - echocheck "compiler version" - --cxx_name=`( $cc -v ) 2>&1 | tail -1 | cut -d ' ' -f 1` -+cxx_name=`( $cc -v ) 2>&1 | tail -n 1 | cut -d ' ' -f 1` - cxx_version=`( $CXX -dumpversion ) 2>&1` - if test "$?" -gt 0; then - cxx_version="not found" - fi - - case $cxx_version in -- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]) -+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9]-*) - _cxx_major=`echo $cxx_version | cut -d '.' -f 1` - _cxx_minor=`echo $cxx_version | cut -d '.' -f 2` - cxx_version="$cxx_version, ok" diff --git a/games-engines/scummvm/files/digest-scummvm-0.7.0 b/games-engines/scummvm/files/digest-scummvm-0.7.0 deleted file mode 100644 index 3de9d7da0e2b..000000000000 --- a/games-engines/scummvm/files/digest-scummvm-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7e2f9bc1bc54aa78285f7f3189ee8a7c scummvm-0.7.0.tar.bz2 2045328 diff --git a/games-engines/scummvm/scummvm-0.7.0.ebuild b/games-engines/scummvm/scummvm-0.7.0.ebuild deleted file mode 100644 index aaaf615acf0e..000000000000 --- a/games-engines/scummvm/scummvm-0.7.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 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.8 2005/02/28 02:50:31 mr_bones_ Exp $ - -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 sparc x86" -IUSE="alsa debug flac mad oggvorbis sdl zlib" -RESTRICT="maketest" # it only looks like there's a test there #77507 - -RDEPEND="virtual/libc - >=media-libs/libsdl-1.2.2 - >media-libs/libmpeg2-0.3.1 - oggvorbis? ( - media-libs/libogg - media-libs/libvorbis - ) - alsa? ( >=media-libs/alsa-lib-0.9 ) - mad? ( media-libs/libmad ) - flac? ( media-libs/flac ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - x86? ( dev-lang/nasm )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PV}-configure.patch" -} - -src_compile() { - local myconf="--backend=sdl" # x11 backend no worky (bug #83502) - - use debug \ - || myconf="${myconf} --disable-debug" - use oggvorbis \ - || myconf="${myconf} --disable-mpeg2" - - # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF - # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis - ./configure \ - $(use_enable alsa) \ - $(use_enable mad) \ - $(use_enable flac) \ - $(use_enable oggvorbis vorbis) \ - $(use_enable zlib) \ - $(use_enable x86 nasm) \ - ${myconf} \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - dogamesbin scummvm || die "dobin failed" - doman scummvm.6 - dodoc NEWS README TODO - doicon scummvm.xpm - make_desktop_entry scummvm ScummVM - prepgamesdirs -} |