summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-09 10:37:07 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-09 10:37:07 +0000
commit24125a5cc55bfd94cacfa0835acedf8443dea6d3 (patch)
tree449b68e17e49c343f06dc4db85f5ded5dac9c7fc /games-emulation/psemu-peopssoftgpu/files
parentRemove old version (diff)
downloadgentoo-2-24125a5cc55bfd94cacfa0835acedf8443dea6d3.tar.gz
gentoo-2-24125a5cc55bfd94cacfa0835acedf8443dea6d3.tar.bz2
gentoo-2-24125a5cc55bfd94cacfa0835acedf8443dea6d3.zip
Remove old version
(Portage version: 2.1.2_pre2-r6) (Unsigned Manifest commit)
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu/files')
-rw-r--r--games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.161
-rw-r--r--games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-fix-noxf86vm.patch24
-rw-r--r--games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-makefile-cflags.patch13
3 files changed, 0 insertions, 38 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.16 b/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.16
deleted file mode 100644
index 0d06c10bcbd8..000000000000
--- a/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a189736ea111e146c95862177ec02da1 PeopsSoftGpu116.tar.gz 642273
diff --git a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-fix-noxf86vm.patch b/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-fix-noxf86vm.patch
deleted file mode 100644
index 96ffcc9dfa99..000000000000
--- a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-fix-noxf86vm.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Make sure we can compile when video mode switching has been disabled.
-
-http://bugs.gentoo.org/show_bug.cgi?id=87716
-
-By Wormo <@gentoo.org>
-
---- src/draw.c
-+++ src/draw.c
-@@ -3847,6 +3847,7 @@
- }
- #endif
-
-+#ifdef USE_XF86VM
- // Selects the mode with the highest vertical refresh frequency
- // from all modes with resolution iResX and iResY.
- // Returns -1 if no mode is found.
-@@ -3871,6 +3872,7 @@
- }
- return bestmode;
- }
-+#endif
-
- // Create display
-
diff --git a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-makefile-cflags.patch b/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-makefile-cflags.patch
deleted file mode 100644
index 0624f0d490db..000000000000
--- a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.16-makefile-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/makes/plg.mk
-+++ src/makes/plg.mk
-@@ -4,1 +4,1 @@
--CFLAGS = -g -Wall -fPIC -O4 -fomit-frame-pointer -ffast-math $(INCLUDE)
-+CFLAGS = -Wall -fPIC $(OPTFLAGS) $(INCLUDE)
---- src/makes/mk.fpse
-+++ src/makes/mk.fpse
-@@ -7,1 +7,1 @@
--INCLUDE += -I./fpse `gtk-config --cflags`
-+INCLUDE += -I./fpse `gtk-config --cflags` `sdl-config --cflags`
-@@ -10,1 +10,1 @@
--LIBS += -lSDL
-+LIBS += `sdl-config --libs`