summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-07-06 14:24:09 -0500
committerAustin English <wizardedit@gentoo.org>2016-07-06 14:45:40 -0500
commitd9c72abe1fe26d9834172dcd1a04aa64be11f8c6 (patch)
tree16ac1b797aaea9c2b49c9792fa51e9724899edef /games-action/geki2-KXL/files
parentkde-misc/adjustableclock: fix linguas -> l10n fallout (diff)
downloadgentoo-d9c72abe1fe26d9834172dcd1a04aa64be11f8c6.tar.gz
gentoo-d9c72abe1fe26d9834172dcd1a04aa64be11f8c6.tar.bz2
gentoo-d9c72abe1fe26d9834172dcd1a04aa64be11f8c6.zip
games-action/geki2-KXL: remove deprecated games eclass
Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.2.28
Diffstat (limited to 'games-action/geki2-KXL/files')
-rw-r--r--games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch4
-rw-r--r--games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch16
2 files changed, 10 insertions, 10 deletions
diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
index 9812e6de30aa..d00f8d439c80 100644
--- a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
+++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
@@ -1,5 +1,5 @@
---- src/Makefile.am.old 2012-11-10 21:50:02.159117541 +0100
-+++ src/Makefile.am 2012-11-10 21:50:20.658715770 +0100
+--- a/src/Makefile.am 2012-11-10 21:50:02.159117541 +0100
++++ b/src/Makefile.am 2012-11-10 21:50:20.658715770 +0100
@@ -4,5 +4,5 @@
boss.h extern.h ranking.h your.h game.h\
geki2.h load.h opening.h my.h misc.h
diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch
index 1e4d7dba67d8..22844202bb2c 100644
--- a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch
+++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch
@@ -1,13 +1,13 @@
---- bmp/Makefile.am
-+++ bmp/Makefile.am
+--- a/bmp/Makefile.am
++++ b/bmp/Makefile.am
@@ -1,4 +1,4 @@
-bmpdir = $(prefix)/share/geki2/bmp
+bmpdir = $(BMP_PATH)
bmp_DATA = back1.bmp boss2.bmp enemyshot4.bmp kuru.bmp myshot.bmp back2.bmp\
boss3.bmp enemyshot5.bmp mboss.bmp uraura.bmp back3.bmp\
boss3laser.bmp flash.bmp uturn.bmp back4.bmp back6.bmp boss6.bmp\
---- configure.in
-+++ configure.in
+--- a/configure.in
++++ b/configure.in
@@ -25,9 +25,9 @@
BMP_PATH=/usr/local/share/geki2/bmp
WAV_PATH=/usr/local/share/geki2/wav
@@ -21,8 +21,8 @@
fi
AC_DEFINE_UNQUOTED(DATA_PATH,"$DATA_PATH")
AC_DEFINE_UNQUOTED(BMP_PATH,"$BMP_PATH")
---- data/Makefile.am
-+++ data/Makefile.am
+--- a/data/Makefile.am
++++ b/data/Makefile.am
@@ -1,9 +1,7 @@
-datadir = $(prefix)/share/geki2/data
+datadir = $(DATA_PATH)
@@ -34,8 +34,8 @@
-install:
- $(INSTALL) -c -m 666 ./.score $(DESTDIR)$(DATA_PATH)
---- wav/Makefile.am
-+++ wav/Makefile.am
+--- a/wav/Makefile.am
++++ b/wav/Makefile.am
@@ -1,4 +1,4 @@
-wavdir = $(prefix)/share/geki2/wav
+wavdir = $(WAV_PATH)