diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-28 05:55:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-28 05:55:38 +0000 |
commit | 617c16def4ef6215b6b0d6e2b25401b98831b472 (patch) | |
tree | 234248a8759f413a3267d1fdd2d8a938ce4182e7 /games-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-617c16def4ef6215b6b0d6e2b25401b98831b472.tar.gz gentoo-2-617c16def4ef6215b6b0d6e2b25401b98831b472.tar.bz2 gentoo-2-617c16def4ef6215b6b0d6e2b25401b98831b472.zip |
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-emulation')
3 files changed, 0 insertions, 104 deletions
diff --git a/games-emulation/advancemame/advancemame-0.104.0.ebuild b/games-emulation/advancemame/advancemame-0.104.0.ebuild deleted file mode 100644 index 6933dace2bee..000000000000 --- a/games-emulation/advancemame/advancemame-0.104.0.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.104.0.ebuild,v 1.4 2007/03/13 01:26:04 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu" -HOMEPAGE="http://advancemame.sourceforge.net/" -SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" - -LICENSE="GPL-2 XMAME" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib" - -RDEPEND="app-arch/unzip - app-arch/zip - sdl? ( media-libs/libsdl ) - slang? ( sys-libs/slang ) - alsa? ( media-libs/alsa-lib ) - expat? ( >=dev-libs/expat-1.95.6 ) - zlib? ( sys-libs/zlib ) - truetype? ( media-libs/freetype ) - svga? ( >=media-libs/svgalib-1.9 )" -DEPEND="${RDEPEND} - x86? ( >=dev-lang/nasm-0.98 ) - virtual/os-headers" - -src_unpack() { - unpack ${A} - cd "${S}" - #epatch "${FILESDIR}/${PV}-pic.patch" #74899 - - use x86 && \ - ln -s $(type -P nasm) "${T}/${CHOST}-nasm" - use sdl && \ - ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config" - use truetype && \ - ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config" -} - -src_compile() { - # Fix for bug #78030 - if use ppc; then - append-ldflags "-Wl,--relax" - fi - - PATH="${PATH}:${T}" - egamesconf \ - $(use_enable alsa) \ - $(use_enable expat) \ - $(use_enable fbcon fb) \ - $(use_enable oss) \ - $(use_enable sdl) \ - $(use_enable slang) \ - $(use_enable static) \ - $(use_enable svga svgalib) \ - $(use_enable truetype freetype) \ - $(use_enable zlib) \ - $(use_enable x86 asm) \ - --with-emu=${PN/advance} \ - || die - emake || die "emake failed" -} - -src_install() { - local f - - for f in adv* ; do - if [[ -L "${f}" ]] ; then - dogamesbin "${f}" || die "dogamesbin failed" - fi - done - - insinto "${GAMES_DATADIR}/advance" - doins support/event.dat - keepdir "${GAMES_DATADIR}/advance/"{artwork,diff,image,rom,sample,snap} - - dodoc HISTORY README RELEASE - cd doc - dodoc *.txt - dohtml *.html - for f in *.1 ; do - newman ${f} ${f/1/6} - done - - prepgamesdirs -} diff --git a/games-emulation/advancemame/files/0.101.0-pic.patch b/games-emulation/advancemame/files/0.101.0-pic.patch deleted file mode 100644 index 049befbfac2c..000000000000 --- a/games-emulation/advancemame/files/0.101.0-pic.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500 -+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500 -@@ -28,6 +28,10 @@ - * do so, delete this exception statement from your version. - */ - -+#if defined(USE_ASM_INLINE) && defined(__PIC__) -+# undef USE_ASM_INLINE -+#endif -+ - #include "portable.h" - - #include "blit.h" diff --git a/games-emulation/advancemame/files/digest-advancemame-0.104.0 b/games-emulation/advancemame/files/digest-advancemame-0.104.0 deleted file mode 100644 index 925d66fe350f..000000000000 --- a/games-emulation/advancemame/files/digest-advancemame-0.104.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 24191847be7d9cea5a2504fa2769e052 advancemame-0.104.0.tar.gz 16064745 -RMD160 3da425139aea5ff61a7117a2f9d0fe3610259800 advancemame-0.104.0.tar.gz 16064745 -SHA256 ef8816b12859544a29086c426323d8681eb3c9fe583470b0dba3c5038124f16e advancemame-0.104.0.tar.gz 16064745 |