summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 22:26:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 22:26:56 +0000
commit3f435e0c597fc4e5bf6e73ffcf13a6bb75a7cef3 (patch)
tree4a5b9e05263cb624e3b338da9a66a1f568560ba5 /games-emulation
parentold (diff)
downloadgentoo-2-3f435e0c597fc4e5bf6e73ffcf13a6bb75a7cef3.tar.gz
gentoo-2-3f435e0c597fc4e5bf6e73ffcf13a6bb75a7cef3.tar.bz2
gentoo-2-3f435e0c597fc4e5bf6e73ffcf13a6bb75a7cef3.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fbzx/ChangeLog8
-rw-r--r--games-emulation/fbzx/fbzx-2.4.1.ebuild40
-rw-r--r--games-emulation/fbzx/files/fbzx-2.4.1-build.patch87
3 files changed, 6 insertions, 129 deletions
diff --git a/games-emulation/fbzx/ChangeLog b/games-emulation/fbzx/ChangeLog
index a97ad56027fb..989cf3b476cc 100644
--- a/games-emulation/fbzx/ChangeLog
+++ b/games-emulation/fbzx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/fbzx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.29 2012/10/30 11:11:44 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.30 2013/01/30 22:26:56 mr_bones_ Exp $
+
+ 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -fbzx-2.4.1.ebuild,
+ -files/fbzx-2.4.1-build.patch:
+ old
30 Oct 2012; <ago@gentoo.org> fbzx-2.10.0.ebuild:
Stable for amd64, wrt bug #437312
diff --git a/games-emulation/fbzx/fbzx-2.4.1.ebuild b/games-emulation/fbzx/fbzx-2.4.1.ebuild
deleted file mode 100644
index ccca004f6336..000000000000
--- a/games-emulation/fbzx/fbzx-2.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.4.1.ebuild,v 1.4 2012/05/04 04:38:38 jdhore Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer"
-HOMEPAGE="http://www.rastersoft.com/fbzx.html"
-SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[video]
- media-sound/pulseaudio
- media-libs/alsa-lib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" \
- emulator.c \
- || die "sed failed"
- epatch "${FILESDIR}"/${P}-build.patch
- rm -f fbzx_fs fbzx *.o # clean out accidentally packaged .o files
-}
-
-src_install() {
- dogamesbin fbzx || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r keymap.bmp spectrum-roms || die "doins failed"
- dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS
- doicon fbzx.svg
- make_desktop_entry fbzx FBZX
- prepgamesdirs
-}
diff --git a/games-emulation/fbzx/files/fbzx-2.4.1-build.patch b/games-emulation/fbzx/files/fbzx-2.4.1-build.patch
deleted file mode 100644
index 3002cdac6bda..000000000000
--- a/games-emulation/fbzx/files/fbzx-2.4.1-build.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -ru fbzx-2.4.0.orig/Makefile fbzx-2.4.0/Makefile
---- fbzx-2.4.0.orig/Makefile 2009-12-25 19:40:21.000000000 -0500
-+++ fbzx-2.4.0/Makefile 2010-02-22 16:38:32.382511097 -0500
-@@ -1,9 +1,9 @@
--CC = gcc -O2 -Wall -Wno-pointer-sign `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS
--CCo = gcc `pkg-config --libs sdl libpulse-simple alsa`
-+CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS
-+LDFLAGS += `pkg-config --libs sdl libpulse-simple alsa`
-
- fbzx: computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o
-
-- $(CCo) -o fbzx computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o
-+ $(CC) -o fbzx computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o $(LDFLAGS)
-
- clean:
- rm fbzx *.o *~
-@@ -31,53 +31,53 @@
- rm -rf /usr/local/share/spectrum-roms
-
- spk_ay.o: spk_ay.c spk_ay.h emulator.h sound.h computer.h z80free/Z80free.h
-- $(CC) -c -o spk_ay.o spk_ay.c
-+ $(CC) $(CFLAGS) -c -o spk_ay.o spk_ay.c
-
- microdrive.o: microdrive.c microdrive.h z80free/Z80free.h computer.h emulator.h z80free/Z80free.h
-- $(CC) -c -o microdrive.o microdrive.c
-+ $(CC) $(CFLAGS) -c -o microdrive.o microdrive.c
-
- sound.o: sound.c sound.h computer.h emulator.h z80free/Z80free.h
-- $(CC) -c -o sound.o sound.c
-+ $(CC) $(CFLAGS) -c -o sound.o sound.c
-
- emulator.o: emulator.c z80free/Z80free.h computer.h emulator.h characters.h menus.h cargador.h sound.h tape.h microdrive.h
-- $(CC) -c -o emulator.o emulator.c
-+ $(CC) $(CFLAGS) -c -o emulator.o emulator.c
-
- computer.o: computer.c z80free/Z80free.h computer.h emulator.h characters.h menus.h cargador.h sound.h tape.h spk_ay.h microdrive.h
-- $(CC) -c -o computer.o computer.c
-+ $(CC) $(CFLAGS) -c -o computer.o computer.c
-
- tape.o: tape.c z80free/Z80free.h computer.h emulator.h menus.h tape.h computer.h
-- $(CC) -c -o tape.o tape.c
-+ $(CC) $(CFLAGS) -c -o tape.o tape.c
-
- cargador.o: cargador.c cargador.h computer.h emulator.h z80free/Z80free.h characters.h menus.h computer.h
-- $(CC) -c -o cargador.o cargador.c
-+ $(CC) $(CFLAGS) -c -o cargador.o cargador.c
-
- characters.o: characters.c characters.h emulator.h computer.h
-- $(CC) -c -o characters.o characters.c
-+ $(CC) $(CFLAGS) -c -o characters.o characters.c
-
- menus.o: menus.c menus.h characters.h computer.h emulator.h z80free/Z80free.h cargador.h tape.h
-- $(CC) -c -o menus.o menus.c
-+ $(CC) $(CFLAGS) -c -o menus.o menus.c
-
- Z80free.o: z80free/Z80free.c z80free/Z80free.h
-- $(CC) -c -o Z80free.o z80free/Z80free.c
-+ $(CC) $(CFLAGS) -c -o Z80free.o z80free/Z80free.c
-
- Z80free_codes.o: z80free/Z80free_codes.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codes.o z80free/Z80free_codes.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codes.o z80free/Z80free_codes.c
-
- Z80free_codesCB.o: z80free/Z80free_codesCB.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesCB.o z80free/Z80free_codesCB.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesCB.o z80free/Z80free_codesCB.c
-
- Z80free_codesED.o: z80free/Z80free_codesED.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesED.o z80free/Z80free_codesED.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesED.o z80free/Z80free_codesED.c
-
- Z80free_codesDD.o: z80free/Z80free_codesDD.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesDD.o z80free/Z80free_codesDD.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesDD.o z80free/Z80free_codesDD.c
-
- Z80free_codesFD.o: z80free/Z80free_codesFD.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesFD.o z80free/Z80free_codesFD.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesFD.o z80free/Z80free_codesFD.c
-
- Z80free_codesDDCB.o: z80free/Z80free_codesDDCB.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesDDCB.o z80free/Z80free_codesDDCB.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesDDCB.o z80free/Z80free_codesDDCB.c
-
- Z80free_codesFDCB.o: z80free/Z80free_codesFDCB.c z80free/Z80free.h
-- $(CC) -c -o Z80free_codesFDCB.o z80free/Z80free_codesFDCB.c
-+ $(CC) $(CFLAGS) -c -o Z80free_codesFDCB.o z80free/Z80free_codesFDCB.c
-