diff options
author | Austin English <wizardedit@gentoo.org> | 2016-09-07 16:52:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-09-07 17:16:14 -0500 |
commit | 98f4a9647c46af365e12962a5c235b632f9e928e (patch) | |
tree | 4c4dc901dc58362e4b144c40c312b62780b5768d /games-board/gmchess/files | |
parent | games-board/gnono: remove deprecated games eclass (diff) | |
download | gentoo-98f4a9647c46af365e12962a5c235b632f9e928e.tar.gz gentoo-98f4a9647c46af365e12962a5c235b632f9e928e.tar.bz2 gentoo-98f4a9647c46af365e12962a5c235b632f9e928e.zip |
games-board/gmchess: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-board/gmchess/files')
-rw-r--r-- | games-board/gmchess/files/gmchess-0.29.6-gentoo-r1.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-board/gmchess/files/gmchess-0.29.6-gentoo-r1.patch b/games-board/gmchess/files/gmchess-0.29.6-gentoo-r1.patch new file mode 100644 index 000000000000..6ef990460774 --- /dev/null +++ b/games-board/gmchess/files/gmchess-0.29.6-gentoo-r1.patch @@ -0,0 +1,25 @@ +diff -ru gmchess-0.29.6.orig/configure.in gmchess-0.29.6/configure.in +--- gmchess-0.29.6.orig/configure.in 2011-11-28 07:22:56.000000000 -0500 ++++ gmchess-0.29.6/configure.in 2013-05-13 21:30:38.103817044 -0400 +@@ -4,7 +4,7 @@ + AC_PREREQ([2.63]) + AC_INIT(gmchess, 0.29.6, lerosua@gmail.com) + AC_CONFIG_SRCDIR([src/Pgnfile.cc]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AM_INIT_AUTOMAKE(gmchess,0.29.6) + + +diff -ru gmchess-0.29.6.orig/data/gmchess.desktop.in gmchess-0.29.6/data/gmchess.desktop.in +--- gmchess-0.29.6.orig/data/gmchess.desktop.in 2009-09-07 08:08:47.000000000 -0400 ++++ gmchess-0.29.6/data/gmchess.desktop.in 2013-05-13 21:30:19.444462390 -0400 +@@ -1,4 +1,3 @@ +- + [Desktop Entry] + Name=Chinese chess + Name[zh_CN]=天书棋谈 +@@ -10,4 +9,3 @@ + Type=Application + Categories=GNOME;GTK;Game;BoardGame; + StartupNotify=true +-Encoding=UTF-8 |